land-and-deploy

Merge PRs, trigger deployment, and verify canary health in CI/CD pipelines.

107|19|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mr-daedalium/ostack --skill land-and-deploy-mr-daedalium
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/mr-daedalium/ostack/tree/main/land-and-deploy
Command: npx skills add https://github.com/mr-daedalium/ostack --skill land-and-deploy-mr-daedalium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflow. Merges the PR, waits for deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production".

Core Features & Use Cases

  • End-to-end PR merge, deployment, and health verification
  • Canary-based production health checks and rollback readiness
  • Reusable by teams using GitHub PR workflows and CLAUDE skills
  • Use case: When a PR is ready, land-and-deploy will merge, deploy, and verify health before finishing.

Quick Start

Run land-and-deploy to merge a PR, wait for deployment, 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, deployment, and production health verification in my CI/CD pipeline?▼

You can automate the land-and-deploy workflow to merge PRs, trigger deployment, monitor canary health, and confirm production readiness in your CI/CD pipeline. It supports pre-merge checks and rollback prompts for safe releases.

What is a canary-based production health check and when do I need it during a release?▼

Canary-based production health checks monitor a newly deployed version to ensure stability before full rollout. You need this during releases to verify production readiness and trigger rollback prompts if health metrics degrade.

How do I safely merge a PR and wait for deployment to verify production health?▼

To safely merge a PR and verify production health, run the land-and-deploy workflow. It merges the PR, waits for deployment, and performs canary health checks before confirming the release is stable.

Does the land-and-deploy workflow support rollback prompts for unsafe canary releases?▼

Yes, the land-and-deploy workflow supports rollback prompts. If canary health checks fail during production verification, it prompts for a rollback to ensure safe releases in your CI/CD pipeline.

Can I use this deployment workflow with my existing GitHub PR workflows?▼

Yes, this workflow is reusable by teams using GitHub PR workflows. It takes over after PR creation to handle merging, deployment, and canary-based production health verification.