land-and-deploy

Merge PRs, deploy to production, and verify canary health automatically.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mulyoved/awesome-agent-ides --skill land-and-deploy-mulyoved
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/mulyoved/awesome-agent-ides/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/mulyoved/awesome-agent-ides --skill land-and-deploy-mulyoved

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merge PRs, deploy to production, and verify health automatically to shorten release cycles and reduce human error.

Core Features & Use Cases

  • End-to-end release: detect the current PR, merge to base, trigger the deployment, and wait for canary health checks.
  • Safety guards: validates CI status, handles possible merge conflicts, and offers rollback options if health checks fail.
  • Use case: when you need to ship a small fix quickly and want a reliable, auditable release path with automated verification.

Quick Start

Run /land-and-deploy to automatically merge the PR, deploy to production, and verify 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 merging a PR and deploying to production?

This Skill automates merging a PR and deploying to production by orchestrating the end-to-end release workflow, merging the PR, waiting for CI validation, triggering deployment, and verifying canary health.

What is a canary deployment and how does it verify production health?

Canary deployment verifies production health by triggering the deployment and waiting for canary health checks. If checks fail, the process provides rollback options to ensure a safe release.

How do I rollback a release if canary health checks fail?

To rollback a release if canary health checks fail, the deployment process monitors production health and automatically provides rollback options when failures occur, ensuring a safe recovery path.

Does the deployment process validate CI status before merging?

Yes, the deployment process validates CI status before merging. It includes safety guards that check continuous integration results and handles possible merge conflicts to ensure a reliable release path.

What is the best way to ship a small fix quickly with automated verification?

The best way to ship a small fix quickly with automated verification is using an end-to-end release path that merges the PR, triggers deployment, and waits for canary health checks to ensure a reliable release.