What problem does it solve?
This Skill provides a robust framework for agents to systematically diagnose, recover from, and log errors encountered during task execution, ensuring reliability and maintainability.
Core Features & Use Cases
- Categorization: Classifies errors into distinct types (TOOL_FAILURE, BUILD_ERROR, etc.) for targeted handling.
- Memory-Informed Recovery: Leverages past failure logs (
failures.json) to apply known resolutions.
- Multi-Source Strategy: Consults internal knowledge, documentation, community, and web resources for solutions.
- Logging: Records resolutions and unresolvable issues for future reference and analysis.
- Escalation: Defines clear criteria and procedures for escalating unresolvable issues to an orchestrator.
- Use Case: When a precision tool fails unexpectedly, this skill guides the agent to categorize the failure, check
failures.json, attempt a fix based on documented patterns, and log the outcome, preventing blind retries and improving overall task success rates.
Quick Start
Use the error-recovery skill to systematically diagnose and resolve any encountered tool failures.