Favicon of error-recovery

error-recovery Skill

AI Agent SkillGoOpen source

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

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 waza. 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
Adoption signal
75/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

  • Declared license: MIT
  • Source file: .copilot/skills/error-recovery/SKILL.md

These fields retain source and confidence evidence from the indexed 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

GoCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/waza
  • Skill file: .copilot/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
1,087
Forks
65
Last commit
2 months ago
Last verified
Aug 27, 2026
Metadata fetched
Aug 27, 2026
Repository age
6 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to error-recovery