land-and-deploy

Merge approved GitHub PRs, deploy to production, and verify health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing software delivery from PR approval to production health requires coordination across merging, deployment, and post-deploy validation. This Skill provides a repeatable workflow to take ownership after ship and ensure a verified production state.

Core Features & Use Cases

  • End-to-end post-merge workflow: pre-merge checks, squash merge by default, and post-merge validation.
  • Production verification: checks post-deploy, production URL access, error checks, and reporting.
  • Revert guidance: offers quick revert steps if deployment issues arise.
  • Use Case: A team wants a safe, auditable handoff from approval to production verification in GitHub-based workflows.

Quick Start

Merge an approved PR, wait for deployment, and verify production health.

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 GitHub PR merges and verify production health after deployment?▼

Automating GitHub PR merges and production verification involves running pre-merge checks, executing a squash merge by default, waiting for deployment, and checking production health. This ensures a verified production state post-deployment.

What is the safest way to promote an approved GitHub PR to production?▼

The safest way to promote an approved PR to production uses an end-to-end workflow that performs pre-merge checks, executes a squash merge, waits for deployment, and verifies production health to ensure a safe, auditable handoff.

Can I use canary monitoring during my GitHub production deployment workflow?▼

Yes, canary monitoring is applicable during GitHub production deployment workflows. The process supports canary monitoring scenarios to verify production health and check for errors during the end-to-end promotion process.

How do I revert a production deployment if post-deploy verification fails?▼

To revert a production deployment when verification fails, follow the provided post-deploy revert guidance. This offers quick revert steps to undo the squash merge and restore the previous verified production state.

Do I need any external CI-CD dependencies to merge and verify my GitHub PR?▼

No external CI-CD dependencies are required to merge and verify your GitHub PR. The workflow operates independently to handle end-to-end promotion from merge to production verification without relying on external dependencies.