ship

Automate code merging, testing, version bumps, changelogs, and PR creation.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/giljae/gstack-antigravity --skill ship-giljae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/giljae/gstack-antigravity/tree/main/gstack-origin/ship
Command: npx skills add https://github.com/giljae/gstack-antigravity --skill ship-giljae

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It automates the full software shipping workflow, including detecting changes, merging branches, running tests, updating version numbers, changelogs, and creating pull requests, reducing manual effort and errors in deploying code.

Core Features & Use Cases

  • Automated Deployment Workflow: Executes code merging, version bumping, changelog updating, and PR creation seamlessly.
  • Testing Orchestration: Runs multiple test suites in parallel, verifies success, and manages test failures proactively.
  • Use Case: When a developer finishes features or fixes, this Skill automates the entire process to prepare, validate, and submit the code for review with minimal intervention.

Quick Start

Issue the /ship command to have the system detect your current branch, run tests against the merged code, and automatically create a pull request if all checks pass.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate pull request creation and testing when merging code?

Automate pull request creation and testing by issuing a command that detects your current branch, runs test suites in parallel against merged code, and submits a pull request automatically when all checks pass.

What is the best way to automate version bumps and changelog updates for deployment?

Automate version bumps and changelog updates by triggering a deployment workflow that merges branches, applies version changes, and updates changelogs automatically to reduce manual effort and errors.

How does parallel testing orchestration handle test failures during version control workflows?

Parallel testing orchestration runs multiple test suites concurrently, verifies their success, and proactively manages test failures by checking test statuses and managing review gates before proceeding with code deployment.

Can I manage branch conflicts and review gates automatically without manual intervention?

You can manage branch conflicts and review gates automatically through a workflow that checks test statuses, verifies success, and manages review gates to facilitate reliable, repeatable releases with minimal intervention.

Do I need any external dependencies to run the automated code deployment process?

No external dependencies are required to run the automated code deployment process. The workflow operates independently using internal scripts and references to detect changes, merge branches, and update versions.