What problem does it solve?
This Skill eliminates the manual, error-prone work of merging release pull requests, waiting for CI pipelines to pass, deploying to production, and verifying deployment health via canary checks, which is typically required after creating a PR with the /ship command.
Core Features & Use Cases
- End-to-End Deploy Automation: Handles the full post-PR workflow from merge to production verification in one consistent, repeatable process.
- Context-Aware Execution: Pulls project-specific context like active branch, gstack configuration, and recent project artifacts to tailor the deployment flow to your codebase.
- Use Case: For engineering teams using gstack, after running /ship to create a release PR, use this Skill to automatically land the PR, wait for all CI checks to pass, deploy to production, and confirm the deployment is healthy without manual step-by-step oversight.
Quick Start
Use the land-and-deploy skill to merge the current release PR, wait for CI to pass, deploy to production, and verify canary health checks are green.