debugging-and-error-recovery - Debugging and Error Recovery
Executes structured triage to reproduce, localize, reduce, fix root causes, and guard against test, build, and runtime failures.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Reproduce failures consistently
- Localize failure layers
- Bisection search regression commits
- Reduce code to minimal cases
- Fix underlying root causes
- Add regression guard tests
- Verify end-to-end fixes
- Implement safe fallback patterns
Inputs
- Project repository
- Error logs and evidence
- Test suite and build commands
- Git commit history
Outputs
- Fixed source code
- Regression test cases
- Triage and diagnostic records
Requirements
- Access to project repository
- Ability to execute test and build commands
- Git history for bisection
- Node.js and npm runtime
- PowerShell terminal on Windows host
