| name | gh-fix-ci |
| description | Diagnose failing GitHub checks, isolate the concrete breakage, and land the smallest defensible fix with targeted verification. |
GH Fix CI
Use this skill when Thomas needs to investigate or fix failing GitHub Actions checks for the current branch or PR.
Workflow
- Inspect the failing workflow, job, and first real error.
- Reproduce the failure locally when feasible.
- Fix the smallest root cause instead of papering over symptoms.
- Re-run the nearest relevant tests or commands.
- Summarize what failed, why, and how the fix was verified.
Rules
- Prefer concrete failure evidence over speculation.
- Avoid broad CI changes unless the failure really spans multiple workflows.