land-and-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow automates the end-to-end post-PR process by merging the pull request, waiting for CI to complete, and deploying to production with canary health checks.

Core Features & Use Cases

  • End-to-end automation: from PR merge through deployment, with automated canary checks to ensure production health.
  • Post-merge orchestration: coordinates CI status, deployment steps, and rollout verification across environments.
  • Safe rollback and visibility: reports outcomes and can roll back if canaries fail or health checks fail.

Quick Start

Trigger the workflow after merging a PR by typing /land-and-deploy, and let it handle merge, CI wait, and production deployment 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 post-merge deployment and CI verification?

Post-merge deployment and CI verification are automated by merging pull requests, waiting for CI completion, and deploying to production with canary health checks. This workflow orchestrates the entire land-and-deploy process end-to-end.

What is a land-and-deploy workflow in CI/CD?

A land-and-deploy workflow in CI/CD coordinates PR merges, waits for CI completion, and validates production health using canary checks. It automates post-merge rollout across environments with safe rollback capabilities.

How do I trigger automated PR merge and production rollout?

Automated PR merge and production rollout are triggered by typing /land-and-deploy after a PR is ready. The workflow then handles the merge, CI wait, deployment, and canary validation automatically.

Can I rollback a production deployment if canary checks fail?

Yes, you can rollback a production deployment if canary checks fail. The workflow monitors rollout health and automatically rolls back deployments when post-deploy health verification detects failures.

Does this deployment automation work with existing version control and CI/CD tools?

This deployment automation requires integration with existing version control, CI/CD tools, and deployment infrastructure. It coordinates these systems to stage canaries, monitor rollouts, and verify post-deploy health across environments.

What are the limitations of automating post-merge deployment with canary checks?

Automating post-merge deployment with canary checks requires full integration with version control, CI/CD, and deployment infrastructure. It is limited to teams needing post-merge automation and cannot operate without these connected systems.