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 ↗

references/checklist.md

references/checklist.mdBrowse 2 files
View on GitHub
← Back to SKILL.md

Debugging Checklist

  • Confirm the exact input that triggers the failure.
  • Check whether the issue reproduces in a fresh session.
  • Compare the latest working and failing versions.
  • Inspect logs closest to the failing boundary.
  • Prefer one narrow experiment over several simultaneous changes.
Referenced from SKILL.md