land-and-deploy

Automates PR merge, CI wait, deploy and canary health checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/harsh-pandhe/pod-transit --skill land-and-deploy-harsh-pandhe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/harsh-pandhe/pod-transit/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/harsh-pandhe/pod-transit --skill land-and-deploy-harsh-pandhe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy workflows streamline integrating PRs, triggering CI, and promoting changes to production with canary health checks, reducing manual handoffs and accelerating releases.

Core Features & Use Cases

  • End-to-end PR merge, land, and deploy orchestration that reduces manual steps and speeds up production releases.
  • Canary health checks and automated promotion ensure production health before shipping.
  • Supports multiple transition modes such as "merge", "land", "deploy", "merge and verify", and "ship it to production".

Quick Start

Tell 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 PR, waiting for CI, and deploying to production?▼

Automating land-and-deploy merges the PR, triggers CI, deploys changes, and performs canary health checks to ensure production health. It coordinates deterministic Bash-based steps and guided prompts to manage end-to-end progression from merge to release.

What is the best way to run canary health checks before shipping code to production?▼

Running canary health checks before shipping to production verifies application stability automatically before full promotion. The land-and-deploy workflow executes these checks during deployment to ensure production health and reduce manual verification overhead.

Does land-and-deploy support multiple transition modes like merge and verify or ship it to production?▼

Land-and-deploy supports multiple transition modes including merge, land, deploy, merge and verify, land it, and ship it to production. These commands trigger the end-to-end orchestration workflow tailored to your specific release requirements.

How does the land-and-deploy workflow track progress and telemetry during a release?▼

The land-and-deploy workflow tracks progress and telemetry by coordinating deterministic Bash-based steps and guided prompts throughout the CI to production process. This monitoring ensures operational requirements are met during automated deployment orchestration.

Can I use Bash-based automation to orchestrate end-to-end PR merge and deployment?▼

You can use Bash-based automation to orchestrate end-to-end PR merge and deployment through deterministic steps and guided prompts. This approach coordinates the entire land-and-deploy workflow from merge to production release without manual handoffs.

When do I need an automated land-and-deploy workflow for production releases?▼

You need an automated land-and-deploy workflow when streamlining PR integration, CI triggers, and production promotion with canary health checks. This approach reduces manual handoffs and accelerates releases for workflows requiring end-to-end progression from merge to deploy.