land-and-deploy

Merge PRs, wait for CI, deploy to production, and verify canary health.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/binfen1/my-skills --skill land-and-deploy-binfen1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/binfen1/my-skills/tree/main/claude-code/land-and-deploy
Command: npx skills add https://github.com/binfen1/my-skills --skill land-and-deploy-binfen1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end land and deploy workflow, merging PRs, waiting for CI, deploying to production, and verifying production health with canary checks.

Core Features & Use Cases

  • End-to-end PR merge, CI wait, and production deploy with canary health verification.
  • Hand-off to production after /ship, taking over the PR creation and deployment steps.
  • Use in workflows that require reliable merging, landing, deploying, and validating production health before full release.

Quick Start

Trigger the land-and-deploy flow to merge a 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 and production deployment in one workflow?▼

Automating PR merge and production deployment requires merging PRs, waiting for CI, deploying to production, and validating production health with canary checks end-to-end.

What is a canary check in a production deployment workflow?▼

A canary check in a production deployment workflow validates production health after deploying. It ensures the new release is stable by verifying health metrics before completing the full land-and-deploy process.

How do I wait for CI to pass before deploying to production?▼

To wait for CI to pass before deploying to production, the workflow monitors CI status after merging a PR, proceeding to production deployment only when CI succeeds.

Does this workflow take over after creating a PR for production release?▼

Yes, this workflow takes over after PR creation, specifically handling the steps following a /ship command to merge, wait for CI, deploy to production, and verify canary health.

Do I need Bash to run an end-to-end merge and deploy automation?▼

Yes, you need Bash along with Read, Write, and Glob permissions to run this merge and deploy automation, as it executes shell commands to manage production deployment steps safely.