land-and-deploy

Merge pull requests and verify production health via canary checks.

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill land-and-deploy-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/land-and-deploy
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill land-and-deploy-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually merging pull requests and verifying production deployments is risky and time-consuming. Developers often merge code without confirming it actually works in production, leading to outages and rollbacks.

Core Features & Use Cases

  • Automated PR Merging: Merges the pull request and waits for CI and deployment pipelines to complete.
  • Canary Health Verification: Checks production health via canary checks before confirming success.
  • Workflow Continuation: Takes over after /ship creates the PR, handling the full landing and deployment process.
  • Use Case: After using /ship to create a PR, invoke this skill to automatically merge, monitor CI/deploy, and verify the canary is healthy—no manual checking required.

Quick Start

Use the land-and-deploy skill to merge the current pull request and verify that the canary deployment is healthy in production.

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 pull request merging and verify production health?

To automate pull request merging and production health verification, you need a workflow that merges PRs, waits for CI/CD pipelines to finish, and runs canary checks to confirm deployment health before marking success.

What is canary health verification in a CI/CD pipeline?

Canary health verification in a CI/CD pipeline is the process of checking production health via canary checks after a deployment, ensuring new code changes pass automated tests and monitoring endpoints before confirming a successful deployment.

How do I merge a pull request and wait for deployment without manual checking?

To merge a pull request and wait for deployment without manual checking, use an automated skill that merges the PR, monitors the CI and deploy pipelines, and verifies the canary deployment is healthy in production automatically.

Do I need access to version control and CI/CD infrastructure to automate deployment verification?

Yes, automating deployment verification requires access to version control systems, CI/CD infrastructure, and production monitoring endpoints to execute merge operations and validate deployment health through canary checks.

When should I use automated canary checks after merging a pull request?

You should use automated canary checks after merging a pull request when your software engineering team needs to ensure code changes pass automated tests and canary checks before confirming successful deployments, preventing outages and rollbacks.