land-and-deploy

Merge pull requests, deploy code, and verify production health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Glob, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of merging pull requests, deploying code to production, and verifying the health of the application, streamlining the workflow for software development teams.

Core Features & Use Cases

  • Automated PR Merging: Merge pull requests with built-in checks for CI and deployment.
  • Deployment: Automate the deployment of code to production environments.
  • Verification: Perform canary checks to ensure the application is healthy after deployment.
  • Use Case: For teams that want to reduce manual steps in the release process and ensure consistency in deployment practices.

Quick Start

Use the land-and-deploy skill to merge and deploy the current pull request.

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 merging and deployment in one workflow?

Automating PR merging and deployment involves combining continuous integration checks with automated release scripts to push code to production and verify application health without manual intervention.

What is CI/CD verification and when do I need it for pull requests?

CI/CD verification for pull requests is the process of running automated health checks, such as canary deployments, after merging code to ensure the production application remains stable and functional.

Can I use Bash scripts to automate my CI/CD pipeline for code deployment?

Yes, you can use Bash scripts alongside Read, Write, and Glob tools to automate your CI/CD pipeline, executing deployment commands and verifying production health directly from your workflow.

Does this deployment automation approach work with continuous integration checks before PR merging?

Yes, this deployment automation integrates continuous integration checks before PR merging, ensuring that code is validated and deployed consistently to production environments with reduced manual steps.

What's the best way to verify production health after a continuous deployment?

The best way to verify production health after continuous deployment is to perform automated canary checks, confirming the application is running correctly and safely receiving traffic post-release.