Documentation
README
Error Recovery Patterns Skill
Use this skill for error handling, recovery strategies, and debugging in gh-aw.
Purpose
Implement robust recovery patterns to:
- Reduce retry loops in agent sessions (target: <10% vs current 23%)
- Implement circuit breakers to prevent infinite retry loops
- Add proactive recovery for installation, dependency, and API failures
- Improve debug logging for recovery attempts
When to Use This Skill
This is the opening of the README. Read the full README on GitHub.