fix-github-actions
Installation
SKILL.md
Fix GitHub Actions
Workflow
- Inspect the failing workflow, latest run logs, dependency constraints, and local reproduction path.
- Identify whether the failure is code, dependency, environment, matrix, cache, or workflow syntax.
- Prefer fixing the real compatibility issue over weakening CI.
- Keep supported PHP, Laravel, and package versions honest in README and Composer constraints.
- Run the closest local command before pushing.
- Push and verify the new workflow run.
Verification
- Run the failing command locally when possible.
- Confirm the latest remote workflow conclusion is
success.