land-and-deploy

Merge pull requests, monitor CI, deploy to production, and verify health with canary checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflow automation. It merges PRs, waits for CI, deploys, and verifies production health via canary checks, then takes over after /ship creates the PR.

Core Features & Use Cases

  • End-to-end automation for PR land, CI wait, and production deployment with health verification.
  • Canary-based deployment validation and safe handoff after the PR is merged.
  • Use Case: when you need a fast, repeatable release process from code merge to production health.

Quick Start

Use land-and-deploy to merge a PR, wait for CI, deploy to production, and verify 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 PR merge, CI checks, and production deployment in one workflow?▼

Automate the land and deploy workflow by merging pull requests, monitoring CI completion, deploying to production, and verifying production health via canary checks.

What is canary-based deployment validation and when is it needed?▼

Canary-based deployment validation verifies production health after a release by routing a subset of traffic to the new version, ensuring safe handoff once the PR is merged and deployed.

What do I need to set up before automating release pipelines for code merge to production?▼

You need a Git repository, a CI system, and a deployment target to coordinate the merge, CI wait, deployment trigger, and post-deploy health checks.

Can I use this to automate a release pipeline after a pull request is created?▼

Yes, the workflow takes over after a pull request is created to merge the PR, wait for CI, deploy to production, and perform post-deploy canary checks.

What is the best way to verify production health after deploying a merged pull request?▼

The best way to verify production health after deploying a merged PR is through canary checks, which validate the deployment and ensure a safe release process.

Does land and deploy handle waiting for CI to complete before triggering the production deployment?▼

Yes, the workflow monitors CI completion after merging a pull request and only triggers the production deployment afterward to ensure a safe release.