land-and-deploy

Merge PRs, await CI, deploy, and validate production canary health.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill land-and-deploy-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/virtual-engineering-team/.shogo/skills/gstack-land-and-deploy
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill land-and-deploy-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy workflows automate the end-to-end release process by merging PRs, waiting for CI, deploying, and validating production health via canaries.

Core Features & Use Cases

  • End-to-end release orchestration: merges PRs, monitors CI, performs deployment, and validates canary health to ensure a safe rollout.
  • Handoff after ship: takes over once the PR is created by the ship step, enabling a smooth production handoff.
  • Flexible workflow support: handles typical sequences like merge, land, deploy, merge and verify, and ship-to-production across branches and environments.

Quick Start

Invoke the land-and-deploy workflow by merging a PR or running /land-and-deploy to trigger CI, deploy, and production canary health checks.

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, CI monitoring, and production deployment in one workflow?

End-to-end release orchestration automates production deployment by merging PRs, awaiting CI completion, deploying, and validating production canary health to ensure a safe rollout.

What is a canary health check and when do I need it for production releases?

Canary health checks validate production stability after deployment by monitoring a subset of traffic, needed when automating release workflows involving PR gates and ship-triggered handoffs.

How do I trigger CI, deploy, and verify production health after a PR is created?

Invoke the land-and-deploy workflow by merging a PR or running /land-and-deploy to trigger CI, execute deployment, and perform production canary health checks automatically.

Does this release orchestration workflow require integration with specific CI and deployment tooling?

Yes, end-to-end release orchestration requires integration with PR workflows, CI systems, deployment tooling, and canary health checks to coordinate safe production rollouts.

Can I handle branch-based merge, land, and ship-to-production sequences across different environments?

Flexible workflow support handles typical sequences like merge, land, deploy, and merge and verify across branches and environments for smooth production handoffs.

What are the limitations of automating land and deploy workflows without canary validation?

Without production canary health validation, automated land and deploy workflows risk deploying unstable changes, as canary checks are required to verify safe rollout after CI and deployment.