land-and-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates end-to-end production deployment by merging the PR, waiting for CI, deploying to production, and validating canary health checks before shipping.

Core Features & Use Cases

  • Automates PR merge, CI verification, deployment, and production health checks.
  • Coordinates cross-environment verification with canary deployments and health checks to reduce production risk.
  • Use Case: When finishing a feature branch, open a PR, and run land-and-deploy to automatically merge, deploy, and verify production health with canaries.

Quick Start

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 verification, and production deployment in one workflow?

Automating PR merge, CI verification, and production deployment involves coordinating the pull request workflow, waiting for CI pipelines to pass, deploying to production, and running canary health checks. This end-to-end approach reduces deployment risk by validating each stage before proceeding.

What is canary deployment verification and how does it reduce production risk?

Canary deployment verification is the process of validating production health checks after deploying a new release to a subset of traffic. It reduces risk by monitoring the canary environment for issues before fully rolling out changes, ensuring production readiness across environments.

How do I wait for CI pipelines to finish before deploying to production?

Waiting for CI pipelines before production deployment requires integrating with your CI/CD configuration to monitor build status. The workflow coordinates PR merge and CI verification, ensuring all automated tests pass before triggering the production release.

Can I use this deployment workflow for cross-environment verification with canaries?

Yes, this deployment workflow supports cross-environment verification by coordinating canary deployments and health checks across different environments. It demonstrates strict integration requirements with CI/CD configurations to validate canary health before completing the production release.

What are the limitations of automating end-to-end production deployment?

Automating end-to-end production deployment requires strict integration with PR flow, CI/CD configurations, and canary verification steps. It is limited by the need for properly configured CI pipelines and canary health check infrastructure to ensure production readiness without manual intervention.

When do I need to coordinate PR workflows and CI pipelines for a release?

You need to coordinate PR workflows and CI pipelines for a release when finishing a feature branch and preparing to ship to production. This coordination ensures the PR is merged, CI passes, and canary health is verified before the production deploy completes.