What problem does it solve?
This Skill helps you debug bugs, failing tests, and unexpected behavior without falling into guesswork, rushed patches, or symptom-only fixes. It keeps the investigation focused on root cause analysis so you can solve the real issue the first time.
Core Features & Use Cases
- Four-Phase Debugging Process: Move through investigation, pattern analysis, hypothesis testing, and implementation in order.
- Pressure-Resistant Guardrails: Resist shortcuts when you are rushed, exhausted, or tempted by an obvious quick fix.
- Root-Cause Tracing: Work backward through stack traces, data flow, and component boundaries to find the true trigger.
- Defensive Fixing: Add validation, tests, and instrumentation so the same bug is harder to reintroduce.
- Use Cases: Production incidents, flaky tests, build failures, integration issues, and multi-service failures where the symptom appears far from the source.
Quick Start
Use the systematic-debugging skill to investigate this failure from first symptom to root cause before suggesting any fix.