What problem does it solve?
Manually debugging failing CI runs is time-consuming, requiring repeated log checks, fix attempts, and run re-triggers that disrupt development workflows.
Core Features & Use Cases
- Automated CI Monitoring: Watches GitHub Actions runs for the current branch and tracks their status in real time.
- Intelligent Log Diagnosis: Uses a two-stage subagent pipeline to parse large CI logs, identify root causes, and pinpoint failing files or lines.
- Iterative Fix & Re-run: Applies mechanical fixes automatically, re-triggers CI runs, and repeats until the build passes or escalation is needed.
- Use Case: When a PR's CI fails with an unclear error, use this skill to automatically pull logs, find the root cause, apply a fix, and re-run the workflow without manual intervention.
Quick Start
Use the ci-debug-loop skill to resolve the failing CI run on your current branch.