What problem does it solve?
This Skill removes the manual churn of chasing PR feedback across comments, CI failures, and follow-up review cycles. It keeps a pull request moving until it is merged, closed, or escalated with a clear reason.
Core Features & Use Cases
- Synchronous review remediation: Repeatedly checks PR state and applies the next round of fixes without relying on asynchronous wakeups.
- Review and CI handling: Responds to requested changes, waits for review transitions, and tracks merge readiness.
- Controlled escalation: Stops safely when merge conflicts, drafts, rate limits, or timeout and iteration limits are reached.
- Use case: A teammate receives review comments plus failing CI on a PR and needs the AI to keep repairing the branch until the PR is ready to merge.
Quick Start
Ask the assistant to run pr-fix-loop on the current pull request or a specific PR URL and continue fixing review issues until the PR is merged or escalation is needed.