land-and-deploy

Merge pull requests, deploy to production, and verify health via canary checks.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Ulanxx/mzstack --skill land-and-deploy-ulanxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/Ulanxx/mzstack/tree/main/land-and-deploy
Command: npx skills add https://github.com/Ulanxx/mzstack --skill land-and-deploy-ulanxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy automation to merge PRs, wait for CI, and verify production health with canary checks, reducing manual toil and risk.

Core Features & Use Cases

  • End-to-end release workflow from merge to production validation, with safe fallback if health checks fail.
  • Pre-flight, merge, and post-deploy verification steps orchestrated via CLI commands and conventions established by /ship, enabling reliable deployments at scale.
  • Use case: When a feature PR is ready, this workflow merges, deploys to production, and confirms health, with rollback options if canaries fail.

Quick Start

Run the land-and-deploy flow to merge the PR, await CI, deploy to production, and verify health with canary checks.

Frequently Asked Questions about land-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate merging a pull request and deploying to production?

To automate merging a pull request and deploying to production, you can use a land and deploy workflow that merges the PR, waits for CI outcomes, deploys to production, and verifies health via canary checks. This reduces manual toil and risk.

What is a canary check in a production deployment workflow?

A canary check in a production deployment workflow is a post-deploy validation step that monitors health to ensure the release is stable. It provides safe fallback and rollback options if the health checks fail.

How do I wait for CI outcomes before deploying a PR to production?

You wait for CI outcomes before deploying a PR to production by running an end-to-end release workflow that automates pre-flight checks, merges the PR, and pauses deployment until CI verification completes successfully.

Can I rollback a production deployment if health checks fail?

Yes, you can rollback a production deployment if health checks fail. The workflow applies automated monitoring and guardrails to verify post-deploy health, enabling reliable fallback if canary checks detect issues.

What's the best way to verify release readiness for a production deployment?

The best way to verify release readiness for a production deployment is orchestrating pre-flight, merge, and post-deploy verification steps. This end-to-end workflow satisfies release readiness with automated monitoring and guardrails.