land-and-deploy

Automate pull request merge, production deployment, and canary health verification.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill land-and-deploy-devs6186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill land-and-deploy-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows that merge PRs after CI, wait for build validation, deploy to production, and verify health with canaries. This ensures faster shipping with safer releases.

Core Features & Use Cases

  • Automates the end-to-end land-and-deploy of pull requests, coordinating CI, merge, deployment, and canary health checks.
  • Takes over after /ship creates the PR, ensuring a smooth handoff from development to production and enabling post-deploy verification.
  • Use case: when a PR is ready for production, trigger automated land, deploy, and health verification without manual steps.

Quick Start

Ask Claude to run land-and-deploy on the current PR after CI passes to merge, deploy to production, and verify canary 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 merging a pull request after CI passes and deploy to production?

You can automate the land-and-deploy workflow to merge pull requests after CI passes, deploy to production, and verify canary health. It coordinates merge, ship, and land flows while handling post-deploy verification without manual steps.

What is a canary deployment health check and when do I need it?

A canary deployment health check validates production stability after releasing new code. You need it when automating end-to-end pull request land and deploy workflows to ensure safer releases by catching failures early and triggering rollbacks.

Can I take over after /ship creates the PR to handle the merge and production deploy automatically?

Yes, the land-and-deploy workflow can take over after /ship creates the PR, ensuring a smooth handoff from development to production. It coordinates CI, merge, deployment, and canary health checks while enabling post-deploy verification.

How do I handle failures or rollbacks during an automated production deploy from a PR merge?

The land-and-deploy workflow handles failures and rollbacks during production deployment by orchestrating merge, ship, and land flows with post-deploy verification. It alerts on failures or rollbacks after coordinating CI and canary health checks.

Does automated land and deploy work with GitHub PRs and canary deployments?

Yes, land-and-deploy is designed for teams using GitHub PRs and canary deployments. It automates the end-to-end workflow by coordinating CI, merge, deployment, and canary health checks to enable faster shipping with safer releases.