land-and-deploy

Merge a pull request, trigger deployment, and run canary health checks.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill land-and-deploy-carbeneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/land-and-deploy
Command: npx skills add https://github.com/CarbeneAI/Forge --skill land-and-deploy-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates end-to-end release management by merging a PR, landing it, and triggering deploy workflows, then verifying production health with canary checks and a safe rollback path if issues arise.

Core Features & Use Cases

  • Merge, land, and deploy PRs with automated CI validation and status reporting.
  • Canaries and production health verification before a full rollout, plus rollback options on failure.
  • Post-ship PR handling, audit trails, and guidance to revert or fix regressions quickly.

Quick Start

Provide a PR to land, and I will merge, deploy, and verify production health using 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 PR and deploying to production with health checks?

To automate merging a PR and deploying to production, the Skill detects the current PR on the active branch, merges it, triggers the deploy workflow, and executes canary health checks to verify production stability before completing the rollout.

What happens if canary health checks fail during a production deployment?

When canary health checks fail during a production deployment, the system automatically provides rollback options to revert the changes safely. It also delivers clear status updates and escalation paths to help resolve deployment issues quickly.

How do I monitor CI validation and deployment status when landing a release?

You can monitor CI validation and deployment status by coordinating CI checks during the PR merge, tracking the deploy workflow progression, and running canary health checks. The system provides clear status updates and maintains audit trails throughout the release process.

Can I use this deployment workflow to revert regressions after shipping a PR?

Yes, the deployment workflow supports post-ship PR handling and provides guidance to revert or fix regressions quickly. It includes rollback options triggered by failed canary health checks and maintains audit trails for tracking production changes.

Do I need a specific CI setup to trigger deploy workflows and run canary checks?

You need an active branch with a current PR and existing deploy workflows configured. The Skill coordinates CI validation, triggers the deploy workflow, and runs canary health checks without requiring additional dependencies or components.