land-and-deploy

Merge PRs, wait for CI, deploy to production, and validate canary health.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill land-and-deploy-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill land-and-deploy-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows automate the end-to-end process of merging PRs, waiting for CI, deploying to production, and verifying canary health, reducing manual handoffs and risk.

Core Features & Use Cases

  • Automatically merge PRs, trigger CI, and deploy to production with canary checks to ensure production health.
  • Take over after a ship creates the PR, enabling seamless handoff between development and release.
  • Use for scenarios like feature branches reaching readiness, multi-environment promotions, and automated rollback on failure.

Quick Start

Ask land-and-deploy to merge the PR, wait for CI, 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 merging a PR, waiting for CI, and deploying to production?

Automated land-and-deploy workflows handle merging PRs, waiting for CI, and deploying to production end-to-end, reducing manual handoffs and risk. This process ensures seamless handoff between development and release.

What is a canary deployment and how does it verify production health?

Canary verification is a policy-driven step in the land-and-deploy sequence that validates production health after deploying. It checks the canary environment to ensure release stability before completing the automated workflow.

How do I set up a land-and-deploy workflow for multi-environment promotions?

You can automate multi-environment promotions by asking land-and-deploy to merge the PR, wait for CI, deploy to production, and verify canary health. This supports feature branches reaching readiness through automated release handoffs.

Does this deployment automation support automated rollback on failure?

Yes, automated rollback on failure is a supported scenario within the land-and-deploy workflow. The policy-driven sequence and canary verification step detect health issues, triggering rollback to ensure production safety.

What is the best way to hand off a feature branch to release without manual intervention?

Using an automated land-and-deploy workflow takes over after a ship creates the PR, enabling seamless handoff between development and release. It handles the merge, CI wait, production deploy, and canary validation automatically.

Can I use Bash scripts to enforce a policy-driven land-and-deploy sequence?

Yes, the land-and-deploy workflow supports a policy-driven sequence implemented through Bash scripts. This allows you to automate the end-to-end process of merging PRs, triggering CI, and verifying canary health.