debug-tools
Installation
SKILL.md
Debug Tools
Iterative debugging workflow with flexible technique selection and escalation.
Triggers
- Debug a bug ("debug this", "investigate", "trace issue", "fix bug", "why is X broken") → investigation.md
- Add debug logs ("add debug logs", "inject logs", "trace with logs") → log-injection.md
- Cleanup logs ("remove debug logs", "cleanup logs") → log-cleanup.md
- Pattern lookup ("debug patterns", "common bugs", "used to work") → debugging-patterns.md
Multiple references may load during one debugging session — investigation often leads to log injection, then back to investigation.
Workflow
investigate → fix → verify → done
^_______________________| (max 3 attempts, then escalate)