land-and-deploy

Coordinate PR merge, CI wait, production deployment, and canary health checks.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill land-and-deploy-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill land-and-deploy-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy workflow automates end-to-end release activities by merging PRs, waiting for CI, deploying to production, and validating health with canary checks, reducing manual handoffs and risk.

Core Features & Use Cases

  • End-to-end workflow that coordinates PR merge, landing, deployment, and production health verification.
  • Canary-based health checks with automatic PR creation for post-deploy review and subsequent ship flow.
  • Use case: safely land a release on a feature branch, deploy, verify production health, and prepare for shipping.

Quick Start

Merge the PR, wait for CI, deploy to production, and verify canary health in a single flow.

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, CI wait, and production deployment in a single workflow?

Automated merge and deploy workflows coordinate PR merge, CI wait, and production deployment to reduce manual handoffs. This approach uses deterministic scripting and environment awareness to ensure safe releases.

What is canary health verification in a deployment workflow?

Canary health verification validates production health after deployment by running automated checks. It ensures the new release is stable before proceeding, reducing the risk of deploying unhealthy code.

How do I prepare post-deploy review actions after landing a release?

Post-deploy review actions are prepared through automatic PR creation following canary health checks. This generates a pull request for subsequent ship flow actions, ensuring deployment changes are documented.

Can I integrate automated deployment with an existing ship flow?

Yes, the land and deploy workflow integrates with the /ship flow to take over after release. It coordinates deployment and health verification, feeding results into the subsequent shipping process.

How to safely land a release on a feature branch and verify production health?

Safely land a release by merging the feature branch PR, waiting for CI, deploying to production, and verifying canary health in a single flow. This end-to-end process validates stability before completing the ship.

Does the land and deploy workflow require external dependencies?

No, the land and deploy workflow has no external dependencies. It relies on deterministic scripting and environment awareness to coordinate merging, CI checks, and production deployment internally.