land-and-deploy

Automate PR merges, CI validation, canary deployment, and production health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land-and-deploy automation speeds up the process from PR merge to safe production release by coordinating CI checks, canary health, and production validation.

Core Features & Use Cases

  • Automates land and merge flows: validates PRs, coordinates CI, and triggers deployment gates.
  • Canary-based health verification: waits for production canary health before finalizing canary rollout.
  • Rollback-safe promotion: reverts if health checks fail; supports project-wide routing and PR-based control.

Quick Start

Initiate a land-and-deploy workflow by merging a PR and validating production health with canary checks.

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 and production deployment together?

Automating PR merge and production deployment requires coordinating merge flows with CI validation gates. This orchestration validates PRs, triggers deployments, and executes production health checks to safely finalize releases.

What is a canary deployment workflow with rollback safety?

A canary deployment workflow with rollback safety routes partial traffic to new versions while monitoring health. It automatically reverts deployments if canary health checks fail, preventing bad releases from impacting production.

How do I gate production deployments on CI health checks?

Gating production deployments on CI health checks prevents merging or releasing code with failing tests. The deployment orchestration waits for CI validation to pass before triggering canary rollouts and finalizing production promotion.

Can I use automated rollbacks when canary health verification fails?

Automated rollbacks trigger when canary health verification fails during deployment. The system monitors production canary metrics and automatically reverts the rollout to ensure deployment stability without manual intervention.

How do I manage routing rules for canary rollouts across environments?

Managing routing rules for canary rollouts involves configuring project-wide traffic distribution and PR-based controls. This directs traffic to canary instances, validates health, and supports progressive promotion across environments.

Does land-and-deploy orchestration support end-to-end PR to production release?

Land-and-deploy orchestration supports end-to-end PR to production release by merging PRs, coordinating CI checks, executing canary rollouts, and verifying post-deploy health. It gates each phase to ensure safe production validation.