gstack-land-and-deploy

Automate PR land, CI verification, canary checks, and production deployment with gstack.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-land-and-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-land-and-deploy
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/gstack-land-and-deploy
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-land-and-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows are brittle and manual. It automates the process of merging PRs, waiting for CI, deploying, and canary health checks to production, reducing manual steps and the risk of human error.

Core Features & Use Cases

  • Automates land and deploy for PRs with CI verification
  • Coordinates merge, canaries, production rollout, and post-deploy checks
  • Handles rollback or redeploy triggers if canaries indicate issues (where supported)

Quick Start

Run the land-and-deploy workflow to land a PR after CI passes and deploy to production.

Frequently Asked Questions about gstack-land-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Git PR land and deploy workflows with CI verification?

To automate Git PR land and deploy workflows, this Skill coordinates merging pull requests, waiting for CI verification, and executing production deployment after ship.

What is the best way to handle canary health checks during a production rollout?

Handling canary health checks during production rollout involves automating the deployment process to monitor canary statuses and trigger rollback or redeploy if issues are indicated.

How does an automated land-and-deploy workflow handle rollback when canaries fail?

An automated land-and-deploy workflow handles rollback by coordinating canary health checks post-ship and triggering rollback or redeploy mechanisms if canaries indicate issues where supported.

Do I need a configured gstack environment to automate PR merges and deployment?

Yes, automating PR merges and deployment requires a configured gstack environment and access to CI status to properly coordinate the land, canary, and production deployment steps.

Why does manual PR deployment fail to coordinate canaries and post-deploy checks?

Manual PR deployment fails because the process is brittle; automating land-and-deploy workflows reduces manual steps and the risk of human error during CI verification and canary health checks.

Can I use Bash and AskUserQuestion to coordinate CI verification and production deployment?

Yes, you can use Bash and AskUserQuestion to coordinate CI verification and production deployment, alongside Read, Write, and Glob, to automate the gstack land-and-deploy workflow.