land-and-deploy

Automate PR merge, CI wait, deployment, and canary health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflow automates merging PRs, waits for CI, performs deployment, and validates production health via canary checks, taking over after ship creates the PR.

Core Features & Use Cases

  • Automated PR land, CI wait, deployment, and canary health verification in a single flow.
  • Supports post-deploy validation and quick rollback guidance if health checks fail.
  • Use Case: When a PR is ready for production, trigger land-and-deploy to merge, deploy, verify canaries, and report status.

Quick Start

Trigger land-and-deploy on a ready PR to automatically merge, deploy, and verify production health with canaries.

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, deployment, and canary health checks in one workflow?

Automated PR merge, deployment, and canary health checks coordinate merging pull requests, waiting for CI, deploying, and verifying production health continuously. This ensures safe releases by enforcing guardrails for canary checks and quick rollbacks if validation fails.

What is canary-based production health verification for safe releases?

Canary-based production health verification validates application stability post-deploy by routing a subset of traffic to the new release. It enforces guardrails to check production health and triggers rollback guidance if health checks fail, ensuring safe releases.

How do I trigger an end-to-end land and deploy flow for a ready pull request?

To trigger an end-to-end land and deploy flow, initiate the process on a ready pull request. It automatically merges the PR, waits for CI completion, performs the deployment, verifies canaries, and reports the final status to stakeholders.

Does automated deployment support post-deploy validation and rollback guidance?

Automated deployment supports post-deploy validation by running canary checks to verify production health. If health checks fail, it provides quick rollback guidance and reports the deployment status to stakeholders to maintain release safety.

When should I use an automated canary deployment workflow instead of manual releases?

Use an automated canary deployment workflow when a pull request is ready for production and requires coordinated CI-wait, deployment, and post-ship verification. It replaces manual releases by enforcing guardrails for safe, automated production health checks.