debug
Installation
SKILL.md
Debug Workflow Skill
Overview
Investigation-first workflow for debugging and regression fixes. Provides two tracks based on urgency: hotfix (fast, minimal ceremony) and thorough (rigorous, full RCA documentation).
Triggers
Activate this skill when:
- User runs
debugcommand - User reports a bug or regression
- User needs to investigate an error
- User says "fix this bug" or similar
Disambiguation: If the user says "fix" or "clean up" — use debug when something is broken (error, crash, wrong behavior). Use refactor when the code works but needs structural improvement.