Agent Skill
2/7/2026flywheel-ci-failure-autofix
Investigate failed CI runs and create a dedicated fix PR. Use when CI workflow fails, when user asks to auto-fix failing checks, or when analyzing job logs for minimal corrective changes.
G
gqy20
0GitHub Stars
1Views
npx skills add gqy20/flywheel
SKILL.md
| Name | flywheel-ci-failure-autofix |
| Description | Investigate failed CI runs and create a dedicated fix PR. Use when CI workflow fails, when user asks to auto-fix failing checks, or when analyzing job logs for minimal corrective changes. |
name: flywheel-ci-failure-autofix description: Investigate failed CI runs and create a dedicated fix PR. Use when CI workflow fails, when user asks to auto-fix failing checks, or when analyzing job logs for minimal corrective changes. allowed-tools: Read,Grep,Glob,LS,Edit,MultiEdit,Write,Bash(gh *),Bash(git *),Bash(uv run pytest *),Bash(uv run ruff *)
Flywheel CI Failure Autofix
Goal
Turn a failed CI run into a focused repair PR with root-cause explanation.
Workflow
- Fetch failed workflow run and job summaries.
- Identify primary failing check and minimal fix path.
- Implement targeted code/test fix.
- Re-run affected checks locally where possible.
- Create fix branch and PR with CI-fail prefix.
- Document in PR body:
- probable root cause
- fix summary
- verification commands
- residual risks
Safety Rules
- Do not touch unrelated modules.
- Do not edit workflow permissions/secrets unless explicitly requested.
- Do not push directly to
master.
Output Checklist
- Failed job(s) analyzed
- Root-cause statement
- Files changed
- Verification commands
- PR URL
Skills Info
Original Name:flywheel-ci-failure-autofixAuthor:gqy20
Download