What problem does it solve? Merging a pull request safely requires confirming every review thread is answered, CI is green, the branch is current, and the deployment stays healthy afterward. Doing this by hand across GitHub comments, reviews, workflow runs, and cluster health checks is slow and error-prone. ## Core Features & Use Cases - Hard pre-merge gates: Blocks the merge until prior review exists, all review threads are resolved, no active CHANGES_REQUESTED reviews remain, reviewer questions are answered, and CI on the head commit passes. - Auto-approve workflow orchestration: Posts the @auto-approve comment, waits for the GitHub Actions run, reads the APPROVE or REQUEST_CHANGES verdict, and merges only on approval. - Post-merge cleanup and verification: Resets to the default branch, deletes merged branches, waits for the merge commit's CI runs, and probes deployment health on Kubernetes, VM, PaaS, or serverless platforms. - Use Case: After hero-skills:review-pr marks your PR ready and bot reviews finish, run this skill to gate, merge, clean up branches, and confirm the deploy is healthy in one pass. ## Quick Start Ask the assistant to ship the current pull request with the ship-pr skill after review is complete.