What problem does it solve?
This Skill helps developers quickly resolve GitHub Actions CI failures, minimizing downtime and ensuring code quality with minimal, reviewable changes.
Core Features & Use Cases
- Automated Failure Diagnosis: Uses
gh CLI to inspect failing CI runs, logs, and artifacts.
- Root Cause Identification: Leverages a playbook to pinpoint common failure patterns.
- Targeted Fixes: Applies minimal code or workflow patches.
- Verification: Reruns jobs and verifies fixes using
gh commands.
- Use Case: A pull request fails its CI checks. This Skill can automatically investigate the failure, identify that a test is intermittently flaky, and rerun the specific job to confirm the fix.
Quick Start
Use the ci-fix skill to diagnose and resolve the latest CI failure in the current repository.