land-and-deploy

Automate release orchestration from PR merge to production verification.

5|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drt0927/tw-overlay --skill land-and-deploy-drt0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/drt0927/tw-overlay/tree/main/.gemini/skills/gstack-land-and-deploy
Command: npx skills add https://github.com/drt0927/tw-overlay --skill land-and-deploy-drt0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end release flow from PR merge to production verification, reducing manual handoffs and errors.

Core Features & Use Cases

  • End-to-end release orchestration: merge, land, and deploy, with CI monitoring and canary health checks.
  • Production verification: automated health checks and safe handover after ship.
  • Guardrails and compliance: prerelease checks, approvals, rollback readiness, and audit-friendly logging.

Quick Start

Run /land-and-deploy to merge the current branch, monitor CI, deploy to production, and verify Canary 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 a release from PR merge to production deploy?

Automating a release from PR merge to production deploy is achieved through end-to-end release orchestration. It coordinates merging, landing, CI monitoring, deployment, and canary health checks to reduce manual handoffs.

How does a canary health check work after a production deploy?

A canary health check runs automated verification after a production deploy to ensure system stability. It validates deployment health before safely handing control back to production environments.

Can I use bash tooling and git operations for gated release approvals?

Yes, you can use bash tooling and git operations for gated release approvals. The orchestration satisfies prerequisites for prerelease checks, rollback readiness, and approvals by coordinating these underlying tools.

What is the best way to ensure rollback readiness during a release?

The best way to ensure rollback readiness is by enforcing guardrails and compliance during release orchestration. This involves automated prerelease checks, audit-friendly logging, and monitoring CI status before handing control back.

Why does my CI status monitoring block the production deploy step?

CI status monitoring blocks the production deploy step because the orchestration waits for CI to pass before proceeding. This ensures that only validated code is deployed, maintaining production safety and preventing errors.

When do I need automated production verification after a ship?

You need automated production verification after a ship whenever you merge and land changes. It performs automated health checks to confirm deployment success and safely hand control back to production after the release.