land-and-deploy

Automate merge, CI wait, production deployment, and canary health verification.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill land-and-deploy-shaythegay13
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/shaythegay13/serenity-pocket-app-final/tree/main/.claude/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill land-and-deploy-shaythegay13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Land and deploy coordinates the merge, CI wait, deployment, and production health verification to reduce incidents caused by manual release steps.

Core Features & Use Cases

  • End-to-end release flow: merge a PR, wait for CI, deploy to production, and verify production health via canary checks.
  • Pre-merge readiness and post-merge verification: ensures code quality and safe rollout with canary health monitoring.
  • Recovery and rollback readiness: provides options to revert if deployment health deteriorates.

Quick Start

Run 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 pull request, waiting for CI, and deploying to production?▼

You can automate the entire release flow by orchestrating GitHub CLI operations and CI checks. This workflow merges a PR, waits for CI completion, deploys to production, and verifies production health via canary checks to reduce incidents from manual steps.

What is canary-based health verification for production deployments?▼

Canary-based health verification is a deployment mechanism that monitors production health across web, iOS, and Android after releasing code. It guides post-deployment health checks and provides rollback options if deployment health deteriorates during the rollout.

Does this deployment workflow support both iOS and Android canary rollouts?▼

Yes, the deployment verification workflow supports canary health monitoring across web, iOS, and Android deployments. It applies deterministic orchestration to guide platform-specific health checks and rollback options during production releases.

How do I rollback a production deployment if health checks fail?▼

To rollback a production deployment when health deteriorates, the workflow provides recovery options during the canary verification phase. It guides reverting the deployment if post-merge verification detects failing health checks across web, iOS, or Android.

When should I use an automated merge and deploy workflow instead of manual release steps?▼

You should use an automated merge and deploy workflow to reduce incidents caused by manual release steps. It ensures pre-merge readiness and post-merge verification, coordinating CI checks and canary health monitoring for a safe production rollout.