land-and-deploy

Merge pull requests after CI passes and verify production health with canary checks.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nuurpro/Converza_ai --skill land-and-deploy-nuurpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/nuurpro/Converza_ai/tree/main/.claude/skills/land-and-deploy
Command: npx skills add https://github.com/nuurpro/Converza_ai --skill land-and-deploy-nuurpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy workflows that merge pull requests, wait for CI, deploy, and verify production health with canary checks. Takes over after /ship creates the PR chain and provides guardrails to rollback on failure.

Core Features & Use Cases

  • Automatic PR merge after CI success
  • Canary-based deployment verification to production
  • Post-merge guidance and rollback options in case of issues

Quick Start

Run the land-and-deploy command to merge the PR on the current branch and validate canary health before final production rollout.

Frequently Asked Questions about land-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically merge a PR after CI passes?

You can automatically merge a PR after CI passes by using a land-and-deploy workflow that enforces gated readiness, waits for CI success, and then merges the pull request without manual intervention.

What is canary-based deployment verification for production health?

Canary-based deployment verification is a process that checks production health by monitoring a canary deployment after merging a PR, ensuring stability before finalizing the rollout or triggering a rollback.

How do I rollback a production deployment if issues arise after merging?

To rollback a production deployment after merging, you can use a workflow that provides post-merge guidance and rollback options, automatically reverting changes if canary health checks detect issues in production.

Does a merge and deploy workflow support gated readiness before production rollout?

Yes, a merge and deploy workflow supports gated readiness by waiting for CI to pass and verifying canary health before final production rollout, ensuring deployments only proceed when checks succeed.

When do I need canary checks in a CI and deploy pipeline?

You need canary checks in a CI and deploy pipeline when you must validate production health after merging a PR, ensuring that new changes do not cause failures before completing the full deployment.