land-and-deploy

Merge pull requests, trigger deployment pipelines, and verify production health via canary checks.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill land-and-deploy-smarmen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/land-and-deploy
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill land-and-deploy-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the manual friction and human error associated with the final stages of the software delivery lifecycle, ensuring that code merges, deployments, and production health verifications are handled consistently.

Core Features & Use Cases

  • Automated PR Merging: Safely merges pull requests once CI passes.
  • Deployment Orchestration: Triggers deployment workflows and monitors for successful completion.
  • Production Health Verification: Performs automated canary checks to ensure the new deployment is stable.
  • Use Case: After a feature branch is approved, use this skill to automatically land the PR, trigger the production deployment, and verify that the service remains healthy.

Quick Start

Invoke the land-and-deploy skill to merge the current pull request and verify the production deployment.

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 merges and production deployments in a CI-CD pipeline?

Automating pull request merges and production deployments involves orchestrating CI-CD pipelines to merge code after checks pass, trigger deployment workflows, and verify stability. This skill handles that end-to-end process, including automated canary health checks post-deployment.

What is automated canary deployment health verification and when do I need it?

Automated canary health verification checks production stability after a new deployment. You need it in continuous delivery workflows to ensure new code releases remain stable without manual monitoring, providing deterministic deployment orchestration and post-deployment stability monitoring.

How do I merge pull requests automatically only after CI passes?

To merge pull requests automatically after CI passes, you configure continuous delivery workflows to trigger merges upon successful pipeline completion. This skill safely automates PR merging once CI checks pass, removing manual friction and human error from the software delivery lifecycle.

Does automated deployment orchestration work for continuous delivery workflows requiring deterministic releases?

Yes, automated deployment orchestration works for continuous delivery workflows requiring deterministic releases. This skill triggers deployment workflows, monitors for successful completion, and applies to environments needing reliable, automated transitions from code review to production.

What are the limitations of automating PR merges and canary checks for production health?

Limitations of automating PR merges and canary checks include reliance on existing CI-CD infrastructure and deployment pipelines. This skill orchestrates transitions from code review to production but requires your environment to support automated triggers and health monitoring integrations.

Can I use land-and-deploy to handle both code merges and post-deployment stability monitoring?

Yes, you can use land-and-deploy to handle both code merges and post-deployment stability monitoring. It automates the end-to-end process of merging pull requests, triggering deployment pipelines, and verifying production health via canary checks for continuous delivery workflows.