debugging-wizard
debugging wizard
What it does
- Reproduce the issue first
- Gather complete error messages and stack traces
- Test one hypothesis at a time
- Document findings for future reference
- Add regression tests after fixing
- Remove all debug code before committing
- Guess without testing
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
debugging-wizard FAQ
What does the debugging-wizard skill do?
Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investigating errors, analyzing stack traces, finding root causes of unexpected behavior, troubleshooting crashes, or performing log analysis, error investigation, or root cause analysis. Reproduce the issue first Gather complete error messages and stack traces
How do I install debugging-wizard?
Run: npx -y skills add https://github.com/jeffallan/claude-skills --skill debugging-wizard --agent claude-code — the source lives at github.com/jeffallan/claude-skills.
Maintain debugging-wizard?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[debugging-wizard on getagentictools](https://getagentictools.com/skills/jeffallan-claude-skills-debugging-wizard?ref=badge) npx agentictools info skills/jeffallan-claude-skills-debugging-wizard The second line is the CLI lookup for this page — handy in READMEs and docs.