systematic-debugging - Systematic Technical Debugging Method
Debug technical issues by identifying root causes before applying fixes
Tags
Updated: 2026-05-09Typical Inputs
Typical Outputs
What this skill does
- reproduce bug
- isolate issue
- trace execution
- identify root cause
- state hypothesis
- apply minimal fix
- run tests
Inputs
- failing test
- error message
- source code
- logs
- configuration
- build environment
Outputs
- root cause identification
- reproduction case
- applied fix
- test results
- fix documentation
Requirements
- codebase access
- test infrastructure
- logging capability
- runtime environment
