land-and-deploy

Merge pull requests, wait for CI, deploy to production, and validate canary health.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/yckkkk/reo --skill land-and-deploy-yckkkk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/yckkkk/reo/tree/main/.agents/skills/land-and-deploy
Command: npx skills add https://github.com/yckkkk/reo --skill land-and-deploy-yckkkk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows automate merging PRs, waiting for CI, deploying to production, and validating production health via canary checks. It ensures a smooth handoff after /ship by taking over the PR lifecycle until the deployment is live.

Core Features & Use Cases

  • Merges pull requests and triggers a coordinated land-and-deploy flow.
  • Waits for CI to complete and monitors canary health to ensure production safety.
  • Handles post-merge handoff routines and integration with existing ship-and-operate pipelines.

Quick Start

Tell the system to run land-and-deploy to merge the PR, wait for CI, 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 PR merge, CI wait, and production deployment in one workflow?▼

Automating PR merge, CI wait, and production deployment is handled by a coordinated land-and-deploy workflow that merges pull requests, monitors CI completion, deploys to production, and validates canary health.

What is a canary health check in continuous delivery?▼

A canary health check in continuous delivery validates production safety by monitoring a canary deployment after a merge, ensuring the new release is stable before completing the full promotion.

How do I validate canary health before promoting a PR to production?▼

To validate canary health before production promotion, the land-and-deploy workflow monitors the canary deployment after CI passes, ensuring production safety before completing the release.

Does this land-and-deploy workflow integrate with existing merge and ship pipelines?▼

Yes, the land-and-deploy workflow integrates with existing ship-and-operate pipelines, handling post-merge handoff routines to ensure a smooth transition until the deployment is live.

What happens if CI fails during the automated land and deploy process?▼

During the land and deploy process, the workflow waits for CI to complete; if CI fails, the deployment halts to prevent unsafe production promotion from a broken merge.