What problem does it solve? Shipping code involves a fragile sequence of manual steps: merging the PR, watching CI, waiting for the deploy, and confirming production is healthy. This Skill automates that final stretch of the delivery pipeline so a merge does not silently break production. ## Core Features & Use Cases - Automated merge and deploy: Merges the pull request, then waits for CI and the deployment to complete before declaring success. - Production verification: Runs canary checks against production to confirm the deploy is healthy after landing. - Pipeline handoff: Takes over after the /ship skill creates the PR, completing the ship-to-production workflow. - Use Case: After a PR is approved, tell the agent to "land it" — it merges the branch, monitors CI, waits for the deploy, and runs canary checks so you know production is actually healthy. ## Quick Start Ask the agent to merge and deploy the current pull request and verify production health with canary checks.