land-and-deploy

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

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/tyhuffman7/gstack-hermes --skill land-and-deploy-tyhuffman7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/tyhuffman7/gstack-hermes/tree/main/gstack-land-and-deploy
Command: npx skills add https://github.com/tyhuffman7/gstack-hermes --skill land-and-deploy-tyhuffman7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates the end-to-end release workflow by merging the PR, waiting for CI, and deploying to production, ensuring changes ship safely.

Core Features & Use Cases

  • Automates PR merge after CI passes and triggers the deployment pipeline.
  • Verifies production health via canary checks before full rollout.
  • Provides a clear handoff from code review to production, with post-deploy validation.

Quick Start

Trigger land-and-deploy after a PR merge to automatically merge, deploy, 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 PR merge and deployment to production after CI passes?

Automating PR merge and deployment requires orchestrating the end-to-end release workflow by merging PRs, waiting for CI to pass, and deploying to production. This ensures changes ship safely with a reliable handoff from code review to live production.

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

Canary deployment verifies production health by routing a subset of live traffic to new changes before a full rollout. This mechanism applies canary checks as a health gate to ensure system stability before completing the deployment.

How do I set up release orchestration from code review to live production?

Setting up release orchestration involves automating the handoff from code review to live production by merging PRs, waiting for CI, and deploying. It applies production health gates and post-deploy validation to satisfy release prerequisites.

Does automated deployment work with canary verification for safe production rollouts?

Automated deployment works with canary verification by applying canary checks before a full rollout. This ensures safe production rollouts by verifying production health and satisfying prerequisites like CI status before completing the deployment.

What's the best way to handle post-deploy validation in a release automation pipeline?

The best way to handle post-deploy validation in release automation is to orchestrate automated health checks immediately after deploying to production. This verifies system stability and ensures the changes shipped safely without impacting live traffic.