What problem does it solve?
This skill removes the friction of managing pull requests by automating the repetitive cycle of addressing review comments, fixing failing CI checks, and merging code once everything is green.
Core Features & Use Cases
- Automated Review Handling: Automatically resolves review threads, replies to feedback, and tracks progress via a run ledger to prevent redundant work.
- CI Failure Resolution: Integrates with diagnostic tools to fix linting, build, or test failures, capping attempts to ensure the process remains efficient and safe.
- Merge Orchestration: Safely manages branch updates and squashed merges, ensuring the repository remains clean and the PR is only merged when all quality gates are satisfied.
Quick Start
Invoke the watch-pr skill to monitor the current branch and automatically handle all review threads and CI checks until the PR is ready to merge.