land-and-deploy

Automates merge, CI wait, deployment, and canary verification for Git PRs using GitHub CLI and gleeok tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, gstack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of merging code changes, waiting for CI, deploying, and verifying production health, reducing manual steps and potential errors.

Core Features & Use Cases

  • Automated Merge and Deploy: Integrates with PRs, automates merging and deployment, and handles canary checks for production readiness.
  • PR Management: Continues from the /ship command, handling merging and deployment of the created PR.
  • Use Case: Ideal for teams looking to automate the release process and ensure that code changes are safely deployed with minimal manual intervention.

Quick Start

Run the /land-and-deploy command to start the workflow for the current branch's PR.

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 PR merging and code deployment in Git?

Automating PR merging and code deployment in Git requires a workflow that handles CI wait times, deployments, and canary checks. This Skill streamlines the process by automating merges, verifying CI passes, and ensuring production readiness with minimal manual intervention.

What is a canary check for production readiness in CI/CD?

A canary check for production readiness in CI/CD is a verification step that monitors application health after deploying code changes. This Skill executes these checks automatically after merging a PR and deploying, ensuring the new changes do not negatively impact production stability.

Do I need the GitHub CLI to automate Git deployments?

Yes, you need the GitHub CLI to automate Git deployments with this workflow. The Skill explicitly requires the GitHub CLI and gstack tools to execute the automated land, deploy, and verify workflow for your repository's code changes.

How do I wait for CI to pass before merging a pull request?

To wait for CI to pass before merging a pull request, you can use an automated land and deploy workflow. This Skill handles the CI wait period automatically, proceeding with the PR merge and deployment only after verifying production readiness.

What is the best way to ensure production readiness when deploying code changes?

The best way to ensure production readiness when deploying code changes is to automate the merge, deploy, and verify workflow. This Skill handles PR management, waits for CI, and runs canary checks to safely deploy changes with minimal manual intervention.

Can I use gstack tools to manage PR management and deployment?

Yes, you can use gstack tools to manage PR management and deployment. This Skill leverages gstack alongside the GitHub CLI to automate the entire workflow, from merging code changes and waiting for CI to executing canary checks for production readiness.