systematic-debugging - Systematic debugging for technical issues
Structured debugging methodology that finds root causes before applying fixes
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- reproduce bugs
- isolate issues
- trace execution paths
- identify root causes
- apply minimal fixes
- verify fixes work
- analyze patterns
- write failing tests
- run test suites
- document root causes
Inputs
- bug report
- error messages
- system logs
- test failures
- git commit history
- reproducible steps
Outputs
- root cause diagnosis
- minimal fix
- verification tests
Requirements
- Git version control
- executable code environment
