land-and-deploy

Automate Git repository land and deploy with CI checks and canary checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Glob, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the land and deploy workflow for a Git repository, ensuring smooth merges, CI, deployment, and production health checks.

Core Features & Use Cases

  • Merge and Deploy: Automates the merging of pull requests, CI pipeline execution, deployment, and production health verification.
  • Canary Checks: Performs canary checks to ensure production stability after deployment.
  • Use Case: Ideal for teams looking to streamline their development to production process, reducing manual intervention and potential errors.

Quick Start

Invoke the land-and-deploy skill to merge and deploy the current branch.

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 a git merge and deployment workflow with CI checks?

You can automate the merge and deploy workflow by running pre-defined CI checks, merging pull requests, and executing deployments with canary checks to ensure production stability.

What are canary checks in a deployment pipeline?

Canary checks in a deployment pipeline verify production stability after a new release is deployed, ensuring the application remains healthy before completing the workflow.

Do I need Bash to automate pull request merges and deployments?

Yes, automating pull request merges and deployments requires the Bash tool, alongside Read, Write, Glob, and AskUserQuestion, to execute the necessary scripts and commands.

Can I run pre-configured CI checks before merging a Git pull request?

Yes, this workflow executes pre-defined CI checks on your Git repository before merging pull requests to catch potential errors and ensure code quality.

What is the best way to streamline development to production deployment?

The best way to streamline development to production is automating the entire land and deploy process, which reduces manual intervention by handling merges, CI, and canary checks.

Why should I use an automated land and deploy workflow instead of manual deployment?

Using an automated land and deploy workflow reduces manual intervention and potential errors by executing pre-configured checks, merging pull requests, and performing deployment with canary checks.