land-and-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows remove manual handoffs in release cycles by automating PR merges, CI waits, deployment, and production health validation via canary checks.

Core Features & Use Cases

  • End-to-end release orchestration: merge PRs, trigger CI, deploy, and verify production health.
  • Canary-based validation and automated handoff: ensure production health before advancing to the next step.
  • Flexible activation: supports triggers like merge, land, deploy, merge and verify, land it, ship it to production.

Quick Start

Trigger land-and-deploy to merge the PR, wait for CI, deploy, and verify production health with canary 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 merge, CI, and production deployment in one workflow?

Automating PR merge, CI, and production deployment involves orchestrating the land-and-deploy workflow end-to-end. This Skill merges pull requests, waits for CI completion, deploys to production, and validates health using canary checks.

What is a land-and-deploy workflow with canary checks?

A land-and-deploy workflow with canary checks is an automated release process that merges PRs and deploys to production while validating health incrementally. It removes manual handoffs by triggering CI and applying canary-based validation before advancing.

Can I trigger production deployment using natural commands like ship it or land it?

Yes, you can trigger production deployment using flexible activation phrases like ship it, land it, merge, or deploy. The workflow interprets these release scenarios to initiate the end-to-end merge, CI, and canary validation sequence.

How do I verify production health after merging a pull request?

To verify production health after merging a pull request, the workflow applies canary checks immediately following deployment. This ensures the production environment remains stable before completing the handoff to the next step.

Does this deployment workflow require any external CI or canary dependencies?

No external dependencies are required to run this deployment workflow. The Skill operates independently to merge PRs, trigger CI, deploy to production, and execute canary health validations without additional component installations.

When should I avoid using an automated land-and-deploy workflow?

You should avoid using an automated land-and-deploy workflow when your release process requires manual intervention or when your production environment lacks canary health check support to validate post-deployment stability.