land-and-deploy

Merge pull requests, deploy code, and verify production health in gstack environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The land-and-deploy Skill automates the process of merging pull requests, deploying changes, and checking the health of the production environment, streamlining the workflow for gstack users.

Core Features & Use Cases

  • Merge Pull Requests: Automates the merging of pull requests into the main branch.
  • Deployment: Orchestrates the deployment of changes to the production environment.
  • Health Checks: Performs canary checks to verify the health of the production environment after deployment.
  • Use Case: Ideal for developers who want to automate the deployment process of their gstack workflows, ensuring smooth merges and reliable production environments.

Quick Start

To invoke the land-and-deploy Skill, simply type /land-and-deploy in your gstack workspace.

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 in gstack?

Automating gstack pull request merges and code deployments is handled by orchestrating the workflow end-to-end, sequentially merging branches and pushing changes to the production environment.

How do I verify production health after a gstack deployment?

Verifying production health after a gstack deployment is achieved by running automated canary checks, which confirm the stability and reliability of the production environment immediately following the release.

What is the best way to streamline gstack CI/CD workflows?

Streamlining gstack CI/CD workflows is best accomplished by automating the merge, deploy, and health check sequence, ensuring smooth transitions from pull request approval to verified production stability.

Do I need Bash to automate gstack deployment workflows?

Yes, Bash is required to automate gstack deployment workflows, along with Read, Write, Glob, and AskUserQuestion tool dependencies to execute scripts and manage the merge and deploy process.

Can I use automated canary checks to verify my production environment?

Yes, you can use automated canary checks to verify your production environment, confirming that newly deployed code changes operate reliably without causing production health issues.