debug-plan

作者: cloudflare

為錯誤報告建立系統性的除錯計劃。當使用者詢問如何調查失敗、回歸或非預期行為時使用。

npx skills add https://github.com/cloudflare/agents --skill debug-plan

Debug Plan

Create a practical debugging plan that starts with evidence before fixes.

Instructions

  1. Restate the symptom in one sentence.
  2. List the most likely failure boundaries.
  3. Suggest the first three checks in order.
  4. Identify what evidence would confirm or reject each hypothesis.
  5. 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.