fix-github-actions

SkillMonitoring & ops

Retrieve 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.

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.

  1. Get current branch: git branch --show-current; confirm pushed (git status -sb); gh pr view or gh pr list --head "$(git branch --show-current)"
  2. 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>
  3. Analyze errors: Parse logs for test failures, lint errors, build errors, missing dependencies, environment variables, configuration issues, timeout errors
  4. 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
  5. Verify: Push if needed; gh pr checks or gh 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