Help us improve
Share bugs, ideas, or general feedback.
From ai-devkit
Walks through evidence-first debugging: clarify expected behavior, reproduce, hypothesize, and plan fixes before changing code.
npx claudepluginhub codeaholicguy/ai-devkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:structured-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Debug with an evidence-first workflow before changing code.
Enforces systematic root cause investigation for bugs, test failures, and unexpected behavior through four phases: investigation, pattern analysis, hypothesis testing, and implementation.
Enforces systematic root cause analysis before fixes for bugs, test failures, unexpected behavior, performance issues, and build failures.
Systematic debugging methodology for finding and fixing bugs through root cause analysis. Covers reproduce-investigate-hypothesize-fix-prevent workflow, evidence-based diagnosis, and bug category strategies.
Share bugs, ideas, or general feedback.
Debug with an evidence-first workflow before changing code.
npx ai-devkit@latest memory search --query "<observed behavior>" --tags "debug,root-cause"verify skill — including regression verification for bug fixes.npx ai-devkit@latest memory store --title "<root cause>" --content "<diagnosis and fix>" --tags "debug,root-cause"| Rationalization | Why It's Wrong | Do Instead |
|---|---|---|
| "I already know the cause" | Assumptions skip evidence | Reproduce and prove it first |
| "This is urgent, just fix it" | A wrong fix wastes more time | 10 minutes of diagnosis saves hours |
| "The fix is obvious from the stack trace" | Stack traces show symptoms, not causes | Trace backward to the root cause |
Use this response structure: