land-and-deploy

Automate PR merging, CI gating, canary deployment, and production health checks.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kunalrawat425/conductor-playground --skill land-and-deploy-kunalrawat425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/kunalrawat425/conductor-playground/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/kunalrawat425/conductor-playground --skill land-and-deploy-kunalrawat425

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates the end-to-end process of merging PRs, waiting for CI, deploying to production, and validating health, reducing manual handoffs and deployment risk.

Core Features & Use Cases

  • Automated PR merge and creation after ship
  • Canary-based production health checks across environments
  • Rollback guardrails and post-deploy verification
  • Use cases include promoting a PR only after CI passes and health checks

Quick Start

Trigger land-and-deploy to merge the PR, wait for CI, deploy, and verify production health with 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 merging a GitHub pull request, waiting for CI, and deploying to production?

Automating PR merge and deploy involves a workflow that merges the PR, waits for CI gating, deploys, and verifies production health automatically.

What are canary-based production health checks and when do I need them?

Canary-based production health checks validate deployment stability by routing a subset of traffic to the new version. You need them to catch issues during deployment before full production promotion.

How do I ensure CI passes before a pull request is merged and deployed?

You ensure CI passes before deployment by using a workflow that applies CI gating to the GitHub PR, blocking the merge and deploy process until all required CI checks report success.

Does land-and-deploy support rollback guardrails if post-deploy verification fails?

Yes, land-and-deploy includes rollback guardrails and post-deploy verification to automatically revert the deployment if production health checks fail after the canary deployment stage.

Can I use this to perform canary deployments across multiple environments?

Yes, the workflow performs canary deployments and verifies production health across environments, ensuring deployment safety and validation throughout your different deployment targets.

What is the best way to reduce manual handoffs when promoting a PR to production?

The best way to reduce manual handoffs is automating the end-to-end land-and-deploy process, which merges PRs, waits for CI, deploys, and validates health without requiring manual intervention.