land-and-deploy

Merge pull requests, deploy changes, and verify production health via CI/CD pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CI/CD pipeline, version control system, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of merging pull requests, deploying code changes, and verifying the stability of the production environment, significantly reducing the time and complexity of release cycles.

Core Features & Use Cases

  • Automated Merge: Merges code changes from a pull request and triggers continuous integration/continuous deployment (CI/CD) pipelines.
  • Deployment Automation: Orchestrates the deployment of changes to production, handling infrastructure, configuration, and scaling.
  • Health Verification: Performs canary checks on the production environment to ensure that the latest changes do not introduce new issues.

Quick Start

To land and deploy your pull request, execute the command: /ship

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 merge and deployment in a single workflow?

Automating pull request merge and deployment requires a configured CI/CD pipeline and version control system. The workflow merges code changes, triggers continuous integration pipelines, and orchestrates deployment to production environments automatically.

What is automated production health verification after a deployment?

Automated production health verification performs canary checks on the production environment after deployment. This process ensures that newly merged code changes do not introduce stability issues or regressions in the live environment.

Do I need a CI/CD pipeline to automate merge and deployment workflows?

Yes, a configured CI/CD pipeline and version control repository are required dependencies. The merge and deployment automation relies on these existing environment setups to orchestrate code integration, deployment, and verification processes.

Can I use deployment automation for canary checks on production?

Yes, deployment automation can perform canary checks on the production environment. After merging a pull request and deploying changes, the workflow automatically verifies production stability to ensure new issues are not introduced.

What is the best way to reduce release cycle complexity for pull requests?

Automating the merge, deployment, and verification process is the best way to reduce release cycle complexity. This approach handles continuous integration pipelines and production canary checks, significantly decreasing the time required for software delivery.