land-and-deploy

Automate pull request merge, CI, deploy, and canary health checks.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/luisgustavooliveira/skills --skill land-and-deploy-luisgustavooliveira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/luisgustavooliveira/skills/tree/main/land-and-deploy
Command: npx skills add https://github.com/luisgustavooliveira/skills --skill land-and-deploy-luisgustavooliveira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the workflow of merging pull requests, triggering continuous integration, deploying to production, and verifying the health of the application using canary checks.

Core Features & Use Cases

  • Automated Merge and Deploy: Automates the merging of pull requests, triggering CI pipelines, and deploying the code to production.
  • Canary Checks: Verifies the health of the application in production using canary releases.
  • Use Case: Ideal for teams that want to streamline their deployment process and ensure that their applications are always in a healthy state after a merge.

Quick Start

Use the land-and-deploy skill to merge and deploy the PR 'feature/new-branch'.

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 merges and deployments to production?

You can automate PR merges and deployments by triggering continuous integration pipelines, deploying code to production, and running automated health checks to verify application stability.

What are canary checks in a CI/CD deployment workflow?

Canary checks in a CI/CD deployment workflow verify application health in production by monitoring canary releases, ensuring the merged code maintains a stable state after deployment.

How do I run production health checks after merging a pull request?

Run production health checks after merging a pull request by automating the workflow to deploy code and immediately verifying the application's health using canary release monitoring.

Does this automated deployment workflow require specific tools or environments?

Yes, automating the merge, deploy, and health check workflow requires an environment supporting Bash, along with Read, Write, Glob, and AskUserQuestion tools to execute the scripts.

What is the best way to streamline CI/CD pipelines for pull requests?

The best way to streamline CI/CD pipelines for pull requests is automating the merge process, triggering CI, deploying to production, and verifying application health through canary checks.