ship

Coordinate ship workflows from base-branch detection to PR creation.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/2300031147/clawopencode --skill ship-2300031147
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/2300031147/clawopencode/tree/main/skills/ship
Command: npx skills add https://github.com/2300031147/clawopencode --skill ship-2300031147

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate end-to-end ship workflows by coordinating base-branch detection, tests execution, version bumps, changelog updates, and PR creation.

Core Features & Use Cases

  • Automatic base-branch detection and test execution
  • Version bump and CHANGELOG maintenance during ship flow
  • PR preparation and push readiness with safety checks

Quick Start

Initiate the ship workflow to automatically detect the base branch, run tests, bump VERSION, update CHANGELOG, commit changes, push, 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 version bumps and changelog updates before opening a PR?

Automate version bumps and changelog updates by running a ship workflow that detects the base branch, executes tests, bumps the VERSION file, and generates changelog entries before scaffolding a PR.

What is the best way to run tests and create a PR automatically from a release workflow?

The best way to run tests and create a PR is through a coordinated ship workflow that executes test suites, manages versioning, updates the changelog, and prepares PR scaffolding while avoiding direct pushes without user confirmation.

Can I use automated release workflows in CI environments that require formal release discipline?

Automated release workflows are applicable to CI environments requiring formal release discipline, providing deterministic task orchestration for test runs, version management, and PR creation across your codebase.

Does the ship workflow automatically detect the base branch for PR preparation?

The ship workflow automatically detects the base branch as the first step in its end-to-end orchestration, ensuring subsequent test execution, version bumping, and changelog maintenance target the correct branch.

Will the automation push changes or merge my PR without confirmation?

The automation avoids direct pushes or PR merges without user confirmation, enforcing safety checks during push readiness and PR preparation to maintain control over the final merge process.

When do I need an automated ship workflow for versioning and changelog maintenance?

You need an automated ship workflow when your codebase requires formal release discipline, including deterministic test execution, version management, changelog entry generation, and structured PR creation.