land-and-deploy

Merge PRs, deploy to production, and verify health via canary checks.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Intension-us/attention-diagnostic --skill land-and-deploy-intension-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/Intension-us/attention-diagnostic/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/Intension-us/attention-diagnostic --skill land-and-deploy-intension-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflow that merges the PR, waits for CI, deploys, and verifies production health via canary checks.

Core Features & Use Cases

  • Merges PRs, waits for CI, performs production deployment, and verifies health with canaries.
  • Supports post-ship handoffs and can take over after /ship if needed.
  • Use Case: release a feature branch with end-to-end validation across CI and production.

Quick Start

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

You can automate the land-and-deploy workflow to merge a PR, wait for CI, deploy to production, and verify health via canary checks. It enforces deterministic steps and handles pre-merge reviews, health checks, and post-ship handoff.

What is the best way to verify production health after deploying a feature branch?

Verifying production health after deploying a feature branch is handled via canary checks. The automated workflow performs production deployment and validates health to ensure your release is stable before completing the post-ship handoff.

Can I take over the release workflow after a ship command has already started?

Yes, the land-and-deploy workflow can take over after a ship command if needed. It supports post-ship handoffs to continue the end-to-end validation across CI and production.

Does this workflow handle pre-merge reviews before deploying to production?

Yes, the land-and-deploy workflow handles pre-merge reviews before deploying to production. It enforces deterministic steps that ensure your PR passes necessary checks prior to the production deployment and canary verification.

What happens if a production health check fails during a canary deployment?

The land-and-deploy workflow exposes operational details and failure points during canary deployment. If a production health check fails, the deterministic steps surface the failure so you can address the issue during the release pipeline.

When do I need an end-to-end release workflow for a feature branch PR?

You need an end-to-end release workflow when releasing a feature branch that requires validation across CI and production. It merges your PR, waits for CI, deploys, and verifies health with canaries to ensure release confidence.