land-and-deploy

Automate PR merge, CI checks, deployment, and canary health verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Land and deploy orchestrates merging a PR, waiting for CI, initiating the deployment, and validating production health with canary checks. It reduces manual handoffs and accelerates release cycles.

Core Features & Use Cases

  • Automates PR merge, CI wait, and canary health checks for production.
  • Verifies deployment success and health before finalizing the release.
  • Use Case: When a feature is ready, run land-and-deploy to safely ship to production with automated checks.

Quick Start

Run /land-and-deploy to start the automated land, deploy, and verify sequence.

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 checks, and production deployment in one workflow?

Automating PR merge, CI checks, and production deployment involves coordinating the land and deploy sequence. This workflow handles pre-merge readiness, waits for CI, initiates deployment, and runs canary health checks to validate production status safely.

What is canary health verification in a deployment workflow?

Canary health verification in a deployment workflow validates production status after releasing changes. It checks optional verification URLs to confirm deployment success and production health before finalizing the release, preventing bad deployments from fully rolling out.

Can I use a manually specified PR instead of a feature branch for deployment automation?

Yes, you can use a manually specified PR for deployment automation. The workflow applies to PRs created from feature branches or manually specified PRs, coordinating the merge, CI, deployment, and canary health verification sequence for either input source.

What is the best way to handle safe reverts during a production deployment?

Handling safe reverts during production deployment requires enforcing end-to-end governance with defined revert paths. The workflow manages post-merge validation and canary health checks, ensuring a safe revert path is available if production verification fails.

Do I need verification URLs to confirm production status during a release?

You do not strictly need verification URLs, as they are optional for confirming production status. The deployment workflow runs canary health checks to verify deployment success, but providing verification URLs adds an extra layer of production health validation.