What problem does it solve?
This Skill helps you recover failing pull request CI by finding the actual root cause instead of wasting time on blind reruns or guesswork.
Core Features & Use Cases
- CI Failure Triage: Watches PR checks, inspects failed runs, and identifies which job or step actually broke.
- Root-Cause-First Repair Loop: Classifies failures as code, flaky, environment, dependency, or infrastructure issues before suggesting a fix.
- Guardrailed Recovery: Stops after repeated failure, escalates when architecture is the likely issue, and avoids retry-only behavior.
- Use Case: A GitHub pull request turns red after push, and this Skill tracks the failing check, reads the logs, applies the smallest valid fix, and repeats until the checks are green or escalation is required.
Quick Start
Use the ci-self-heal skill to inspect the failing PR checks, identify the root cause from CI logs, apply the smallest fix, and push a new commit.