debugging-and-error-recovery
Installation
SKILL.md
Debugging and Error Recovery
Loop:
- Reproduce the failure.
- Minimize the case.
- Form one hypothesis.
- Instrument or inspect evidence.
- Fix root cause, not symptom.
- Add regression coverage.
- Re-run verification.
Do not guess when evidence is available.