systematic-debugging - Systematic Debugging for Technical Issues
Systematic debugging process for test failures, bugs, performance problems, and build issues
Tags
Updated: 2026-05-09Typical Inputs
Typical Outputs
What this skill does
- reproduce bug
- isolate issue
- trace execution
- identify root cause
- analyze patterns
- state hypothesis
- test prediction
- write failing test
- apply fix
- verify fix
Inputs
- code repository
- test suite
- error messages
- bug report
- build logs
- environment configuration
Outputs
- reproduction steps
- root cause statement
- failing test case
- code fix
- verification results
- commit message
Requirements
- code execution environment
- debugging tools
- testing framework
- version control system
