ship

Automate commit, push, PR creation, and pre-landing checks for feature branches.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ckallum/calsuite --skill ship-ckallum
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/ckallum/calsuite/tree/main/.claude/skills/ship
Command: npx skills add https://github.com/ckallum/calsuite --skill ship-ckallum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end shipping workflows for code changes.

Core Features & Use Cases

  • Automates commit, push, PR creation, and pre-landing checks for feature branches.
  • Coordinates optional review and CHANGELOG generation to streamline releases.
  • Use Case: Engineers can rely on a deterministic, hands-off shipping process to deliver code changes from feature branches to merged PRs with minimal manual steps.

Quick Start

Invoke the /ship command on a feature branch to automatically run the full shipping workflow.

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 from feature branch to pull request?▼

You can automate your git workflow by invoking the /ship command on a feature branch, which deterministically orchestrates pre-flight checks, commits, pushes, and pull request creation into a single hands-off process.

What steps are included in an automated pull request shipping workflow?▼

An automated pull request shipping workflow orchestrates pre-flight checks, commits, pushes, code review coordination, changelog generation, and PR creation with origin-tracking to streamline code releases.

Can I automate changelog generation and code review during a PR workflow?▼

Yes, you can automate changelog generation and coordinate code review during a PR workflow by running the automated shipping process, which integrates these optional steps into deterministic pre-landing checks.

Does the automated shipping workflow require any external dependencies?▼

The automated shipping workflow requires no external dependencies, allowing engineers to run the end-to-end shipping process directly on feature branches without installing additional CI-CD tools.

What is the best way to ensure deterministic pre-landing checks before creating a pull request?▼

The best way to ensure deterministic pre-landing checks is to use an automated shipping workflow that orchestrates tests, commits, and PR creation sequentially, minimizing manual steps and human error.

Why should I use an automated shipping workflow instead of manual git commands for pull requests?▼

You should use an automated shipping workflow instead of manual git commands to eliminate repetitive manual steps, ensure consistent pre-flight checks, and reliably generate changelogs and PRs with origin-tracking.