land-and-deploy

Merge pull requests, deploy code, and verify production health via GitHub CLI.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/AkbarDevop/ayah-studio --skill land-and-deploy-akbardevop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/AkbarDevop/ayah-studio/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/AkbarDevop/ayah-studio --skill land-and-deploy-akbardevop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, 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 health of the production environment, reducing manual effort and potential errors in the release process.

Core Features & Use Cases

  • Automated Merge: Merges pull requests and handles conflicts.
  • Deployment: Deploys code changes to the production environment.
  • Verification: Performs canary checks to ensure production health after deployment.
  • Use Case: After a pull request is created and approved, use this Skill to automatically merge the code, deploy it, and verify that the production environment is stable.

Quick Start

Run the land-and-deploy skill to automatically merge, deploy, and verify the pull request for 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 merging pull requests and deploying code to production?

Automating pull request merges and code deployment requires a tool that handles the entire release workflow. This Skill merges approved pull requests, deploys the code changes, and verifies production health automatically.

How does canary release verification work after a code deployment?

Canary release verification checks production stability immediately after deploying code changes. This Skill performs automated health checks to ensure the deployment is stable and the environment remains healthy.

Do I need GitHub CLI to automate my CI/CD release process?

Yes, GitHub CLI is required to automate your CI/CD release process. The Skill depends on the gh command-line tool and appropriate repository permissions to merge pull requests and manage deployments.

Can I automatically resolve merge conflicts during a GitHub deployment workflow?

Automatically resolving merge conflicts during a GitHub deployment workflow is handled by the Skill's automated merge feature. It merges pull requests and addresses conflicts to streamline the release process.

What is the best way to verify production health after a GitHub deployment?

The best way to verify production health after a GitHub deployment is using automated canary checks. This Skill executes these checks immediately following code deployment to confirm environment stability.