land-and-deploy

Merge approved pull requests, trigger deployments, and verify production health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merge conflicts and disorganized post-merge steps slow teams after approval. Land-and-deploy automates the workflow from approved PR to deployed production, ensuring a smooth transition from code to live service.

Core Features & Use Cases

  • Orchestrates post-merge flow: merges the PR with the preferred strategy, triggers deployment, and monitors progress.
  • Production health verification: validates deployment success by checking endpoints, errors, and basic metrics.
  • Use Case: After an approved PR, automatically merge, deploy to staging/production, and confirm health before informing stakeholders.

Quick Start

Trigger land-and-deploy after an approved PR to automatically merge, deploy, 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 the post-merge workflow from PR approval to production deployment?

Automating the post-merge workflow involves using a script-guided process to merge pull requests, trigger deployments, and monitor production health. This ensures a repeatable transition from code approval to a verified live service without manual intervention.

What is production health verification in a CI/CD pipeline?

Production health verification in a CI/CD pipeline validates deployment success by checking endpoints, errors, and basic metrics. It confirms that newly deployed code operates correctly in the live environment before stakeholders are informed.

Can I automate squash merges and staging deployments for collaborative GitHub projects?

Yes, you can automate squash merges and staging deployments for collaborative GitHub projects. The automation orchestrates the post-merge flow by applying the preferred merge strategy, triggering the deploy, and monitoring progress across environments.

How do I trigger an automated deployment after a pull request is approved?

To trigger an automated deployment after a pull request is approved, initiate an automation script that merges the approved PR, triggers the deploy process, and monitors progress. This handles the entire transition from approval to production verification.

What is the best way to prevent disorganized post-merge steps in software engineering?

The best way to prevent disorganized post-merge steps is implementing a repeatable, script-guided process that merges PRs, triggers deploys, and validates production health. This eliminates manual errors and smooths the transition from code to live service.