land-and-deploy

Merge PRs, wait for CI, deploy to production, and verify health via canary checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates the end-to-end workflow of merging PRs, waiting for CI, deploying to production, and verifying production health via canaries. It reduces manual handoffs, speeds up delivery, and reduces risk by enforcing health checks before promotion.

Core Features & Use Cases

  • Automates PR merge, CI waiting, canary deployment, and production handoff.
  • Verifies production health through canary checks and controlled rollout strategies.
  • Supports common flow patterns like merge-and-deploy, land-and-deploy, and ship-it-to-production with clear handoffs.

Quick Start

Submit a merge-ready PR and let the workflow handle CI, canary checks, and production handoff.

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

Automating PR merge, CI checks, and production deployment requires an end-to-end workflow that merges pull requests, waits for CI validation, deploys to production, and verifies health via canary checks. This streamlines land-and-deploy processes by eliminating manual handoffs and enforcing health checks before promotion.

What is a land-and-deploy workflow and when do I need canary checks?

A land-and-deploy workflow is an end-to-end process that merges PRs, waits for CI, deploys to production, and verifies production health via canary instrumentation. You need canary checks when automated promotion requires controlled rollout strategies and health verification before full production handoff.

Can I use canary deployment to verify production health after merging a PR?

Yes, you can use canary deployment to verify production health after merging a PR. The workflow orchestrates canary checks and controlled rollout strategies immediately after CI validation, ensuring production health is verified before completing the deployment handoff.

Does this deployment workflow support CI validation and PR handover via /ship?

Yes, the deployment workflow supports CI validation and PR handover via /ship. It orchestrates end-to-end steps from PR merge through CI waiting to production deployment, applying canary instrumentation when necessary to ensure safe automated promotion.

What is the best way to streamline merge-and-deploy workflows with automated health checks?

The best way to streamline merge-and-deploy workflows with automated health checks is to orchestrate end-to-end steps from PR merge through CI validation to production deployment. This approach applies canary checks and controlled rollout strategies to reduce risk and speed up delivery.

What are the limitations of automating production deployment without manual handoffs?

Automating production deployment without manual handoffs relies strictly on CI validation and canary checks to verify health. If canary instrumentation fails or CI checks are insufficient, the automated promotion may proceed without catching production health issues, increasing deployment risk.