debug-tools
Installation
SKILL.md
Debug Tools
Iterative debugging workflow with flexible technique selection and escalation.
Workflow
investigate --> fix --> verify --> done
^_______________________| (max 3 attempts, then escalate)
Core loop: investigate, fix, verify. Techniques (log injection, pattern comparison, focus area analysis) are tools within investigation, not mandatory phases. Log cleanup happens automatically after verification succeeds.
Triggers
- Debug a bug ("debug this", "investigate", "trace issue", "fix bug",
Related skills