land-and-deploy

Merge PRs, await CI, and deploy to production with canary health checks.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill land-and-deploy-sakshamkandel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/SakshamKandel/Salt-Route-Consulting-/tree/main/.agents/skills/land-and-deploy
Command: npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill land-and-deploy-sakshamkandel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflow orchestration to merge PRs, wait for CI, and validate health in production, reducing manual handoffs and rollout errors.

Core Features & Use Cases

  • End-to-end deployment orchestration: merge PRs, monitor CI, and promote production deployments with canary checks.
  • Safe plan-mode operations and telemetry prompts to guide teams through deployment workflows.
  • Optional governance prompts (checkpointing, model overlays, routing) to tailor workflows to project needs.

Quick Start

Invoke land-and-deploy to automatically merge, run CI, and deploy canaries to production.

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 Git PR merges and production deployment in one workflow?

Automating Git PR merges and production deployment involves coordinating end-to-end workflows that merge pull requests, monitor CI validation, and execute controlled production rollouts with canary health checks to reduce manual handoffs and rollout errors.

What is a canary health check in a CI-CD deployment workflow?

A canary health check in a CI-CD deployment workflow validates application health in production by deploying incremental changes and monitoring telemetry, ensuring safe production rollout before completing the full release.

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

To wait for CI to pass before deploying to production, orchestration tools monitor CI validation status after merging PRs and only promote deployments to production environments once checks succeed.

Does land-and-deploy support safe plan-mode operations for production rollouts?

Yes, land-and-deploy supports safe plan-mode operations for production rollouts, utilizing telemetry prompts and optional governance features like checkpointing and routing to guide teams safely through deployment workflows.

Can I use checkpointing and model overlays during production rollout?

Yes, you can use checkpointing and model overlays during production rollout as optional governance prompts, allowing you to tailor deployment workflows and routing to specific project requirements.

Why do manual handoffs cause rollout errors and how to prevent them?

Manual handoffs cause rollout errors due to disjointed steps between merging PRs, awaiting CI, and deploying. Prevent these errors by orchestrating deterministic land-and-deploy workflows that automate PR landing and validate health in production.