land-and-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates the end-to-end release workflow: merging PRs, waiting for CI, deploying to production, and validating production health via canary checks.

Core Features & Use Cases

  • Automates PR merge and deployment orchestration across CI pipelines.
  • Validates canary health and ensures safe production rollout.
  • Useful for teams using Git workflows that want deterministic release behavior and post-merge verification.

Quick Start

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

Automate PR merge and production deployment by orchestrating the end-to-end release flow, which merges PRs, waits for CI, deploys, and validates production health via canary checks.

What is a canary deployment and how does it validate production health?

A canary deployment validates production health by rolling out changes to a subset of traffic and running automated health checks. This Skill orchestrates waiting for CI and verifying canary tests post-merge.

Can I use this automated release flow with my existing Git workflows and CI pipelines?

Yes, this automated release flow integrates with existing Git workflows and CI pipelines. It satisfies integration with Git, CI pipelines, and deployment tooling to ensure deterministic release behavior.

What is the best way to ensure safe production rollout after a PR merge?

The best way to ensure safe production rollout after a PR merge is to automate post-merge validation. This Skill handles deployment and canary health checks to verify production stability.

Do I need to manually monitor CI pipelines before deploying to production?

No, you do not need to manually monitor CI pipelines. The Skill automates waiting for CI completion before proceeding to deploy and running canary health verification across production stages.

Why does my automated deployment workflow fail during canary checks?

Automated deployment workflows can fail during canary checks if production health verification detects issues. The Skill validates canary health post-merge to ensure safe production rollout and deterministic release behavior.