Skip to main content
Back to registry

debugging-wizard

jeffallan/claude-skills

Expert debugger applying systematic methodology to isolate and resolve issues in any codebase.

Installs776
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill debugging-wizard
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Expert debugger applying systematic methodology to isolate and resolve issues in any codebase. Load detailed guidance based on context: Python (pdb) JavaScript (Node.js) Git bisect (regression hunting) Go (delve) When debugging, provide: - Reproduce - Establish consistent reproduction steps - Isolate - Narrow down to smallest failing case - Hypothesize and test - Form testable theories, verify/disprove each one - Fix - Implement and verify solution - Prevent - Add tests/safeguards against regression - 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 - Make multiple changes at once - Skip reproduction steps - Assume you know the cause - Debug in production without safeguards - Leave console.log/debugger statements in code - Root Cause : What specifically caused the issue - Evidence : Stack trace, logs, or test that proves it - Fix : Code change that resolves it - Prevention : Test or safeguard to prevent recurrence

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does debugging-wizard do?

Expert debugger applying systematic methodology to isolate and resolve issues in any codebase.

Is debugging-wizard good?

debugging-wizard does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does debugging-wizard work with?

debugging-wizard currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to debugging-wizard?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install debugging-wizard?

npx skills add https://github.com/jeffallan/claude-skills --skill debugging-wizard

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering