fix-github-actions
SkillMonitoring & opsRetrieve GitHub Actions logs with gh, analyze failures, and fix CI errors locally. Use when the user types /fix-github-actions.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the fix-github-actions skill
What this skill tells your AI
The instructions your AI receives, as published by blockmatic/basilic in .agents/skills/workflow/fix-github-actions/SKILL.md and read by ahel’s review.
Retrieve GitHub Actions workflow logs for the current branch PR, analyze failures, and fix CI/CD errors. Use gh, never GitHub MCP for Actions.
- Get current branch:
git branch --show-current; confirm pushed (git status -sb);gh pr vieworgh pr list --head "$(git branch --show-current)" - Retrieve Actions logs:
gh pr checks;gh run list --branch "$(git branch --show-current)" --limit 10; failed run →gh run view <id> --log-failed; artifacts →gh run download <id> - Analyze errors: Parse logs for test failures, lint errors, build errors, missing dependencies, environment variables, configuration issues, timeout errors
- Fix issues: Read affected files, apply fixes per project rules (TypeScript, ESLint, Biome), resolve test failures, fix build errors, add missing dependencies, update config files, address timeout issues, commit changes
- Verify: Push if needed;
gh pr checksorgh run watch <id>for the relevant workflow — do not block every push with watch (validation only)
Signals
- GitHub stars
- 89
- Forks
- 11
- Last commit
- Sep 2026
ahel review
S4info
community integration — published by blockmatic, not github
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
fix-github-actions- Source
- github.com/blockmatic/basilic