land-and-deploy

Automate code merge, CI, deployment, and canary health checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BrandonLee28/brandon-brain --skill land-and-deploy-brandonlee28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/BrandonLee28/brandon-brain/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/BrandonLee28/brandon-brain --skill land-and-deploy-brandonlee28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Git, CI/CD platform, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire workflow of merging pull requests, deploying code, and verifying production health, saving time and reducing the likelihood of errors in software deployment processes.

Core Features & Use Cases

  • Automated Merge: Automatically merges pull requests (PRs) when ready.
  • Continuous Integration (CI): Performs CI checks to ensure code quality.
  • Deployment: Handles the deployment of code to production environments.
  • Production Health Verification: Uses canary checks to ensure production stability after deployment.
  • Use Case: This Skill is ideal for developers and DevOps engineers who want to automate their deployment pipeline and ensure a smooth transition from development to production.

Quick Start

Run /land-and-deploy to initiate the land and deploy process.

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 code merge, CI, and deployment in one workflow?

You can automate this entire workflow using shell scripts and CI tools to merge pull requests, run continuous integration checks, and deploy code to production environments.

What is production health verification and when do I need it?

Production health verification uses canary checks to ensure production stability after a deployment. You need it to automatically catch issues and reduce the likelihood of errors in software deployment processes.

Do I need Git and a CI/CD platform to automate my deployment pipeline?

Yes, Git and a CI/CD platform are required dependencies. The automation scripts rely on Git for version control and the CI/CD platform to execute continuous integration and deployment tasks.

How do I run the land-and-deploy process for my pull requests?

To run the land-and-deploy process, execute the /land-and-deploy command. This initiates the automated sequence of merging your pull requests, performing CI checks, deploying code, and verifying production health.

Can I use canary deployment strategies with my existing CI/CD platform?

Yes, you can apply canary deployment strategies using your existing CI/CD platform. The workflow uses canary checks specifically to verify production stability after the automated code deployment.