land-and-deploy

Automate PR merging, CI waiting, deployment, and canary health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end land-and-deploy workflow for PRs, ensuring merges only after CI completes, deployments occur automatically, and production health is verified with canary checks.

Core Features & Use Cases

  • Automated PR merge after CI success, followed by deployment to production.
  • Canary-based health verification to detect issues before full rollout.
  • Takes over after /ship creates the PR and handles post-deploy validation in complex workflows.

Quick Start

Run the land-and-deploy workflow on a merge-ready PR to automatically merge, deploy, and verify production 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 merges to wait for CI before deploying to production?

Automating PR merges to wait for CI before deploying to production is handled by a workflow that merges after CI completes, deploys automatically, and verifies production health with canary checks.

What are canary-based health checks and how do they validate production deployments?

Canary-based health checks validate production deployments by monitoring a limited rollout to detect issues before full traffic exposure, ensuring production health is verified automatically after deployment.

How do I deploy a PR automatically after CI passes using a standard Git workflow?

To deploy a PR automatically after CI passes using a standard Git workflow, run the land-and-deploy workflow on a merge-ready PR to merge, deploy, and verify health.

Does land-and-deploy work with Bash and the gstack toolchain for CI deployments?

Yes, land-and-deploy works with Bash and the gstack toolchain by coordinating deterministic shell-based tasks and integrating via the allowed-tools list for CI deployments.

What is the best way to handle post-deploy validation in complex Git workflows?

The best way to handle post-deploy validation in complex Git workflows is using an automated workflow that takes over after PR creation to verify production health with canary checks.

Can I use this workflow if my PR was created outside of a /ship step?

The workflow takes over after the /ship step creates the PR, applying to standard Git workflows and canary-based health checks. It requires a merge-ready PR to function correctly.