land-and-deploy

Manage pull request lifecycles with merging, CI testing, deployment, and verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, git-lfs, and includes scripts (resource) components.

What problem does it solve?

The land-and-deploy skill resolves the challenge of coordinating the PR merge, CI/deploy flow, and production verification processes in a GStack environment. It automates and streamlines the deployment of pull requests, saving time and reducing errors.

Core Features & Use Cases

  • Automated Workflow Management: Simplifies the PR review, merge, CI run, and deployment processes into a single, manageable workflow.
  • Verification Checks: Ensures production readiness via canary checks, minimizing the risk of deployment failures.
  • Integration: Seamlessly integrates with GStack environments, enhancing the efficiency of development teams.

Quick Start

Deploy your pull request with the command: /gstack-land-and-deploy land

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 in a GStack environment?

To automate pull request merging and deployment in a GStack environment, use the land-and-deploy workflow to coordinate merging, CI testing, deployment, and verification steps automatically. Execute the process via the Bash-based command line using the `/gstack-land-and-deploy land` command.

What is the best way to verify production readiness before deploying a pull request?

The best way to verify production readiness before deploying a pull request is to run automated canary checks. These verification checks minimize the risk of deployment failures by validating production readiness within your automated GStack workflow.

Do I need git and git-lfs to manage GStack pull request lifecycles?

Yes, you need both git and git-lfs installed to manage GStack pull request lifecycles. These dependencies are required to execute the Bash-based scripts that coordinate the merging, CI testing, and deployment processes.

Can I integrate CI testing and deployment verification into a single automated workflow?

Yes, you can integrate CI testing and deployment verification into a single automated workflow. The land-and-deploy skill simplifies the PR review, merge, CI run, and deployment processes into one manageable workflow within controlled GStack repositories.

Why does my deployment workflow fail during the pull request merge process?

Your deployment workflow may fail during the pull request merge process if the controlled GStack environment is misconfigured or if required dependencies like git and git-lfs are missing. Ensure all Bash-based scripts execute properly within the supported environment.