ship

Automate the ship workflow from branch merge to pull request creation.

1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill ship-concept2cure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/concept2cure/ClinicalSageAI-2-replit/tree/main/.claude/skills/gstack/ship
Command: npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill ship-concept2cure

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Ship automation reduces manual steps to prepare and publish software by handling base-branch merging, testing, diff review, version bumps, changelog updates, commits, pushes, and PR creation. It enables teams to ship reliably and quickly.

Core Features & Use Cases

  • Detects base branch, merges and runs tests to ensure code stability before shipping.
  • Bumps VERSION, updates CHANGELOG, commits, pushes changes, and creates a PR against the base.
  • Proactively suggests shipping actions when the user signals readiness, deployment, or release intent.

Quick Start

Say "ship" to launch the end-to-end automated shipping workflow for your project; it will detect the base branch, run the test suite, update versioning, and open 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 workflow steps like merging branches, running tests, and creating a pull request?

Automating git workflow steps like merging branches, running tests, and creating a pull request is handled by detecting the base branch, merging it, executing tests, bumping the VERSION, updating the CHANGELOG, and pushing to open a PR automatically.

Can I automatically update the CHANGELOG and bump the VERSION before opening a pull request?

Yes, you can automatically update the CHANGELOG and bump the VERSION before opening a pull request. The workflow reviews diffs, updates version metadata, generates changelog entries, commits, pushes to the remote, and opens a PR against the base branch.

What is the best way to prepare a release and merge feature branches into the main branch?

The best way to prepare a release and merge feature branches into the main branch is using an end-to-end automated shipping workflow that detects the base branch, merges changes, runs tests, updates versioning, and opens a PR for deployment.

Does this ship automation handle hotfixes and versioned releases across different Git branches?

Yes, this ship automation handles hotfixes and versioned releases across different Git branches. It proactively suggests shipping actions when deployment or release intent is signaled, satisfying requirements for feature ships, hotfixes, and versioned releases.

Do I need to manually run tests before the automated pull request creation?

No, you do not need to manually run tests before automated pull request creation. The workflow executes the test suite automatically after detecting and merging the base branch to ensure code stability before committing changes and opening a PR.