land-and-deploy

Merge pull requests, trigger deployments, and verify production health via canary checks.

3|3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tsensei/ReelMistri --skill land-and-deploy-tsensei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/tsensei/ReelMistri/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/tsensei/ReelMistri --skill land-and-deploy-tsensei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the land and deployment workflow by merging the PR, waiting for CI, and validating production health via canary checks.

Core Features & Use Cases

  • Automatic PR land and merge: merge the PR once CI signals success and the base branch is up-to-date.
  • Canary-based production verification: run health checks in canary to confirm production stability before finalizing.
  • Post-ship validation and reporting: provide status updates, guardrails, and rollback options if checks fail.

Quick Start

Run the land-and-deploy command to merge the current PR, trigger a deployment, 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 and trigger deployment after CI passes?

Automate PR merges and trigger deployment by using a land and deploy workflow that merges your pull request once CI signals success and the base branch is up-to-date. This ensures gated merges before triggering any release.

How does canary-based deployment verification work for production releases?

Canary-based deployment verification runs health checks in a canary environment to confirm production stability before finalizing a release. This validates production health and provides rollback options if checks fail.

What is the best way to merge, deploy, and verify production health end-to-end?

The best way to merge, deploy, and verify production health end-to-end is using an automated land and deploy workflow. It handles PR discovery, gated merges, deployment triggers, post-deploy validation, and safe rollbacks with auditable reporting.

Can I get automated rollback options if post-deploy validation fails?

Yes, you can get automated rollback options if post-deploy validation fails. The land and deploy workflow provides guardrails and safe rollback options with clear reporting when canary health checks fail in production.

Does land and deploy support auditable results for release engineering?

Yes, land and deploy supports auditable results for release engineering. It provides status updates, guardrails, and clear reporting throughout the PR merge, CI wait, and canary verification process to ensure release accountability.

Why should I use gated merges for pull requests in a CI-CD pipeline?

Use gated merges for pull requests in a CI-CD pipeline to ensure the base branch is up-to-date and CI signals success before merging. This prevents broken code from deploying and enables reliable canary-based production verification.