What problem does it solve? When code is already implemented and committed on a branch but no pull request exists yet, getting it merged still requires opening the PR, requesting reviews, addressing feedback, and merging — a multi-step process this skill orchestrates as a single composition of two existing skills. ## Core Features & Use Cases - PR creation via /create-pr: Pushes the branch, captures UI screenshots, runs pre-push verification, creates the PR with the standard template, and requests a Copilot review. - Review and feedback loop via /review-and-address: Runs code review, waits for Copilot comments when available, applies fixes, and watches checks until green. - Optional auto-merge: The --auto-merge flag is forwarded so the PR merges automatically once all quality gates pass, with a trust boundary that disables it on untrusted feedback. - Use Case: You finished a feature branch with 5 commits and want it opened, reviewed, and merged without manually chaining commands — run /ship-pr and approve the single push gate. ## Quick Start Ask the assistant to ship the current branch as a PR by saying "ship this branch as a PR and review it to merge".