land-and-deploy

Merge a pull request, wait for CI, deploy to production, and verify with canary checks.

Updated May 7, 2026
One-click install
npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill land-and-deploy-tumeloramaphosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/TumeloRamaphosa/StudEx-Valley-OS/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill land-and-deploy-tumeloramaphosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end land-and-deploy workflow by merging a PR, waiting for CI, deploying to production, and verifying production health with canary checks. It reduces the risk of shipping broken code and removes manual coordination between merge, CI validation, and rollout verification.

Core Features & Use Cases

  • PR merge and CI verification: Takes over after /ship creates the PR, then merges and waits for CI readiness before proceeding.
  • Production deploy with health gates: Performs the deploy only after the merge and CI stages complete.
  • Canary-based production validation: Verifies production health using canary checks to catch issues early before fully rolling out.

Quick Start

Ask the AI to run land-and-deploy when your request includes merge and deploy, land the pr, ship to production, or merge and verify.

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?

Automating PR merge, CI verification, and production deployment is handled by orchestrating a land-and-deploy workflow that merges a pull request, waits for CI to complete, deploys to production, and verifies health via canary checks.

What is canary-based production validation after a pull request merge?

Canary-based production validation verifies production health using canary checks to catch issues early before fully rolling out, ensuring that newly deployed code does not break existing services.

How do I gate production deployments on CI completion after merging a pull request?

Gating production deployments on CI completion is achieved by waiting for CI readiness before proceeding, ensuring the deploy action only triggers after both merge and CI stages successfully finish.

When should I use an automated land-and-deploy workflow for shipping to production?

Use an automated land-and-deploy workflow when the explicit intent is to merge, land, deploy, or ship to production, typically after a pull request is created and ready for final rollout.

Does land-and-deploy require specific dependencies or components to run?

No specific dependencies or components are required to run the land-and-deploy workflow, as it operates by applying deterministic execution coordination with merge, CI gating, deploy actions, and canary verification.