land-and-deploy

Automates PR merge, CI wait, deployment, and canary health verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates the end-to-end workflow to merge PRs, wait for CI, deploy to production, and verify health via canary checks, reducing manual handoffs and risk.

Core Features & Use Cases

  • Automates PR merge orchestration and CI gating to ensure only healthy builds are shipped.
  • Performs staged deployment with canary validation and automatic promotion or rollback as needed.
  • Handles post-deploy discipline: monitoring, quick rollback, and clear handoffs after production release.

Quick Start

Trigger the automated flow by invoking land-and-deploy on a PR ready for merge to initiate CI-wait, deployment, and production health verification.

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 PR merge, CI wait, and production deployment end-to-end?

To automate PR merge, CI wait, and production deployment end-to-end, you orchestrate the workflow to merge PRs, gate on CI health, deploy to production, and verify release health via canary checks. This reduces manual handoffs and release risk.

What is canary deployment with automatic promotion or rollback?

Canary deployment with automatic promotion or rollback is a staged release strategy that validates production health checks before full promotion. It automatically rolls back unhealthy builds, ensuring safe, observable releases without manual intervention.

How do I trigger the land-and-deploy flow for a pull request ready for merge?

You trigger the land-and-deploy flow by invoking the orchestration on a PR ready for merge. This initiates the automated sequence of CI waiting, production deployment, and health verification steps.

Does land-and-deploy work for Git-based teams needing staging and production orchestration?

Yes, land-and-deploy is designed for Git-based teams needing reliable orchestration across staging and production. It coordinates merge, land, deploy, and verification steps with CI pipelines and canary health checks.

How does post-deploy monitoring and quick rollback work after a production release?

Post-deploy monitoring and quick rollback work by maintaining post-deploy discipline after a production release. The orchestration handles clear handoffs, monitors production health, and performs quick rollbacks if canary validation fails.