What is debugging?
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes Source: sipengxie2024/superpower-planning.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Quickly install debugging AI skill to your development environment via command line
Source: sipengxie2024/superpower-planning.
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure.
Violating the letter of this process is violating the spirit of debugging.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes Source: sipengxie2024/superpower-planning.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/sipengxie2024/superpower-planning --skill debuggingUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes Source: sipengxie2024/superpower-planning.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sipengxie2024/superpower-planning --skill debugging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/sipengxie2024/superpower-planning