land-and-deploy

Merge pull requests, deploy to production, and verify application health.

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

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 process of merging code, deploying to production, and verifying the health of the application. It reduces manual steps and ensures consistent deployment practices.

Core Features & Use Cases

  • Merge and Deploy: Automates the merging of pull requests and deployment to production environments.
  • Verification: Performs health checks on the production environment to ensure everything is working correctly.
  • Use Case: When you want to quickly and safely merge a pull request and deploy the changes to production without manual intervention.

Quick Start

To land and deploy the latest changes, use the command: /land-and-deploy merge and deploy.

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 a pull request and deploying to production?

Production deployment verification involves performing automated health checks on the production environment immediately after deploying changes to ensure the application is working correctly and safely.

What is the best way to streamline a CI/CD release process for code merges?

Streamlining a CI/CD release process involves automating the sequence of merging pull requests, deploying code to production, and running post-deployment health checks to ensure consistent release practices.

Can I use bash scripts to automate DevOps deployment and health verification?

Yes, you can use bash scripts along with file reading and writing tools to automate DevOps deployment tasks, execute production releases, and verify application health automatically.

Does automated code deployment require manual production verification afterwards?

Automated code deployment does not require manual production verification if the deployment workflow includes automated health checks to validate the production environment immediately after release.

What are the limitations of automating code merge and deployment workflows?

Limitations of automating code merge and deployment workflows include the necessity of having compatible bash environments and the potential inability to handle complex merge conflicts that require manual intervention.