ship

Automate the end-to-end ship workflow for code changes.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/soyasis/gstack-private --skill ship-soyasis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/soyasis/gstack-private/tree/main/ship
Command: npx skills add https://github.com/soyasis/gstack-private --skill ship-soyasis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end shipping process for code changes, coordinating base-branch merging, test execution, diff reviews, version bumps, changelog updates, commits, pushes, and PR creation.

Core Features & Use Cases

  • End-to-end ship automation: merges the base branch, runs the test suite, reviews changes, bumps the VERSION, updates CHANGELOG, commits, pushes, and opens a PR.
  • Proactive guidance: suggests shipping actions when code is ready or deployment is needed.
  • Safe and auditable workflow: logs actions and provides deterministic steps with review checkpoints.

Quick Start

Command gstack to ship the current feature by merging the base, running tests, updating VERSION/CHANGELOG, and opening a PR.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git pull-request creation with tests and changelog updates?

To automate pull-request creation, the ship workflow merges the base branch, runs tests, reviews diffs, bumps the VERSION, updates the CHANGELOG, commits, pushes, and opens a PR. This coordinates deterministic steps end-to-end for safe code releases.

What is the best way to automate a full code shipping workflow from feature branch to PR?

The best way to automate a full code shipping workflow is coordinating deterministic steps with error handling. The ship process merges the base branch, runs test suites, bumps versions, updates changelogs, and creates auditable PR artifacts.

Does the automated ship workflow support proactive deployment suggestions?

Yes, the automated ship workflow provides proactive guidance. It suggests shipping actions when code is ready or deployment is needed, coordinating deterministic task orchestration with optional proactive suggestions alongside the standard PR creation.

Can I use this automation for push-to-main workflows instead of just feature releases?

Yes, you can use this automation for push-to-main workflows. The ship process is applicable to feature releases, deployments, or push-to-main scenarios, coordinating deterministic steps with strong error handling and auditable PR artifacts.

Do I need to manually review diffs before the automated ship workflow pushes my code?

No, you do not need to manually review diffs beforehand. The ship workflow includes automated diff reviews as part of its deterministic steps, providing review checkpoints to ensure safe and auditable commits before pushing and opening a PR.