land-and-deploy

Orchestrate land-and-deploy workflows from PR merge to production validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates land-and-deploy workflows to automate merging, CI waiting, and production deployment, reducing manual toil and risk during releases.

Core Features & Use Cases

  • End-to-end release orchestration: merge PRs, wait for CI, deploy to production with canary health checks.
  • Post-ship takeover: ensures PR workflows continue after ship triggers are handled.
  • Flexible triggers: activates on merge, land, deploy, or ship-related commands.

Quick Start

Trigger a land-and-deploy sequence for the current feature branch.

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?

Automate land-and-deploy workflows by orchestrating PR merging, CI status waiting, and production deployment sequentially. This reduces manual handoffs and release risk by coordinating each step from feature branch merge through to production validation.

What is the best way to deploy to production with canary health checks after a PR lands?

Deploy to production with canary health checks by triggering a land-and-deploy sequence that guides the release process. The skill coordinates deployment steps and verifies health metrics using specific triggers to mitigate risk during the rollout.

Can I use land-and-deploy to continue PR workflows after a ship trigger is handled?

Yes, land-and-deploy ensures PR workflows continue after ship triggers are handled. It supports flexible triggers that activate on merge, land, deploy, or ship-related commands, maintaining orchestration continuity throughout the release lifecycle.

Does this release orchestration tool require specific dependencies to manage CI waiting?

No specific dependencies are required to manage CI waiting and release orchestration. The skill operates independently to coordinate PR land status, CI checks, and deployment steps without relying on external components or modules.

When should I not use an automated land-and-deploy sequence for releases?

Avoid using automated land-and-deploy sequences when you need manual control over individual release steps or when your deployment lacks health verification endpoints. The workflow relies on canary checks and automated triggers to safely mitigate deployment risk.

How do I trigger a land-and-deploy sequence for a feature branch?

Trigger a land-and-deploy sequence for your current feature branch by issuing a merge, land, deploy, or ship-related command. The skill activates on these flexible triggers to begin orchestrating the end-to-end release workflow automatically.