What problem does it solve? After implementation work is verified, developers still face the manual overhead of pushing branches, writing PR descriptions, triggering reviews, and tracking merges. This Skill automates that final shipping step so verified work reaches a merged PR without repetitive manual effort. ## Core Features & Use Cases - Automated PR Creation: Pushes the working branch and generates a pull request with an auto-generated body summarizing the completed work. - Review Triggering: Optionally kicks off a code review step before merge to maintain quality gates. - Merge Tracking: Monitors the PR through to merge, closing the plan → execute → verify → ship loop. - Use Case: After running verification on phase 4 of a milestone, invoke this Skill to push the branch, open a PR with a generated summary, run review, and track it to merge. ## Quick Start Ship the verified work for phase 4 by creating a pull request and preparing it for merge.