Skill Repair

Diagnose and repair failing or degraded Aeon skills with automated verification workflows.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill skill-repair-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Repair
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/skill-repair
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill skill-repair-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses and repairs failing or degraded skills automatically to restore system reliability across a fleet of aeon skills.

Core Features & Use Cases

  • Systemic-first triage to identify shared root causes across multiple skills.
  • Per-category playbooks to apply targeted fixes and verify outcomes.
  • Verification plan to close the loop with documented results and traceability.

Quick Start

Provide the target skill name with var to repair, or leave var empty for systemic triage.

Frequently Asked Questions about Skill Repair

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

FAQPage Schema
How do I automate diagnosis and repair for failing skills?

Automated skill repair runs preflight checks to triage failures, clusters errors by signature to identify systemic root causes, and applies per-category fixes with a verification workflow to restore system reliability.

What is systemic triage for skill health degradation?

Systemic triage groups failing skills by shared error signatures to find a common root cause. It distinguishes fleet-wide systemic issues from isolated per-skill failures before applying targeted repairs.

Can I repair a specific skill without running triage across the entire system?

Yes, provide the target skill name to repair that individual skill directly. Leaving the target empty triggers systemic triage across the fleet to identify and repair shared root causes.

How does verification work after applying a skill repair?

Verification closes the repair loop by validating outcomes against the applied fixes. It documents results and provides traceability to confirm the failing skill has been successfully restored.

Do I need any dependencies to run automated skill repair?

No dependencies are required to run automated skill repair. It operates directly within the aeon environment to diagnose, triage, and verify repairs for degraded skills across the fleet.

When should I use per-category playbooks instead of systemic repair?

Use per-category playbooks when systemic triage isolates failures to specific skills rather than shared root causes. Playbooks apply targeted fixes to those individual skills and verify the restoration.