error-recovery

Provide deterministic remediation steps for command-line and CI tool failures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured recovery strategies for tool failures and common issues encountered during tool use, helping teams recover quickly and maintain workflow continuity.

Core Features & Use Cases

  • Error Identification: Detects and classifies known tool errors (network issues, build failures, git conflicts).
  • Guided Remediation: Provides step-by-step, minimally invasive fixes, with commands and fallbacks.
  • Post-Failure Context: Captures the failure context for later diagnosis and prevention.

Quick Start

Use the error-recovery skill after a Bash or Read operation fails to guide immediate remediation steps and context collection.

Frequently Asked Questions about error-recovery

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

FAQPage Schema
How do I recover from command-line execution failures during debugging?

To recover from command-line execution failures, you can apply deterministic remediation steps that identify the error, apply minimally invasive fixes, and collect failure context for diagnosis. This avoids destructive actions while restoring workflow continuity.

What is the best way to resolve git conflicts in a CI pipeline?

The best way to resolve git conflicts in a CI pipeline involves structured recovery strategies that classify the error and provide guided, step-by-step remediation with safe fallback commands. This ensures quick recovery without risking repository integrity.

How does deterministic error recovery work for build errors?

Deterministic error recovery for build errors works by detecting and classifying the known tool failure, then providing specific, safe commands to fix the issue. It also captures the post-failure context to help prevent similar build issues later.

Can I use structured troubleshooting for network timeouts in bash workflows?

Yes, you can use structured troubleshooting for network timeouts in bash workflows. The skill identifies the network issue and applies deterministic remediation steps with safe guidance to restore your workflow without taking destructive actions.

Why do I need post-failure context collection after a tool failure?

You need post-failure context collection after a tool failure because it captures the exact conditions that caused the issue, enabling later diagnosis and prevention. This structured approach helps teams recover quickly and maintain workflow continuity.

When should I avoid automated remediation for tool failures?

You should avoid automated remediation when it risks taking destructive actions. This skill specifically provides safe guidance and minimally invasive fixes, but if a failure requires complex manual intervention, rely on the captured context for manual diagnosis instead.