land-and-deploy

Merge pull requests, run pre-deployment checks, and verify deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of merging pull requests, deploying code, and verifying production health, reducing manual effort and risk of errors.

Core Features & Use Cases

  • Automated Merge & Deployment: Merges pull requests safely, respecting branch policies and confirming readiness.
  • Pre-Deploy Checks: Verifies CI status, run staleness assessments, and reviews documentation updates to ensure the codebase is production-ready.
  • Deployment Verification: Detects deployment platform, monitors deployment workflows, and performs canary health checks to confirm successful releases.
  • Use Case: For a team releasing new features, it manages the entire process—from PR approval, through merge, to deployment validation—without manual intervention.

Quick Start

Run /land-and-deploy in your terminal and follow the prompts to automatically merge your PR, verify deployment, and confirm health status.

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?

Automating merging a pull request and deploying to production is handled by this Skill, which merges PRs respecting branch policies, runs pre-deployment CI checks, and monitors deployment workflows automatically.

What pre-deployment checks are needed before merging a pull request for release?

Pre-deployment checks needed before merging a pull request for release include verifying CI status, assessing run staleness, and reviewing documentation updates. These checks ensure the codebase is production-ready before the merge occurs.

Does automated deployment verification work with different deployment platforms?

Automated deployment verification works with different deployment platforms by detecting the specific platform in use, monitoring the deployment workflows, and performing canary health checks to confirm a successful release.

Do I need GitHub CLI to automate CI/CD release workflows?

Yes, you need GitHub CLI to automate CI/CD release workflows with this Skill. It uses the GitHub CLI for merging pull requests, inspecting CI statuses, and detecting deployment platforms during production maintenance tasks.

What is the best way to verify production health after a merge and deploy?

The best way to verify production health after a merge and deploy is through post-deployment verification, which monitors deployment workflows and performs canary health checks to confirm successful releases without manual intervention.