gs:ship

Automate code deployment and merge workflows on Windows 11 using PowerShell.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, powershell, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment process for code changes on Windows 11, addressing issues that arise from non-compatible Unix commands.

Core Features & Use Cases

  • Ship Workflow: Performs actions such as base branch detection, tests execution, diff review, version bumping, and CHANGESLOG updating.
  • PowerShell-First Execution: Ensures compatibility and efficiency without the need for WSL or Docker on Windows 11.
  • Use Case: Ideal for developers who want to ensure code is safely deployed to a main branch without manual interventions, especially in environments where Unix commands may cause issues.

Quick Start

Use the /gs:ship command to initiate the deployment and merge process.

Frequently Asked Questions about gs:ship

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

FAQPage Schema
How do I automate code deployment and merges on Windows 11 without using WSL?

Automate code deployment on Windows 11 by using a PowerShell-first execution workflow that handles base branch detection, tests, diff review, and version bumping without relying on WSL or Docker.

What is the best way to handle version control and code review before deploying to a main branch?

The best way to manage version control and code review is using an automated ship workflow that executes tests, performs diff review, bumps versions, and updates the CHANGESLOG before merging code.

Do I need Docker installed to automate code merges in a Windows 11 environment?

No, you do not need Docker to automate code merges in Windows 11. The deployment workflow uses PowerShell and Python to ensure native compatibility and reliability without WSL or Docker dependencies.

How does a PowerShell-first ship workflow handle Unix command compatibility issues during deployment?

A PowerShell-first ship workflow handles Unix command compatibility issues by executing deployment and merge actions natively on Windows 11, avoiding non-compatible Unix commands entirely.

Why does my automated version bumping and CHANGESLOG update fail on Windows without WSL?

Automated version bumping and CHANGESLOG updates may fail on Windows due to non-compatible Unix commands. Using a PowerShell-based deployment workflow resolves these compatibility issues natively.