debug-plan
द्वारा cloudflare
बग रिपोर्ट के लिए एक व्यवस्थित डिबगिंग योजना बनाएं। इसका उपयोग तब करें जब उपयोगकर्ता पूछे कि किसी विफलता, प्रतिगमन या अप्रत्याशित व्यवहार की जांच कैसे करें।
npx skills add https://github.com/cloudflare/agents --skill debug-planDebug Plan
Create a practical debugging plan that starts with evidence before fixes.
Instructions
- Restate the symptom in one sentence.
- List the most likely failure boundaries.
- Suggest the first three checks in order.
- Identify what evidence would confirm or reject each hypothesis.
- End with the smallest safe fix path.
Keep the plan short enough that someone can start immediately.
For more detail on the shape of the output, read
references/checklist.md.