github-fix-action-error
Installation
SKILL.md
github-fix-action-error
Purpose
Close the loop between a red CI run and a green one. The skill identifies the most recent failing GitHub Actions run on the current branch, pulls the logs, finds the underlying problem in the code, fixes it locally, and — after the user approves — commits and pushes the fix so CI can re-run.
When to use
- User says "fix the CI", "fix the failing workflow", "make the build green", or the Hungarian equivalents ("javítsd a CI-t", "piros a build, nézd meg")
- User pastes a failing Actions run URL and wants it fixed
- User references a failing check and asks for a fix
Prerequisites
Verify the environment before doing anything else:
- Inside a git repository