cc-ship

Create a reviewed, versioned pull request from the current working branch.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/z23cc/cc-code --skill cc-ship
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cc-ship
Source: https://github.com/z23cc/cc-code/tree/main/skills/cc-ship
Command: npx skills add https://github.com/z23cc/cc-code --skill cc-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship current working branches quickly to a reviewed, versioned pull request by automating merge, verify, review, version bump, changelog, commit, and PR creation.

Core Features & Use Cases

  • Automatic base detection and merge against origin's default branch.
  • Integrated verification and code review steps before shipping.
  • Version bump, CHANGELOG update, commit, push, and PR creation.
  • Use cases: feature releases, hotfixes, and staged deployments.

Quick Start

Run /cc-ship on a feature branch to ship a reviewed, versioned pull request.

Frequently Asked Questions about cc-ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git workflow to ship a pull request from a feature branch?▼

Automating git workflow to ship a pull request involves detecting the merge base, verifying code, bumping versions, updating the changelog, and pushing the branch to create a reviewed PR.

Does the pull request automation handle version bump and changelog updates?▼

Yes, the pull request automation handles version bumps and changelog updates. It applies these changes during the commit phase before pushing the branch and creating the final pull request.

Can I skip code review when shipping a versioned pull request?▼

Yes, you can skip code review when shipping a versioned pull request. The deterministic pipeline includes optional flags to bypass the review step or force a specific version bump.

What is the best way to merge a feature branch into a pull request automatically?▼

The best way to merge a feature branch automatically is using a multi-phase pipeline that detects the origin's default branch, merges the base, runs verification, and creates the pull request.

Why does code review run before creating a pull request?▼

Code review runs before creating a pull request to ensure verification and quality checks pass. The pipeline enforces this review step by default to guarantee the shipped branch is reviewed.