land-and-deploy

Merges code, deploys to production, and verifies health checks across CI/CD pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of merging pull requests, waiting for CI results, deploying code, and verifying production health, reducing manual effort and errors.

Core Features & Use Cases

  • Automated Deployment Workflow: Coordinates merging PRs, running CI checks, deploying, and verifying system health.
  • Use Case: When releasing a new feature, invoke this Skill to merge the PR, trigger deployment, and ensure the system is stable after deployment without manual steps.

Quick Start

Use the land-and-deploy Skill to automatically merge your latest pull request and verify deployment success.

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 pull requests and deploying to production?

You can automate merging pull requests and deploying to production by using an automated deployment workflow that coordinates merging PRs, running CI checks, deploying code, and verifying production health to reduce manual effort and errors.

What is an automated deployment workflow with CI/CD health checks?

An automated deployment workflow with CI/CD health checks is a process that merges pull requests, waits for CI results, deploys code to production, and verifies system stability automatically, ensuring reliable and repeatable releases without manual intervention.

How do I verify production health after a CI/CD deployment?

To verify production health after a CI/CD deployment, you use scripts for health verification that confirm system stability across your pipelines once the deployment is complete, ensuring the system is stable without manual checks.

Do I need configuration dependencies for cloud and server interactions to automate deployment?

Yes, you need configuration dependencies for cloud and server interactions alongside scripts for merging, deploying, and health verification to successfully automate the deployment workflow and interact with your production environment.

What is the best way to streamline merging and deployment in production?

The best way to streamline merging and deployment in production is to use an automated workflow that handles merging pull requests, waits for CI results, deploys code, and confirms health checks are passed across CI/CD pipelines.