gs:land-and-deploy

Merge pull requests, run CI/CD pipelines, and verify production health.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-land-and-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gs:land-and-deploy
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack-land-and-deploy
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-land-and-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code deployment process by handling PR merging, CI/CD, and production health checks, ensuring a smooth transition from development to production.

Core Features & Use Cases

  • PR Merging: Automates the process of merging pull requests into the main branch.
  • CI/CD Execution: Executes continuous integration and continuous deployment workflows.
  • Production Health Checks: Verifies the health of the production environment after deployment.
  • Use Case: Ideal for teams looking to automate and streamline their deployment processes, reducing manual errors and saving time.

Quick Start

Run /gs:land-and-deploy to initiate the deployment workflow for your pull request.

Frequently Asked Questions about gs:land-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PR merging and CI/CD deployment in one workflow?

You can automate PR merging and CI/CD deployment by running a single command that merges pull requests, executes continuous integration pipelines, and verifies production health. This reduces manual errors and streamlines the transition to production.

Can I run CI/CD pipelines and verify production health on Windows 11?

Yes, you can run CI/CD pipelines and verify production health on Windows 11. The deployment process leverages PowerShell for execution, making it suitable for Windows environments while integrating with your version control systems.

What is the best way to streamline code deployment and reduce manual errors?

The best way to streamline code deployment is to automate the workflow from PR merging through CI/CD execution to production health checks. This approach eliminates manual intervention, saving time and preventing human errors during the release process.

Do I need version control integration to automate my deployment process?

Yes, version control integration is required to automate the deployment process. The automation relies on interacting with version control systems to merge pull requests and trigger the subsequent CI/CD workflows for production releases.

How does production health verification work after a CI/CD deployment?

Production health verification works by automatically checking the production environment immediately after the CI/CD deployment completes. This ensures the newly deployed code changes are functioning correctly and the system remains stable.