ci-autofix-reusable
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Reusable CI Auto-Fix Workflow
Generate a reusable GitHub Actions workflow for automated CI failure analysis and remediation.
When to Use This Skill
| Use this skill when... | Use something else when... |
|---|---|
| Setting up a reusable auto-fix workflow for multiple repos | Setting up auto-fix for a single repo (/workflow:auto-fix) |
| Creating a caller workflow that invokes the reusable template | Fixing a single PR's checks (/git:fix-pr) |
| Customizing auto-fix inputs for different project types | Inspecting workflow runs manually (/workflow:inspect) |
Context
- Reusable workflow exists: !
find .github/workflows -maxdepth 1 -name 'reusable-ci-autofix.yml' -type f - Caller workflow exists: !
find .github/workflows -maxdepth 1 -name 'auto-fix.yml' -type f - Current workflows: !
find .github/workflows -maxdepth 1 -name '*.yml' -type f - Claude secrets configured: !
gh secret list