From ai-devkit
Guides structured debugging: clarify expected vs observed behavior, reproduce issues, hypothesize root causes, plan fixes with validation before code changes. For bugs, regressions, failing tests, RCA.
npx claudepluginhub codeaholicguy/ai-devkitThis skill uses the workspace's default tool permissions.
Debug with an evidence-first workflow before changing code.
Guides systematic debugging of bugs, test failures, and unexpected behavior via root cause investigation. Enforces reproduction, evidence gathering, hypothesis testing before fixes.
Enforces systematic root cause analysis before fixes for bugs, test failures, unexpected behavior, performance issues, and build failures.
Enforces root cause investigation for bugs, test failures, unexpected behavior, and performance issues through four phases before proposing fixes.
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: