land-and-deploy

Merge a PR, wait for CI, deploy to production, and verify canary health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows are error-prone and slow. This Skill automates merging PRs, waiting for CI, deploying to production, and validating production health with canary checks, reducing manual toil and drift.

Core Features & Use Cases

  • Merges PRs, waits for CI, deploys to production, and verifies production health via canary checks.
  • Takes over after /ship creates the PR, simplifying post-merge workflows.
  • Handles fallback and status reporting when deployment steps fail.

Quick Start

Run the land-and-deploy skill on a merged PR to merge, wait for CI, deploy, and verify production health.

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 deploy in one workflow?

You can automate the land and deploy workflow by merging a PR, waiting for CI to pass, deploying to production, and verifying production health through canary checks, reducing manual toil and drift.

What is a land and deploy workflow with canary checks?

A land and deploy workflow merges a PR, waits for CI, deploys to production, and verifies production health with canary checks, reducing manual toil and drift in automatic promotion from merge to production.

How do I wait for CI to finish before deploying to production?

The deployment automation workflow handles CI status polling to wait for CI to finish before proceeding to deploy to production, ensuring the rollout only happens after checks pass.

Does deployment automation support canary health checks after a PR merge?

Yes, deployment automation supports canary health checks after a PR merge by verifying production health during post-ship stabilization to ensure a safe production rollout.

What happens if deployment steps fail during the land and deploy process?

If deployment steps fail during the land and deploy process, the workflow handles fallback and status reporting to manage the failure and communicate the deployment state.

When do I need to use deployment automation for land and deploy workflows?

You need deployment automation for land and deploy workflows when you require automatic promotion from merge to production in Git workflows, covering PR merge, CI wait, deployment, and canary verification.