What problem does it solve?
This Skill automates the diagnosis of GitHub Actions CI failures, speeding up root-cause analysis and creating a remediation plan that can be reviewed and approved by a user.
Core Features & Use Cases
- Automated retrieval of failed CI runs and their logs from GitHub Actions.
- Root-cause analysis and failure classification to determine probable causes of failures.
- Local reproduction guidance and a formal fix plan generation for quicker remediation.
- Plan validation and an explicit user approval gate before any changes are applied.
Quick Start
Use /fix-ci on the current branch to fetch the latest failed run and generate a remediation plan.
Or specify a run-id with /fix-ci <run-id> to target a specific failure.
Review the generated plan and, after approval, proceed with the guided remediation steps.