error-recovery

Diagnose and resolve compile-time, runtime, build, and test failures with structured recovery steps.

39|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/claudeforge/orchestrator --skill error-recovery-claudeforge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-recovery
Source: https://github.com/claudeforge/orchestrator/tree/main/skills/error-recovery
Command: npx skills add https://github.com/claudeforge/orchestrator --skill error-recovery-claudeforge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams rapidly diagnose and recover from errors in automated tasks by providing structured diagnosis, debugging strategies, and self-healing patterns.

Core Features & Use Cases

  • Error Classification: distinguishes compile-time, runtime, build, and test errors.
  • Recovery Strategies: auto-fix, dependency fixes, and robust remediation flows to recover from failures.
  • Recovery Protocol & Verification: step-by-step validation to ensure fixes are correct and prevent regressions.
  • Prevention & Best Practices: guidelines to reduce recurrence through type safety, testing, and guardrails.

Quick Start

Describe the failure you are facing and apply the guided recovery protocol to diagnose, fix, and verify the issue.

Frequently Asked Questions about error-recovery

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

FAQPage Schema
How do I diagnose and fix build failures in automated tasks?

To recover from runtime errors, the skill applies self-healing patterns by classifying the failure, suggesting auto-fixes or dependency adjustments, and executing step-by-step verification to prevent regressions.

What is a self-healing recovery protocol for software errors?

A self-healing recovery protocol is a structured workflow that classifies compile-time, runtime, build, or test failures, applies targeted fixes, and validates the remediation to prevent regressions.

How do I prevent test failures from recurring after applying a fix?

To prevent test failures from recurring, the skill implements prevention guidelines emphasizing type safety, testing, and guardrails alongside step-by-step validation of applied recovery strategies.

Can I use automated error diagnosis for both compile-time and runtime errors?

Yes, automated error diagnosis supports compile-time, runtime, build, and test failures across software projects, distinguishing each error type to provide targeted fixes and appropriate recovery workflows.

What's the best way to structure error diagnosis and recovery for automated tasks?

The best way to structure error diagnosis is through a guided recovery protocol that classifies the failure, executes targeted fixes, verifies the solution, and recommends best practices to reduce recurrence.

Why does my automated build keep failing after dependency updates?

Build failures after dependency updates often require structured error diagnosis to classify the issue, apply specific dependency fixes, and run step-by-step validation to ensure the recovery is correct.