systematic-debugging - Systematic Debugging Process
A structured process to investigate root causes and fix technical issues systematically.
Tags
Updated: 2026-09-21Capabilities
Typical Outputs
What this skill does
- Investigate issue root causes
- Read error messages and traces
- Reproduce technical issues consistently
- Gather diagnostic instrumentation evidence
- Trace data flow backward
- Analyze working code patterns
- Formulate and test single hypotheses
- Create failing test cases
- Implement root cause fixes
- Evaluate system architecture
Inputs
- Error messages and stack traces
- Git diffs and commit history
- System logs and layer data
- Codebase working examples
Outputs
- Diagnostic log output
- Failing test cases
- Verified bug fixes
