Agent skill
hive.error-recovery
Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/error-recovery-aden-hive-hive
Metadata
Additional technical details for this skill
- type
- default-skill
- author
- hive
SKILL.md
Operational Protocol: Error Recovery
When a tool call fails:
- Diagnose — record error in notes, classify as transient or structural
- Decide — transient: retry once. Structural fixable: fix and retry. Structural unfixable: record as failed, move to next item. Blocking all progress: record escalation note.
- Adapt — if same tool failed 3+ times, stop using it and find alternative. Update plan in notes. Never silently drop the failed item.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?