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.

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.

Key capabilities

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

Technical details

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

Explore related resources

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
9 days ago
Repository age
5 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to error-recovery