land-and-deploy

Merge pull requests, deploy to production, and verify canary health.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/SeaLion-hub/DICEE --skill land-and-deploy-sealion-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/SeaLion-hub/DICEE/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/SeaLion-hub/DICEE --skill land-and-deploy-sealion-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

land-and-deploy streamlines the release handoff by merging the PR, waiting for CI, and triggering a production deployment with health checks.

Core Features & Use Cases

  • End-to-end release workflow: merge the PR, await CI, deploy to production, and verify canary health.
  • Pre-merge and post-merge guardrails: ensure readiness checks, docs, and rollback options before production.
  • Platform-agnostic release orchestration: works across common platforms and CI setups to reduce release toil.

Quick Start

Run the land-and-deploy command to merge your PR, deploy to production, and verify canary 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 a PR merge, wait for CI, and deploy to production in one workflow?

Automating a PR merge, CI wait, and production deploy involves an end-to-end release workflow that merges the PR, waits for CI, and triggers a production deployment. This streamlines the release handoff by coordinating these steps automatically.

What is a land-and-deploy release workflow and how does it validate production health?

A land-and-deploy release workflow is an automated process that merges a PR, waits for CI, deploys to production, and validates canary health. It applies pre-merge and post-merge guardrails to ensure readiness checks and rollback options before production.

Does automated release orchestration work with GitHub repositories and existing CI pipelines?

Automated release orchestration works with GitHub-based repositories that have an active PR and CI pipeline. It handles platform-agnostic release orchestration across common platforms and CI setups to reduce release toil.

How do I verify production canary health after an automated deployment?

To verify production canary health after an automated deployment, the workflow triggers canary health checks as a post-merge guardrail. This ensures deployment validation and rollback readiness are checked automatically.

What are the limitations of automating production deployments with canary health checks?

Limitations of automating production deployments include requiring a GitHub-based repository with an active PR and CI pipeline. You should ensure pre-merge readiness checks, docs, and rollback options are configured before production deployment.

What's the best way to reduce release toil for end-to-end PR merging and deployment?

The best way to reduce release toil for end-to-end PR merging and deployment is using platform-agnostic release orchestration. It coordinates PR detection, CI status checks, deployment triggers, and canary verification automatically.