land-and-deploy

Automate PR merge, CI wait, canary checks, and production rollout.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows often require manual steps between PR merge, CI completion, canary checks, and final production deployment. This skill automates the end-to-end process, reducing handoffs and drift.

Core Features & Use Cases

  • End-to-end automation of PR merging, CI wait, canary checks, and production deployment.
  • Guardrails and telemetry hooks for safe deployments with clear audit trails.
  • Use Case: when a feature is ready, trigger automated land-and-deploy to promote changes to production after CI success and canary verification.

Quick Start

Run the land-and-deploy workflow to merge PRs, wait for CI, and deploy to production.

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 wait, and production deploy in one workflow?

You can automate the end-to-end land-and-deploy workflow by orchestrating PR management, CI waiting, canary health checks, and production rollout using gstack components. This reduces manual handoffs and configuration drift between development stages.

What is a canary check in a production deployment workflow?

A canary check in a production deployment workflow verifies production health after a PR merge and CI pass. It acts as a gate to ensure stability before promoting changes fully, providing telemetry hooks and guardrails for safe rollouts.

How do I set up continuous deployment with canary health checks for Git-based projects?

Set up continuous deployment for Git-based projects by configuring a workflow that merges PRs, waits for CI success, executes canary checks, and promotes to production. This provides clear audit trails and guardrails throughout the deployment process.

Can I trigger automated production rollout only after CI succeeds and canary verification passes?

Yes, you can trigger automated production rollout strictly after CI succeeds and canary checks verify production health. The workflow automates these sequential steps to ensure safe promotion of changes to the production environment.

What are the limitations of automating land-and-deploy workflows?

The land-and-deploy workflow applies to scenarios where a PR merges, CI passes, and canary checks verify production health. It requires Git-based projects and relies on gstack components to orchestrate the end-to-end promotion process.

Does land-and-deploy work with my existing Git workflow and CI pipeline?

Yes, land-and-deploy integrates with Git-based projects by waiting for your existing CI pipeline to pass. It orchestrates PR management and production rollout, adding telemetry hooks and guardrails around your current workflow.