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.
Context Loading Strategy
Load only the reference matching the current trigger. Multiple references may be loaded during a full debugging session (investigation often leads to log injection).
Related skills