land-and-deploy

Merge PRs, wait for CI, deploy to production with canary health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy automates the end-to-end release workflow: merging PRs, waiting for CI, deploying to production, and verifying canary health.

Core Features & Use Cases

  • Merges pull requests and takes over deployment responsibilities after CI signals, enabling faster production releases.
  • Waits for CI to complete and validates production health via canary checks, reducing manual handoffs.
  • Supports triggers for common release flows such as "merge and deploy", "land the pr", and "ship to production".

Quick Start

Initiate land-and-deploy on a ready PR by invoking the skill with the appropriate trigger (e.g., "land" or "merge and deploy").

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 after CI passes?

Automating the merge and deploy workflow requires integrating PR merge events, CI status checks, and production deployment steps. This skill orchestrates the entire sequence, automatically merging pull requests and taking over deployment responsibilities once CI signals completion.

What is a canary health check in an automated deployment workflow?

A canary health check in an automated deployment workflow validates production stability by routing a subset of traffic to new code. This skill performs post-merge canary verification and rollout checks to ensure production health before completing the release.

How do I trigger a merge and deploy workflow for a ready pull request?

Triggering a merge and deploy workflow involves invoking the skill with specific commands. You can initiate the process on a ready PR using common release flow triggers like "land", "merge and deploy", "land the pr", or "ship to production".

Does this deployment automation require CI integration to work?

Deployment automation requires CI integration to function properly. The skill waits for CI to complete after merging pull requests, using those signals to gate the production deployment and subsequent canary health checks.

What is the best way to reduce manual handoffs during production releases?

Reducing manual handoffs during production releases is best achieved by automating the end-to-end release workflow. This skill merges PRs, waits for CI completion, and validates production health via canary checks, eliminating manual intervention between stages.

Can I use the gstack toolchain to orchestrate land and deploy actions?

Using the gstack toolchain to orchestrate land and deploy actions is supported. This skill leverages gstack to orchestrate PR merges, deployment steps, and canary health checks for automated gating from PR merge to production.