github-workflow-auto-fix
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
GitHub Workflow Auto-Fix
Automated CI failure analysis and remediation using Claude Code Action.
When to Use This Skill
| Use this skill when... | Use something else when... |
|---|---|
| Setting up auto-fix workflow for a repo | Fixing a single PR's checks (/git:fix-pr) |
| Customizing which workflows trigger auto-fix | Inspecting workflow runs manually (/workflow:inspect) |
| Understanding the auto-fix pattern | Writing new workflows from scratch (/workflow:dev) |
Context
- Workflow exists: !
find .github/workflows -maxdepth 1 -name 'github-workflow-auto-fix.yml' - Current workflows: !
find .github/workflows -maxdepth 1 -name '*.yml' -type f - Claude secrets configured: !
gh secret list