ship

Merge base branch, run tests, and create a PR with version and changelog updates.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/OmerFarukOruc/symphony-orchestrator --skill ship-omerfarukoruc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/OmerFarukOruc/symphony-orchestrator/tree/main/.claude/skills/gstack/ship
Command: npx skills add https://github.com/OmerFarukOruc/symphony-orchestrator --skill ship-omerfarukoruc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship automation that handles merging the base branch, running tests, and opening a PR with version and changelog updates so teams can release confidently.

Core Features & Use Cases

  • Automatic base-branch merge and test bootstrapping before PR creation.
  • Version bump and changelog update as part of the ship flow.
  • Safe, auditable commits with deterministic steps and error handling.

Quick Start

Invoke this skill to automatically merge the base branch, run tests, review diffs, bump the 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 my git workflow to merge the base branch, run tests, and create a PR?

You can automate your git workflow by invoking the ship skill, which orchestrates end-to-end ship processes including base branch merges, test bootstrapping, version bumps, and PR creation. It scripts these steps to ensure deterministic and auditable results.

What is the best way to handle version bumps and changelog updates before opening a pull request?

The best way to handle version bumps and changelog updates is to integrate them directly into your ship flow. The ship skill automatically reviews diffs, updates the version and changelog, commits, pushes, and creates a PR as part of a single automated sequence.

Can I automate PR creation for feature branches without manual test bootstrapping?

Yes, you can automate PR creation for feature branches without manual test bootstrapping. The ship skill automatically orchestrates the end-to-end workflow, handling base merges and running tests before creating the PR to ensure safe, auditable commits.

Does automated release orchestration work with standard CI setups and common project configurations?

Automated release orchestration works with common project setups by scripting the merge, test runs, diffs, and PR steps. It applies to typical release scenarios on feature branches, ensuring deterministic, auditable results across standard CI environments without requiring external dependencies.

How do I ensure auditable and deterministic results when automating merges and test runs?

To ensure auditable and deterministic results when automating merges and test runs, the ship skill scripts the entire workflow with built-in error handling. It safely commits, pushes, and creates PRs only after successfully merging and testing the base branch.

Why should I use an automated ship workflow instead of manually merging and testing feature branches?

You should use an automated ship workflow to eliminate manual errors and ensure release confidence. By automating base-branch merges, test bootstrapping, version updates, and PR creation, the ship skill provides safe, auditable commits with deterministic steps and error handling.