error-recovery

Classify workflow failures and orchestrate up to three automatic recovery attempts.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill error-recovery-sjdjdiejdrirhdkjej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-recovery
Source: https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor/tree/main/.claude/skills/error-recovery
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill error-recovery-sjdjdiejdrirhdkjej

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly identify and recover from automation workflow failures by classifying errors and guiding auto-recovery or manual intervention.

Core Features & Use Cases

  • Failure classification using a decision tree to distinguish blockers from fixable issues.
  • Auto-recovery attempts (up to three retries) with structured escalation when needed.
  • Manual intervention guidance with clear reporting when auto-recovery isn't possible.
  • Use cases include sprint/epic failures during /implement, CI/CD pipelines, and deployment issues.

Quick Start

Load the error-recovery skill and begin classification by inspecting state indicators and the failure report.

Frequently Asked Questions about error-recovery

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

FAQPage Schema
How do I automate failure classification and recovery for CI/CD workflow errors?

You can automate failure classification and recovery by applying a decision-tree to workflow errors, distinguishing blockers from fixable issues, and orchestrating up to three auto-fix attempts before escalating unrecoverable cases to manual intervention.

What is the best way to handle sprint or epic implementation failures during feature development?

The best way to handle sprint or epic implementation failures involves inspecting state indicators and failure reports to determine recoverability, guiding auto-recovery attempts, and escalating unrecoverable blockers to manual intervention.

How does the decision-tree mechanism work for classifying automation workflow failures?

The decision-tree mechanism classifies automation workflow failures by evaluating failure reports and state indicators to distinguish fixable issues from blockers, determining whether the system can attempt auto-recovery or must escalate to manual intervention.

Do I need any specific dependencies to use automated issue classification for deployment issues?

No specific dependencies are required to use automated issue classification for deployment issues, as the Skill operates independently to inspect failure reports and state indicators to guide auto-recovery or manual intervention.

What happens when auto-recovery attempts fail to resolve CI/CD pipeline errors?

When auto-recovery attempts fail to resolve CI/CD pipeline errors after up to three retries, the system escalates unrecoverable cases to manual intervention and provides clear reporting to guide the next steps.

Can I use this error-recovery approach for both feature development and deployment workflows?

Yes, you can use this error-recovery approach for feature development and deployment workflows, as it applies during sprint or epic implementations and CI/CD pipelines to classify failures and orchestrate automatic recovery or manual escalation.