What problem does it solve?
Open pull requests stall while authors juggle incoming review comments, failing CI checks, and base-branch drift across long review cycles. This Skill keeps a PR moving toward merge by continuously reacting to each of those streams as it arrives, instead of forcing you to poll and fix things manually.
Core Features & Use Cases
- Continuous PR watch: Runs a background snapshot-based watcher that wakes only when review threads, CI failures, or branch-currency items need attention, with checkpoint and pipeline modes for harnesses without background wake support.
- Delegated remediation: Routes review feedback to ce-resolve-pr-feedback and CI failures to ce-debug, handling comments before CI so fixes collapse both timelines instead of serializing them.
- Managed stack support: Detects confirmed gh-stack managed stacks and supports target, stack-ready, and stack-land postures, including upstack propagation and authorized prefix landing.
- Use Case: You open a PR before lunch and ask the agent to babysit it; hours later it has resolved reviewer threads, fixed a broken test, updated the branch when it fell behind, and reports it looks merge-ready with a full run recap.
Quick Start
Ask the agent to babysit the pull request for the current branch until it looks merge-ready.