debug
✓Use this skill when features break, users report errors, deployments fail, or tests don't pass. Guides systematic debugging: reproducing bugs, gathering diagnostic info, reading error messages, and working with AI tools to fix issues efficiently.
Installation
SKILL.md
If 3+ fixes failed: Probably need to rethink approach, not try more fixes.
Screenshot and give to AI - AI can interpret errors.
| Trying fixes without info | Gather diagnostic info first | | "It doesn't work" | Be specific: what doesn't work? | | Not reproducing first | Find consistent steps to trigger bug | | Random fixes | Diagnose root cause first | | Ignoring console errors | Always check console | | Not testing after fix | Verify fix works, didn't break other things |
Use this skill when features break, users report errors, deployments fail, or tests don't pass. Guides systematic debugging: reproducing bugs, gathering diagnostic info, reading error messages, and working with AI tools to fix issues efficiently. Source: whawkinsiv/claude-code-superpowers.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/whawkinsiv/claude-code-superpowers --skill debug- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is debug?
Use this skill when features break, users report errors, deployments fail, or tests don't pass. Guides systematic debugging: reproducing bugs, gathering diagnostic info, reading error messages, and working with AI tools to fix issues efficiently. Source: whawkinsiv/claude-code-superpowers.
How do I install debug?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whawkinsiv/claude-code-superpowers --skill debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/whawkinsiv/claude-code-superpowers
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12