fix-ci
Installation
SKILL.md
Fix CI Skill
Automates CI troubleshooting by fetching GitHub Actions failures, analyzing logs, reproducing issues locally, and creating a fix plan for user approval.
Execution Workflow
Step 1: Prerequisites Check
Verify the GitHub CLI is installed and authenticated:
gh --version && gh auth status
If gh is not installed:
- Inform user: "GitHub CLI is required. Install with:
brew install gh" - Exit gracefully