Error Recovery
Installation
SKILL.md
Error Recovery
Systematic error handling: detection, diagnosis, recovery, and prevention.
Errors are not failures - they're opportunities for systematic improvement. 95% of errors fall into 13 predictable categories.
When to Use This Skill
Use this skill when:
- π High error rate: >5% of operations fail
- β±οΈ Slow recovery: MTTD (Mean Time To Detect) or MTTR (Mean Time To Resolve) too high
- π Recurring errors: Same errors happen repeatedly
- π― Building error infrastructure: Need systematic error handling
- π Prevention focus: Want to prevent errors, not just handle them
- π Root cause analysis: Need diagnostic frameworks