ship

Coordinate end-to-end shipping workflows by merging branches, running tests, and creating PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship workflow automation: coordinates merging, testing, version bumping, changelog updates, commits, pushes, and PR creation to move code from development to production with minimal manual intervention.

Core Features & Use Cases

  • End-to-end shipping pipeline: detect the base, merge, run tests, review diffs, bump VERSION, update CHANGELOG, commit, push, and create a PR.
  • Proactive deployment support: invoked when user asks to ship or deploy or push to main; guides the process without bypassing safeguards.
  • Guardrails and traceability: records operations in Git, enforces versioning and changelog updates, and opens a PR for human review.

Quick Start

Tell the system to ship when code is ready and the skill will merge the base, run tests, bump VERSION, update CHANGELOG, commit, push, and create 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 requests and version bumps for deployment?▼

Automating git pull requests and version bumps involves coordinating a workflow that merges base branches, runs tests, updates the VERSION file and CHANGELOG, commits changes, and creates a pull request for review.

How do I update my changelog and create a PR in one step?▼

Updating a changelog and creating a PR in one step requires an automated workflow that commits the changelog modifications alongside version bumps, pushes the branch, and generates the pull request.

What is the best way to push code to main without bypassing safeguards?▼

Pushing code to main without bypassing safeguards is best handled by a guided workflow that runs tests, enforces versioning and changelog updates, and opens a pull request for human review instead of direct destructive actions.

Can I automate end-to-end shipping workflows with tests and changelog updates?▼

End-to-end shipping workflows with tests and changelog updates can be automated by detecting the base branch, merging, running tests, bumping the version, updating the changelog, and preparing the pull request.

Does the ship automation process directly push to main or create a pull request?▼

The ship automation process does not directly push to main; it guides the workflow by bumping versions, updating changelogs, committing, pushing branches, and creating a pull request for human review.