What problem does it solve?
This Skill automatically finds, claims, and repairs GitHub Pull Requests that have failed Continuous Integration checks or have merge conflicts, ensuring smoother code integration.
Core Features & Use Cases
- Automated PR Triage: Identifies PRs needing attention due to CI failures or merge conflicts (
DIRTY status).
- Conflict Resolution: Attempts to automatically resolve merge conflicts by rebasing and applying defined strategies for different file types.
- CI Failure Diagnosis: Diagnoses and attempts to fix CI failures similar to a
/ci-review skill.
- Safe Concurrent Operation: Uses a work queue to ensure multiple agents can safely claim and repair different PRs simultaneously.
- Use Case: An agent automatically picks up a PR that failed its tests, rebases it onto the latest main branch, resolves a minor conflict in a test file, and pushes the fix, allowing it to be merged.
Quick Start
Use the fix-failed-pr skill to automatically find and repair a PR that is failing CI or has merge conflicts.