error-recovery
Installation
SKILL.md
Error Recovery
When things break, guide people forward instead of leaving them stranded.
How to use
/error-recoveryApply error recovery constraints to this conversation.
Constraints
Error Message Structure
- What happened (in plain language, not error codes)
- Why it might have happened (if knowable)
- What the user can do about it (specific action)
- NEVER show raw error codes, stack traces, or technical jargon to end users
- MUST log the technical details for debugging separately