What problem does it solve? Coordinators need a disciplined way to turn a worker's verified code candidate into a reviewable pull request without accidentally merging unfinished work or trusting the worker's own claims. ## Core Features & Use Cases - Verification Gating: Confirms the recorded verification run belongs to the coordinator and matches the candidate before any PR action. - Independent Review Enforcement: Defaults to a fresh independent review since a worker bot cannot review its own candidate. - Safe PR Management: Pushes the recorded branch without force, opens or adopts the existing GitHub PR, and avoids reopening closed PRs unless instructed. - Use Case: After a worker fixes a failing login test and verification passes, use this Skill to push the branch, open the PR, and hand the merge decision back to the user. ## Quick Start Use the deliver skill to open a pull request for the verified candidate in the current task and show me the PR URL without merging.