error-recovery

Apply structured error recovery patterns for squad agents across API, tool, and build failures.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/DeDuva/squad --skill error-recovery-deduva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-recovery
Source: https://github.com/DeDuva/squad/tree/main/.copilot/skills/error-recovery
Command: npx skills add https://github.com/DeDuva/squad --skill error-recovery-deduva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recovery patterns for squad agents when failures occur, enabling adaptive, reliable behavior instead of silent failure.

Core Features & Use Cases

  • Retry with backoff to handle transient failures.
  • Fallbacks to alternate tools or methods when primary options fail.
  • Diagnose-and-Fix workflows to identify and remedy root causes, with escalation when needed.
  • Graceful Degradation for non-critical steps to preserve overall task value.
  • Clear escalation with context to hand off unresolved issues to a human or coordinator.
  • Guidance on applying patterns across build, test, and runtime errors.

Quick Start

Activate standardized error recovery patterns in squad agent tooling to automatically retry, fall back, diagnose, escalate, and degrade gracefully on failure.

Frequently Asked Questions about error-recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are error recovery patterns for squad agents when API failures occur?

Error recovery patterns for squad agents enable adaptive behavior during API failures by applying retry with backoff, fallbacks, and graceful degradation to preserve overall task value instead of failing silently.

How do I implement deterministic retry and fallback strategies for agent workflows?

You implement deterministic retry and fallback strategies by activating standardized recovery templates in agent tooling, which automatically guide retries, alternate methods, and documented recovery paths during tool malfunctions.

Can I apply structured fault tolerance patterns to build and test errors?

Yes, you can apply structured fault tolerance patterns directly to build and test errors, utilizing diagnose-and-fix workflows to identify root causes and apply remedies before triggering clear escalation paths.

What is graceful degradation and how does it handle non-critical step failures?

Graceful degradation handles non-critical step failures by allowing squad agents to bypass or minimize those errors, preserving the overall task value and ensuring the primary workflow continues despite minor disruptions.

When should I use escalation paths instead of diagnose-and-fix workflows?

You should use escalation paths when diagnose-and-fix workflows cannot resolve the root cause, handing off unresolved issues with full context to a human operator or a coordinator agent.