hive.error-recovery

Solid

Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.

AI & Automation 10,471 stars 5660 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
24
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Operational Protocol: Error Recovery When a tool call fails: 1. Diagnose — record error in notes, classify as transient or structural 2. Decide — transient: retry once. Structural fixable: fix and retry. Structural unfixable: record as failed, move to next item. Blocking all progress: record escalation note. 3. Adapt — if same tool failed {{max_retries_per_tool}}+ times, stop using it and find alternative. Update plan in notes. Never silently drop the failed item.

Details

Author
aden-hive
Repository
aden-hive/hive
Created
4 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category