land-and-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows automate the safe promotion of code changes from PRs to production. It merges the PR, waits for CI, triggers deployment, and verifies production health via canaries.

Core Features & Use Cases

  • Automated PR deployment: Merge the PR and drive the deployment through CI/CD.
  • Canary health verification: Validate production health with canary checks before full rollout.
  • Rollback readiness: Provide safe rollback in case deployment health fails or canaries fail.

Quick Start

Trigger land-and-deploy to merge the PR, wait for CI, deploy to production, and verify health via canary checks.

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 deployment to production?

Automating PR merge and deployment requires a workflow that merges the PR, waits for CI, triggers production deployment, and verifies health via canary checks. This coordinates with CI/CD pipelines to ensure safe, measurable production changes.

What is canary-based health verification in release engineering?

Canary-based health verification is a release engineering process that validates production health using canary checks before a full rollout. It loads canary health signals to decide whether to promote a deployment or initiate a rollback.

How do I trigger a safe production rollout after a PR merge?

To trigger a safe production rollout after a PR merge, initiate a workflow that waits for CI completion and then deploys to production. The workflow verifies deployment health via canary checks before completing the full rollout.

What happens if canary checks fail during a production deployment?

If canary checks fail during a production deployment, the workflow provides safe rollback readiness. It uses canary-based health signals to detect deployment failures and automatically decides whether to promote or rollback the production changes.

Does this land and deploy workflow coordinate with existing CI/CD pipelines?

Yes, the land and deploy workflow coordinates with existing CI/CD pipelines and deploy tooling. It waits for CI to complete after a PR merge and triggers deployment through your current deploy infrastructure to ensure safe production changes.