ship

Automate release workflows by generating pull requests and enforcing quality gates.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill ship-kit4some
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Kit4Some/Oh-my-ClaudeClaw/tree/main/skills/ship
Command: npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill ship-kit4some

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end release workflow by coordinating commits, reviews, and notifications to deliver PR-based releases with minimal manual intervention.

Core Features & Use Cases

  • Non-interactive: /ship triggers a fully automated release flow that outputs the PR URL.
  • Delegates commit organization to OMC git-master, review to code-reviewer, and verification to verifier.
  • Sends PR notifications via messenger and maintains consistent context across sessions.

Quick Start

Say /ship to initiate the fully automated release workflow and retrieve the PR URL upon completion.

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 release workflow from commit to PR?▼

You can fully automate your git release workflow by triggering a single non-interactive command that organizes commits, enforces quality gates, executes tests, and generates a production-ready PR URL.

What is a non-interactive release workflow and how does it handle code review?▼

A non-interactive release workflow automates end-to-end processes by delegating commit organization, code review assignment, and verification without manual input, ultimately delivering a ready-to-merge PR URL.

Can I enforce quality gates and run tests before creating a release PR?▼

Yes, you can enforce quality gates and run tests before creating a release PR. The automated workflow handles deterministic base-branch detection, test bootstrap execution, and pre-landing review prior to PR creation.

Does the automated release workflow send notifications when a PR is ready?▼

Yes, the automated release workflow sends PR notifications via messenger to maintain consistent context across sessions once the production-ready release PR URL is generated and assigned for review.

What's the best way to organize commits and update changelogs for production releases?▼

The best way to organize commits and update changelogs is using an automated release workflow that delegates commit organization to a designated git-master and automatically handles versioning and changelog updates before creating the PR.