land-and-deploy

Automate Pull Request merging, CI verification, and production deployment in Bash.

127k|19.1k|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/garrytan/gstack --skill land-and-deploy-garrytan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/garrytan/gstack/tree/main/land-and-deploy
Command: npx skills add https://github.com/garrytan/gstack --skill land-and-deploy-garrytan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complexity of merging Pull Requests, verifying CI/CD results, and deploying changes to production with a streamlined and automated workflow.

Core Features & Use Cases

  • Automated Workflow: Simplifies the workflow by handling merges, waiting for CI, deployment, and production health checks.
  • Trigger Points: Operates based on specific triggers like 'merge and deploy', 'land the PR', and 'ship to production'.
  • Use Case: Ideal for teams that want to reduce manual steps and increase efficiency in their software deployment pipeline.

Quick Start

Trigger the skill with a command like '/ship' or '/deploy' to automate 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 the deployment workflow after a Pull Request merge?▼

Automating the deployment workflow after a Pull Request merge is handled by triggering commands like '/ship' or '/deploy' to streamline merging, waiting for CI/CD results, and deploying changes to production.

What is the best way to verify production readiness before shipping code changes?▼

Verifying production readiness before shipping code changes is achieved through automated production health checks that execute after CI/CD verification completes, ensuring deployment stability.

Can I use Bash scripts to automate merge and deploy processes for CI/CD pipelines?▼

Yes, you can use Bash scripts to automate merge and deploy processes within CI/CD pipelines, as the workflow operates within Bash and executes scripts to handle merges and deployments.

Does this deployment automation tool wait for CI results before landing a PR?▼

Yes, this deployment automation tool waits for CI/CD results before landing a PR, verifying continuous integration checks pass before proceeding to production deployment.

Why does my automated software deployment fail during the merge and ship process?▼

Automated software deployment may fail during the merge and ship process if CI/CD checks do not pass or if production health checks detect issues after the deployment workflow triggers.