land-and-deploy

Coordinate PR merges, CI checks, and production deployment with canary health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end land-and-deploy workflows by coordinating PR merges, CI checks, and production deployment with automated health verification.

Core Features & Use Cases

  • Orchestrates merge, CI wait, and deployment steps in a repeatable, auditable process.
  • Performs canary-based health checks post-deploy and flags/rolls back if issues arise.
  • Applies to standard PR-to-production release flows and can be embedded into larger delivery pipelines.

Quick Start

Invoke land-and-deploy on a PR merge to automatically merge, deploy, and verify production health via 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 merges and deploy to production?

To automate PR merges and deploy to production, you can orchestrate merge, CI wait, and deployment steps in a repeatable, auditable process using Bash-based execution, git access, and CI status configured in a standard environment.

How do canary health checks work after a production deployment?

Canary health checks after a production deployment work by monitoring post-deploy metrics and automatically flagging issues or rolling back if health problems arise, ensuring production stability during PR-to-production release flows.

Do I need Bash and git access to automate land and deploy workflows?

Yes, you need Bash-based execution, git access, CI status, and deployment tooling configured in a standard environment to automate land and deploy workflows end-to-end.

What is the best way to coordinate CI checks with a ship-to-production step?

The best way to coordinate CI checks with a ship-to-production step is to orchestrate an end-to-end land-and-deploy workflow that waits for CI status verification before executing production deployment and integrated canary health checks.

When should I not use an automated land-and-deploy pipeline?

You should not use an automated land-and-deploy pipeline for release flows lacking standard PR-based structures, or when your environment lacks Bash execution, git access, and deployment tooling required for automated health verification.

Can I embed a land-and-deploy process into larger delivery pipelines?

Yes, you can embed a standard PR-to-production land-and-deploy process into larger delivery pipelines to coordinate PR merges, CI checks, and production deployment with canary-based health verification.