Favicon of error-recovery

error-recovery Skill

AI Agent SkillCloud & DevOpsShellOpen source

Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure. Published by microsoft in frontier-agentic-devops-rvas.

Decision snapshot

Is this a fit?

Best for

Testing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is error-recovery Skill?

Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure. Published by microsoft in frontier-agentic-devops-rvas. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Testing use cases

Declared skill metadata

  • Source file: .squad/templates/skills/error-recovery/SKILL.md

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use error-recovery Skill

  • Use it for testing.

Built with

ShellCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/frontier-agentic-devops-rvas
  • Skill file: .squad/templates/skills/error-recovery/SKILL.md

What it does

Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.

Skill instructions

Error Recovery Patterns Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure. --- 1. Retry with Backoff When: Transient failures — API timeouts, rate limits, network errors, temporary service unavailability. Pattern: 1. Wait briefly, then retry (start at 2s, double each attempt) 2. Maximum 3 retries before escalating 3. Log each attempt with the error received Example: API call returns 429 Too Many Requests → wait 2s → retry → wait 4s → retry → wait 8s → retry → escalate if still failing. --- 2. Fallback Alternatives When: Primary tool or approach fails and an alternative exists. Pattern: 1. Attempt primary approach 2. On failure, identify alternative tool/method 3. Try the alternative with the same intent 4. Document which alternative was used and why Example: Primary CLI tool fails → fall back to direct API call for the same operation. --- 3. Diagnose-and-Fix When: Build failures, test failures, linting errors — structured error

Verified compatibility and discovery

Frequently asked questions

What is error-recovery?

error-recovery is a open-source AI agent skill with Copy skill directory. Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.

Who is error-recovery best for?

error-recovery is best for reusing agent instructions, scripts, and references, testing workflows.

How do I install error-recovery?

Install or run error-recovery using Copy skill directory. Check error-recovery for the latest setup command.

Is error-recovery actively maintained?

error-recovery may need a closer maintenance check before production use.

Share:

Stars
0
Forks
0
Last commit
2 months ago
Last verified
Not yet verified
Metadata fetched
Sep 3, 2026
Repository age
3 months
License
MIT

Project health auto-fetched from the source repository.

Alternatives to error-recovery