land-and-deploy

Merge PRs, run CI, deploy to production, and validate canary health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end PR land-and-deploy workflow by merging the PR, waiting for CI, deploying to production, and validating production health via canary checks.

Core Features & Use Cases

  • Merges a ready PR and triggers deployment pipelines, including canary health checks.
  • Waits for CI to complete, handles merge readiness, and verifies production health before finalizing.
  • Suitable for release engineers who want an automated, auditable promotion flow from PR to production.

Quick Start

Run /land-and-deploy on a PR branch to automatically merge, deploy, and verify production health via canaries.

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 and deploy to production with health checks?

Automating a PR merge and deploy to production with health checks requires orchestrating merge, CI wait, deployment, and canary validation. This Skill executes that end-to-end workflow from a merge-ready PR to verified production health.

What is a canary deployment check and when is it needed in CI-CD?

A canary deployment check validates production health by routing a subset of traffic to the new release and monitoring metrics before full rollout. It is needed in CI-CD workflows requiring automated post-deploy verification before finalizing a release.

How do I wait for CI to pass before merging a pull request?

Waiting for CI to pass before merging a pull request is handled by monitoring pipeline status and verifying merge readiness. This Skill automates the CI wait phase, ensuring pre-merge checks complete successfully before triggering production deployment.

Does this automated deployment workflow support pre-merge checks and telemetry validation?

Yes, the automated deployment workflow supports pre-merge checks, CI wait, canary verification, and selective telemetry or config steps. It applies operational instructions and frontmatter requirements to validate the full promotion flow from PR to production.

What is the best way to verify production health after an automated PR deploy?

The best way to verify production health after an automated PR deploy is running canary checks and post-deploy validation. This Skill automates that verification, ensuring production stability is confirmed before finalizing the release.

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

You should not use an automated land-and-deploy workflow when a release requires manual approval gates, custom rollback logic, or infrastructure lacking canary deployment support. It suits automated, auditable promotion flows assuming standard CI-CD pipeline compatibility.