land-and-deploy

Merge pull requests after CI and deploy to production with canary health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merges PRs, manages CI, and deploys to production with canary health checks, reducing manual handoffs and deployment risk.

Core Features & Use Cases

  • End-to-end land-and-deploy workflow for PRs in a gstack environment.
  • Canary health checks and production verification to ensure safe deployments.
  • Automated PR handling and deployment coordination with pre/post steps.

Quick Start

Deploy the merged PR to production and verify canary health automatically.

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 after CI and deploying to production?

Automate post-CI merges and production deployments by using a land-and-deploy workflow that merges PRs after CI passes and deploys them to production with automated canary health checks.

What is a land-and-deploy workflow and when do I need it for releases?

A land-and-deploy workflow automates merging PRs and deploying them to production. You need it when your team requires deterministic post-CI merges, canary verification, and automated PR handling during releases.

How do canary health checks work during automated production deployments?

Canary health checks verify production safety by monitoring deployment health automatically after a PR is merged, ensuring any automated production deployment is validated before completing the release process.

Does this land-and-deploy automation work with existing git workflows and CI-CD pipelines?

Yes, this automation integrates with existing git workflows and CI-CD pipelines by enforcing deterministic deployment steps via gstack scripts, coordinating automated PR handling, and applying canary verification.

What is the best way to reduce manual handoffs and deployment risk for pull requests?

Reduce manual handoffs and deployment risk by automating the end-to-end land-and-deploy workflow, which handles PR merges, manages CI, and deploys to production with built-in canary health checks.