What problem does it solve? Merging a pull request requires resolving review comments, re-running code reviewers, waiting on CI, and verifying every thread is resolved — a slow, manual loop. This Skill automates that entire cycle: it resolves existing review feedback, loops the configured reviewer (Codex or Copilot) until no meaningful issues remain, falls back to a local fresh-agent review when the reviewer is unavailable, then merges and deletes the remote branch. ## Core Features & Use Cases - Automated review loop: Triggers and re-triggers Codex or Copilot reviews, triages findings with a judgment bar (absorb, file, drop, blocked), and applies only changes that genuinely improve the code. - Local fallback reviewer: When the configured reviewer hits quota, is not configured, errors, or stays silent, a local fresh-agent review loop takes over so the PR still reaches merge. - Convergence controls and merge gates: A findings ledger with severity ratcheting and induced-chain detection prevents endless fix cycles, while green-CI, thread-resolution, and acceptance-criteria gates guard the final merge. - Use Case: After /notion-dev:ticket finishes its build phase, run the review loop on the opened PR — it resolves reviewer findings across multiple rounds, waits out slow Copilot responses, and squash-merges once all gates pass. ## Quick Start Ask the assistant to review and merge pull request 42 using the configured reviewer, letting it resolve feedback and merge automatically.