land-and-deploy

Automate merging pull requests, running CI checks, and deploying to production with canary checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the workflow of merging pull requests, running CI checks, and deploying to production, saving time and reducing manual errors.

Core Features & Use Cases

  • Automated Merge and Deploy: Merges pull requests, runs CI checks, and deploys to production with a single command.
  • CI Integration: Integrates with existing CI pipelines to ensure code quality and consistency.
  • Production Deployment: Deploy changes to production environments with canary checks for stability.
  • Use Case: Ideal for developers and operations teams looking to streamline their deployment process and ensure that new features are deployed smoothly.

Quick Start

Use the land-and-deploy skill to merge and deploy the 'feature-x' branch to production.

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 git pull request merges and production deployment?

Automated testing validates code quality during CI checks before any production deployment occurs. The workflow integrates with existing CI pipelines to run automated tests, ensuring code consistency and catching errors before merging pull requests and deploying to production environments.

What is the best way to run canary checks for production deployment stability?

You need Bash and Git installed to interact with repositories and execute the CI/CD workflow. These dependencies are required to automate the merging of pull requests, run CI checks, and manage the production deployment process from the command line.

How does CI integration work when automating a merge and deploy pipeline?

You can merge and deploy a specific feature branch to production using a single command within the automated workflow. This triggers the process to merge the pull request, run CI checks, execute automated testing, and deploy the changes to the production environment.

When should I not use an automated CI/CD workflow for production deployments?

You should not use an automated CI/CD workflow for production deployments if your project lacks existing CI pipelines for integration or if your environment does not support Bash and Git for repository interaction. The workflow relies on these systems to ensure code quality and production stability.