Skill Repair

Diagnose and repair failing skills with PR-based fixes and verification.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill skill-repair-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Repair
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/skill-repair
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill skill-repair-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and repair failing or degraded skills automatically to restore reliability across the agent.

Core Features & Use Cases

  • End-to-end diagnostic lifecycle for skills, including preflight checks, triage, regression hunting, and targeted repairs.
  • Systemic clustering to fix root causes across multiple skills or perform per-skill repairs when necessary.
  • PR-based changes, verification plans, and issue-tracking integration to keep repair history and audit trails.

Quick Start

Provide a skill name (or leave blank for systemic repair) to automatically diagnose and repair the worst failing skill.

Frequently Asked Questions about Skill Repair

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

FAQPage Schema
How do I automate debugging and repair for failing workflows?

Automate debugging for failing workflows by running a diagnostic lifecycle that applies systemic triage, regression analysis, and PR-based fixes to restore skill reliability. The process parses cron-state, recent runs, and issue memory to execute and verify repairs automatically.

What is the best way to diagnose degraded skills across my automation environment?

Diagnose degraded skills systemically by clustering root causes across multiple tracked skills or executing per-skill repairs. This approach applies preflight checks and regression hunting to identify and resolve reliability issues automatically.

Can I automate pull-request generation for automated skill repairs?

Yes, you can automate pull-request generation for skill repairs. The diagnostic workflow creates PR-based changes and verification plans, integrating issue-tracking to maintain a complete repair history and audit trail for restored workflows.

How do I run a systemic repair without specifying a specific skill name?

Run a systemic repair by leaving the skill name blank during diagnosis. The workflow automatically parses recent runs and issue memory to select the worst failing target, execute fixes, and record results without manual input.

Does the repair workflow require any dependencies or components to function?

No, the repair workflow requires no dependencies or components to function. It operates independently to parse cron-state and recent runs, applying regression analysis and per-skill repairs across tracked skills with PR-based verification.

Why are my automated skills failing after recent workflow changes?

Automated skills fail after workflow changes due to regressions. The repair workflow addresses this by applying regression hunting and systemic triage across tracked skills to identify root causes and generate PR-based fixes.