What problem does it solve? After a pull request is created, engineers still face a risky manual sequence: merging at the right time, watching CI, waiting for deploy, and confirming production is healthy. This Skill automates that final stretch of the shipping workflow so merges land safely and production regressions are caught immediately. ## Core Features & Use Cases - Automated PR Merge: Takes over after the /ship skill creates a PR and merges it once conditions are met. - CI and Deploy Monitoring: Waits for CI pipelines and deployment processes to complete before proceeding. - Production Verification: Runs canary checks against production to confirm the deploy is healthy. - Use Case: You just finished a feature and ran /ship to open the PR. Instead of babysitting the merge, invoke this skill to land the PR, watch the deploy roll out, and verify production health with canary checks before you move on. ## Quick Start Ask the assistant to merge the current pull request and deploy it to production, verifying health with canary checks. Note: this skill is part of the gstack skill suite and expects the gstack CLI helpers (gstack-config, gstack-update-check, etc.) installed under ~/.claude/skills/gstack/bin.