What problem does it solve? Keeping a pull request green requires repeatedly polling CI, triaging review feedback, re-running quality gates, and then remembering to merge, close the ticket, and delete the branch. This Skill automates that outer-loop supervision so a PR reaches a verified green state and a policy-controlled closeout without manual babysitting. ## Core Features & Use Cases - Live PR monitoring: Reads checks, mergeability, review decisions, and inline review threads from the configured PR host, and treats skipped or rate-limited reviewer bots as not reviewed even when their status is green. - Feedback and gate handling: Delegates review feedback to the review-response workflow and runs configured quality gates before any push or merge preparation. - Configurable closeout: Supports off/ask/auto modes for merge, knowledge capture, retro, and cleanup, including ticket closing and remote branch deletion after a verified merge. - Use Case: After opening a PR, ask the agent to babysit it; it waits for CI, addresses review comments, verifies nothing is unlanded, merges with squash, closes the linked ticket, and deletes the remote branch. ## Quick Start Ask the agent to babysit the current pull request until it is green and then merge it according to the configured closeout policy.