land-and-deploy

Merge Git PRs, monitor CI, deploy to production, and validate canary health.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ingoatl/propertycentral --skill land-and-deploy-ingoatl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/ingoatl/propertycentral/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/ingoatl/propertycentral --skill land-and-deploy-ingoatl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end land-and-deploy workflow for Git-based PRs. It merges a ready PR, waits for CI, triggers production deployment, and validates health via canary checks.

Core Features & Use Cases

  • End-to-end PR-driven release orchestration: merge, deploy, verify, and take over after /ship.
  • Canary-based production validation: automatic health checks and rollback if issues are detected.
  • Deterministic, auditable workflow with guardrails and clear prompts for human oversight when needed.

Quick Start

Run the land-and-deploy flow by merging a PR and letting the system merge, deploy, and validate production 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 a Git PR, deploying to production, and verifying health?

Automating PR merge, deploy, and verification is handled by orchestrating the end-to-end land-and-deploy workflow, which merges ready PRs, monitors CI, triggers production deployment, and validates canary health automatically.

What is canary-based deployment verification for release engineering?

Canary-based deployment validation is a release engineering technique that routes a subset of production traffic to new code, automatically checking health and triggering rollback if issues are detected post-deploy.

Can I use automated land-and-deploy workflows with GitHub or GitLab?

Yes, you can use automated land-and-deploy workflows with GitHub or GitLab, as the orchestration applies directly to PR-based release processes on both platforms for merging, deploying, and verifying.

How do I ensure deterministic execution and guardrails during a CI-CD deployment?

Ensuring deterministic execution and guardrails during a CI-CD deployment requires a workflow that coordinates pre-merge checks and deployment gates, providing clear prompts for human oversight when needed.

What happens if production health checks fail after an automated PR deployment?

If production health checks fail after an automated PR deployment, the canary validation process detects the issues and automatically initiates a rollback to maintain production stability.