land-and-deploy

Automate PR merge, CI-triggered deployment, and canary health verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cvenwu/AiFlow --skill land-and-deploy-cvenwu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/cvenwu/AiFlow/tree/main/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/cvenwu/AiFlow --skill land-and-deploy-cvenwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end land-and-deploy workflow for GitHub-style PRs. It merges the PR, waits for CI, deploys, and verifies production health, reducing manual handoffs and risks.

Core Features & Use Cases

  • Orchestrates PR merge after CI success and triggers deployment
  • Performs canary health checks to validate production safety
  • Takes over after /ship is invoked to finalize production rollout
  • Suitable for teams adopting a pull-request driven deployment flow

Quick Start

Push a PR and let land-and-deploy 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 after CI completes?▼

To automate PR merge and deployment after CI completes, use this Skill to orchestrate the land-and-deploy workflow. It automatically merges GitHub-style pull requests once CI succeeds, triggers the deployment pipeline, and then validates production health to ensure a smooth rollout.

What is a land-and-deploy workflow for pull-request driven releases?▼

A land-and-deploy workflow for pull-request driven releases is an automated process that merges code, waits for CI checks, deploys the changes, and verifies canary health. This approach reduces manual handoffs and promotes changes safely to production.

How do I perform canary health checks after deploying a pull request?▼

You can perform canary health checks after deploying a pull request by using this Skill to validate production safety. It coordinates post-deploy health verification automatically, ensuring the newly merged changes do not cause production issues.

Does this deployment automation work with GitHub-style PRs and CI pipelines?▼

Yes, this deployment automation works specifically with GitHub-style PRs and CI pipelines. It coordinates Git operations and CI checks to merge pull requests after success, making it suitable for teams adopting a pull-request driven deployment flow.

What is the best way to finalize a production rollout after invoking a ship command?▼

The best way to finalize a production rollout after invoking a ship command is to let this Skill take over. It seamlessly handles the final land-and-deploy sequence, merging the PR, triggering deployment, and running canary health verification.