debug-plan

Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.

Install
npx skills add 'https://github.com/cloudflare/agents/tree/main/examples/agent-skills/src/skills/debug-plan'
Download bundle ↓
main · 16b6856Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

SKILL.md

SKILL.mdBrowse 2 files
View on GitHub

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.

Discovery context

Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.