What is error-recovery?
Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state Source: troykelly/codex-skills.
Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state
Quickly install error-recovery AI skill to your development environment via command line
Source: troykelly/codex-skills.
Core principle: When things break, don't panic. Assess, preserve, recover, verify.
Announce at start: "I'm using error-recovery to handle this failure."
| Critical | System unusable, data at risk | Build completely broken, tests cause data loss | | Major | Significant functionality broken | Feature doesn't work, many tests failing | | Minor | Isolated issue, workaround exists | Single test flaky, style error | | Info | Warning only, not blocking | Deprecation notice, performance hint |
Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state Source: troykelly/codex-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/troykelly/codex-skills --skill error-recoveryUse when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state Source: troykelly/codex-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill error-recovery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/troykelly/codex-skills