land-and-deploy

Automate PR merge, CI wait, deployment, and canary verification workflows.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/FxHollow/100000mrr-landing --skill land-and-deploy-fxhollow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/FxHollow/100000mrr-landing/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/FxHollow/100000mrr-landing --skill land-and-deploy-fxhollow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and Deploy automates the end-to-end PR merge, CI wait, deployment, and canary verification workflow, reducing manual handoffs and delays in production readiness.

Core Features & Use Cases

  • Auto-merge PRs after CI passes
  • Wait for CI results, deploy to production with canary checks
  • Take ownership after /ship, enabling a smooth transition to production

Quick Start

Run land-and-deploy on a ready PR to 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 PR merge, CI wait, and deployment in one workflow?

You can automate the entire PR merge, CI wait, deployment, and production verification workflow to reduce manual handoffs. This coordinates merging, waiting for CI results, and deploying with canary health checks for safe production transitions.

What is canary validation in a production deployment workflow?

Canary validation checks production health during deployment before final takeover. It coordinates deployment steps and health checks to ensure safe production transitions after a PR merge and CI completion.

How do I wait for CI to pass before deploying a merged PR to production?

You can wait for CI results to complete before deploying a merged PR to production. The workflow auto-merges PRs after CI passes and applies canary health checks before final takeover.

Does automated release engineering support canary health checks before final takeover?

Yes, automated release engineering supports canary health checks before final takeover. It coordinates canary validation and takeover logic to ensure safe production transitions after ship.

Can I take ownership of production transitions automatically after a ship command?

Yes, you can take ownership after a ship command to enable a smooth transition to production. The workflow coordinates takeover logic and canary validation to ensure safe production transitions.

What are the limitations of automating canary deployment and production verification?

The workflow requires CI to complete and relies on canary health checks before final takeover. It is designed for teams merging PRs and deploying to production, so it may not suit workflows without canary validation steps.