land-and-deploy

Merge PRs, deploy to production, and verify canary health after CI.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jm199seo/lostark-accessory-viewer --skill land-and-deploy-jm199seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/jm199seo/lostark-accessory-viewer/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/jm199seo/lostark-accessory-viewer --skill land-and-deploy-jm199seo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows automate merging PRs, waiting for CI, deploying to production, and verifying health via canary checks, taking over after /ship to ensure production readiness.

Core Features & Use Cases

  • End-to-end PR merging, deployment, and health verification, reducing manual toil and risk.
  • Canary-based production checks that validate health before completion and provide rollback options if issues arise.
  • Use case: When a PR is ready to ship, land-and-deploy merges the PR after CI, deploys to production, and confirms health before finalizing.

Quick Start

Automatically merge the PR after CI, deploy to production, 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 merging a PR and deploying to production after CI passes?

To automate PR merge and deploy to production after CI, use a land-and-deploy workflow that merges the PR, waits for CI, deploys, and validates health with canary checks.

What is a canary-based production health check in release engineering?

Canary-based production health checks validate deployment health by monitoring a subset of traffic after deploying to production, ensuring stability before finalizing the release.

Does land-and-deploy support rollback if canary health verification fails?

Yes, land-and-deploy provides rollback options if canary health verification detects issues, ensuring production stability by reverting problematic deployments after failed health checks.

Can I enforce predefined gates before merging a PR and deploying to production?

Yes, land-and-deploy enforces predefined gates throughout the merge-then-deploy sequence, ensuring CI/CD readiness checks pass before proceeding to production deployment.

What's the best way to manage PR lifecycle after triggering a ship workflow?

The best way to manage PR lifecycle after a ship workflow is using land-and-deploy to automate PR merging, wait for CI completion, deploy to production, and verify canary health.

Why use canary checks instead of direct deployment for production releases?

Canary checks reduce deployment risk by validating production health before completion, allowing rollback if issues arise, unlike direct deployment which lacks automated health verification.