feature-recovery
CommunityAnalyze failures, get actionable recovery plans.
Software Engineering#automation#debugging#troubleshooting#software development#error handling#failure analysis#recovery
Authorpcortes
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the diagnosis of implementation failures, providing clear recovery steps or escalation reasons. It saves developers significant time by quickly identifying root causes and suggesting solutions, reducing manual debugging and accelerating development cycles.
Core Features & Use Cases
- Automated Failure Diagnosis: Pinpoints the root cause of various errors, including test failures, timeouts, runtime errors, Git conflicts, and authentication issues.
- Recoverability Assessment: Determines if an issue can be automatically fixed by an AI agent or if it requires human intervention.
- Actionable Recovery Plans: Generates specific, step-by-step instructions for automatic recovery or clear guidance for human resolution.
- Use Case: A feature implementation fails due to a missing import. This Skill automatically analyzes the error output, identifies the missing import, and suggests adding the correct
importstatement, allowing the AI to retry and successfully complete the task.
Quick Start
Analyze the provided error output from a failed test run and generate a recovery plan, including root cause, recoverability, and suggested actions.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: feature-recovery Download link: https://github.com/pcortes/swarm-attack/archive/main.zip#feature-recovery Please download this .zip file, extract it, and install it in the .claude/skills/ directory.