debugging-wizard
A systematic debugging assistant that applies a five-step workflow to isolate and resolve code issues.
Install
npx skills add https://github.com/jeffallan/claude-skills --skill debugging-wizardStats
| Total installs | 1,068 |
| Weekly installs | 1.1K |
| GitHub stars | 7.4K |
| First seen | Jan 20, 2026 |
| Source | @jeffallan/claude-skills |
Summary
- Applies five-step workflow: reproduce, isolate, hypothesize and test, fix, and prevent through regression tests
- Includes language-specific debugger guidance (Python pdb, Node.js Inspector, Go delve) and advanced strategies like git bisect for regression hunting
- Enforces strict constraints: reproduce first, test one hypothesis at a time, document findings, and remove debug code before committing
- Provides structured output format covering root cause, evidence from stack traces or logs, fix implementation, and prevention safeguards
Tags
Related skills
| Skill | Installs | vs debugging-wizard |
|---|---|---|
| react-expert | 1,140 | +72 |
| secure-code-guardian | 1,112 | +44 |
| ralph-loop | 1,016 | -52 |
| sentry-fix-issues | 1,111 | +43 |
| liquid-theme-standards | 970 | -98 |
FAQ
- How many installs does debugging-wizard have?
- debugging-wizard has 1,068 total installs and 1.1K installs this week.
- Where is debugging-wizard hosted?
- debugging-wizard is published by @jeffallan/claude-skills at https://github.com/jeffallan/claude-skills.
- How many GitHub stars does debugging-wizard have?
- debugging-wizard has 7.4K GitHub stars.
- When was debugging-wizard first indexed?
- OrangeBot.AI first indexed debugging-wizard on Jan 20, 2026.
- How do I install debugging-wizard?
- Run: npx skills add https://github.com/jeffallan/claude-skills --skill debugging-wizard