land-and-deploy

Merge pull requests, deploy code to production, and perform health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of merging pull requests, deploying code to production, and verifying system health, significantly reducing the time and effort required for deployment.

Core Features & Use Cases

  • Merge and Deploy Workflow: Automates the steps from merging pull requests to deploying code in production.
  • Production Health Verification: Performs canary checks to ensure system stability post-deployment.
  • Use Case: When ready to merge a PR and deploy to production, use this skill to handle the entire process, from merging the PR to verifying the production environment.

Quick Start

Run the 'land-and-deploy' skill to automatically merge the PR and deploy to 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 deployment to production?

To automate pull request merging and production deployment, you need a tool that handles the end-to-end workflow from PR merge to code release. This Skill automates that entire process, reducing manual effort and deployment time.

What is production health verification and how does it work after a deployment?

Production health verification involves performing canary checks to ensure system stability post-deployment. This Skill executes these automated health checks immediately after deploying code to production, confirming the new release operates correctly.

Do I need CI/CD pipeline access to automate merges and deployments?

Yes, you need CI/CD pipeline access to automate merges and deployments. This Skill requires the ability to run destructive commands like merges and deployments, necessitating appropriate pipeline permissions to execute the end-to-end automation.

How do I streamline merge automation and production verification for my code?

You can streamline merge automation and production verification by using a unified workflow that handles PR merges, code deployments, and post-deploy health checks. This Skill integrates these steps into a single automated process.

Are there limitations when automating production deployments with destructive commands?

Limitations when automating production deployments involve the risks of executing destructive commands like merges directly through the CI/CD pipeline. You must ensure proper access controls and verify system health post-deployment to mitigate potential instability.