land-and-deploy

Merges pull requests, validates CI, and performs canary health checks before deployment.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzumaki-inc/uzustack --skill land-and-deploy-uzumaki-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/uzumaki-inc/uzustack/tree/main/_upstream/gstack/land-and-deploy
Command: npx skills add https://github.com/uzumaki-inc/uzustack --skill land-and-deploy-uzumaki-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end PR merge, CI wait, canary verification, and post-ship PR creation to streamline production deployment.

Core Features & Use Cases

  • Automates merging pull requests and awaiting CI success before deployment.
  • Verifies production health via canary checks and takes over after ship when a PR is created.
  • Supports end-to-end release workflows across Git-based projects with deterministic steps and clear state transitions.

Quick Start

Invoke land-and-deploy to merge PRs, wait for CI, perform canary checks, and deploy to production.

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 git pull request merges and wait for CI before deployment?

Automating pull request merges and CI validation before deployment is handled by merging PRs, validating CI success, performing canary production health checks, and creating post-ship PRs. This end-to-end workflow ensures deterministic deployment governance for Git-based projects.

What is a canary production health check in a deployment workflow?

A canary production health check in a deployment workflow verifies production stability after merging a pull request and awaiting CI success. It applies deterministic steps and config-driven behavior to ensure safe, automated end-to-end release governance.

How do I set up an end-to-end land and deploy workflow for my team?

To set up an end-to-end land and deploy workflow, invoke the process to merge pull requests, await CI validation, perform canary production health checks, and take over after ship creates the PR. It supports config-driven behavior and clear state transitions for team release governance.

Does automated PR merge and deploy work with config-driven Git workflows?

Yes, automated PR merge and deploy supports config-driven Git workflows by applying deterministic steps and environment awareness. It ensures end-to-end deployment governance by merging pull requests, validating CI, and performing canary checks based on your configuration.

What are the limitations of automating canary verification during production deployment?

A limitation of automating canary verification during production deployment is that it requires Git-based projects with deterministic state transitions. The workflow depends on successful CI validation and config-driven behavior to safely take over after ship creates the PR.

Why does my automated deployment workflow fail after ship creates a PR?

Automated deployment workflows can fail after ship creates a PR if CI validation is unsuccessful or canary production health checks detect instability. The process requires deterministic steps and environment awareness to safely take over and complete the deployment.