land-and-deploy

Merge a PR, wait for CI, deploy to production, and validate canary health.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Jaykaijack/openclaw-backup --skill land-and-deploy-jaykaijack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/Jaykaijack/openclaw-backup/tree/main/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/Jaykaijack/openclaw-backup --skill land-and-deploy-jaykaijack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automates the end-to-end flow of merging a PR, waiting for CI, deploying to production, and validating canary health, reducing manual handoffs and delays.

Core Features & Use Cases

  • Automates PR merge after CI passes
  • Monitors canary deployment and verifies health
  • Provides rollback/revert options on failure or health issues
  • Use case: when a PR has passed checks, you can land, deploy, and confirm prod health with canaries.

Quick Start

Run land-and-deploy on the current branch to merge the PR, 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 merging a PR and deploying to production?

To automate PR merge and production deployment, you need a workflow that merges the PR, waits for CI to pass, triggers the production release, and validates canary health to ensure safe delivery.

What is canary deployment verification and how does it work?

Canary deployment verification monitors the health of a partial production release. It validates metrics after deploying, providing an automated safety valve and rollback options if health checks fail.

How do I rollback a production deployment if health checks fail?

Rolling back a production deployment after failed health checks requires an automated safety valve that detects issues during canary verification and triggers a revert to maintain system stability.

Can I trigger a production release immediately after CI passes?

Triggering a production release after CI passes is possible by enforcing a deterministic sequence of steps that merges the PR, monitors the CI completion, deploys, and then validates canary health.

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

The best way to verify production health after a merge is to automate the deployment flow with canary verification, checking system stability and offering rollback options if health checks fail.

When should I not use an automated merge and deploy workflow?

You should not use an automated merge and deploy workflow when your release requires manual approval gates outside of CI, or when your environment lacks canary deployment capabilities for health validation.