repair-checks

Run repository checks and apply scoped fixes until the lane is green.

9|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/conn-castle/agent-layer --skill repair-checks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repair-checks
Source: https://github.com/conn-castle/agent-layer/tree/main/internal/templates/skills/repair-checks
Command: npx skills add https://github.com/conn-castle/agent-layer --skill repair-checks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run the repository's documented checks in the intended order, fix the failures that are in scope, and repeat until the checks pass or a real blocker requires human direction.

Core Features & Use Cases

  • Orchestrates a deterministic repair loop across lint, format, pre-commit, test, and other checks.
  • Discovers the required checks for a given repository, executes them in the defined order, and applies minimal, scoped fixes.
  • Repeats the cycle until the lane is green or a blocker halts autonomous progress, with human checkpoints when needed.

Quick Start

Trigger the repair-checks workflow on the repository to automatically run the required checks, fix in-scope failures, and iterate until the lane is green.

Frequently Asked Questions about repair-checks

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

FAQPage Schema
How do I automate fixing failing CI checks in my repository?

Run the repository's documented checks in the intended order to fix CI failures, applying minimal scoped repairs to lint, format, pre-commit, and test flows until the lane is green. The loop halts and prompts for human direction when encountering actual blockers.

Can I automatically repair lint and pre-commit failures without manual intervention?

Autonomously repair lint and pre-commit failures through an automated loop that discovers required checks, executes them in defined order, and applies scoped fixes. It enforces strict preflight and re-run safeguards to prevent unsafe changes while iterating.

What types of repository checks can be automatically repaired?

Standard lint, format, pre-commit, and test flows can be automatically repaired, adapting to per-repo tooling. The repair loop scopes to these documented checks and applies minimal fixes to resolve in-scope failures iteratively.

How does the automated repair loop handle blockers it cannot fix?

When blockers halt autonomous progress, the repair loop stops and provides human checkpoint prompts for direction. This ensures traceable fixes and prevents unsafe changes when failures fall outside the scope of standard automated repairs.

Does the repository repair process work with custom CI tooling configurations?

The repair process adapts to per-repo tooling configurations by discovering the required checks for the given repository and executing them in their defined order. It scopes repairs to standard flows while escalating when custom blockers appear.