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