systematic-debugging-pro
Installation
SKILL.md
Systematic debugging (professional)
Skill text is English; answer in the user’s preferred language when rules or the conversation specify it.
Use references such as Debugging Rules and Google Debugging for methodology; this skill encodes hypothesis-driven investigation, root cause tracing, verification discipline, and systematic process — not ad hoc troubleshooting.
Boundary
systematic-debugging-pro owns 4-phase debugging process, hypothesis-driven investigation, root cause tracing, and verification discipline. bug-discovery-pro owns defect discovery patterns and telemetry analysis. Domain *-pro skills own technical depth within their stack. git-operations-pro owns history bisecting. testing-pro owns verification test design.
Related skills (this repo)
| Skill | When to combine with systematic-debugging-pro |
|---|---|
bug-discovery-pro |
Defect discovery, telemetry analysis, pattern recognition |
testing-pro |
Verification test design, regression testing |
Domain *-pro skills |
Stack-specific debugging techniques |
git-operations-pro |
Bisecting git history to find when bug was introduced |
performance-tuning-pro |
Performance-specific debugging |