land-and-deploy

Merges approved PRs, waits for CI, deploys to production with canary health checks using gstack tooling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end release workflow from PR merge through CI verification to production deployment, reducing manual handoffs and risk.

Core Features & Use Cases

  • Automates PR merging, CI wait, deployment, and canary health checks to prevent production issues.
  • Handles post-ship PR creation and handoff tasks to production teams.
  • Applies to workflows that require reliable, auditable transitions from code review to production readiness.

Quick Start

Start the land-and-deploy flow on a ready-to-ship PR to automatically merge, verify CI, deploy, and validate 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 verification, and production deployment in one workflow?

To automate PR merge, CI verification, and production deployment, this Skill orchestrates the end-to-end release workflow by merging PRs, waiting for CI, deploying, and verifying production health using canary checks to reduce manual handoffs.

What are canary checks and how do they verify production health after a deploy?

Canary checks verify production health after a deploy by monitoring specific metrics to ensure new code does not cause issues. This Skill automates these checks to prevent production problems during the release workflow.

Do I need gstack tooling to automate landing and deploying PRs?

Yes, you need gstack tooling to automate landing and deploying PRs. The Skill requires integration with gstack to orchestrate the PR, CI, and deployment steps for reliable, auditable transitions from code review to production.

What is the best way to handle post-ship PR creation and handoff to production teams?

The best way to handle post-ship PR creation and handoff is using an automated release workflow. This Skill manages post-ship PR creation and handoff tasks to production teams after merging and deploying code.

How do I start the land and deploy flow on a ready-to-ship PR?

To start the land and deploy flow on a ready-to-ship PR, initiate the Skill on your approved PR. It will automatically merge the PR, wait for CI, deploy the code, and validate production health.