What problem does it solve? After a pull request is created, developers still need to manually merge it, watch CI pipelines, wait for deployment, and confirm production is healthy. This Skill automates that final stretch of the shipping workflow so nothing gets merged broken or deployed unverified. ## Core Features & Use Cases - PR Merge Automation: Merges the pull request created by the /ship workflow and monitors the resulting CI run. - Deploy Verification: Waits for the deployment to complete and runs canary checks against production to confirm health. - Session-Aware Operation: Adapts behavior for interactive sessions versus orchestrator-spawned sessions, with telemetry, checkpointing, and context recovery built in. - Use Case: After running /ship to open a PR, invoke this Skill to merge it, watch the deploy pipeline, and get a confirmation that production canary checks passed before you move on. ## Quick Start Ask the assistant to merge and deploy the current pull request and verify production health with canary checks.