What problem does it solve?
Diagnose and fix GitHub Actions CI failures by inspecting workflow runs and logs, identifying root causes, implementing minimal diffs, and pushing fixes to a dedicated fix branch.
Core Features & Use Cases
- Locate the failing run and identify the responsible job or step across PR or branch builds.
- Extract failure logs and artifacts to pinpoint root causes, including common build, test, lint, or environment issues.
- Apply minimal, scoped fixes that preserve existing workflows and permissions, avoiding broad changes.
- Push fixes to a dedicated branch (ci-fix/<original-branch>) and push for verification.
- Verify the fix by triggering CI on the fix branch and confirming green status.
Quick Start
Provide a failing workflow run identifier and follow prompts to locate failures, apply a minimal fix, and push to a dedicated fix branch.