ship

Automate shipping code changes from a feature branch to a pull request.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/filipnyquist/caidos --skill ship-filipnyquist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/filipnyquist/caidos/tree/main/.claude/skills/gstack/ship
Command: npx skills add https://github.com/filipnyquist/caidos --skill ship-filipnyquist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end shipping workflow from a feature branch to a PR, including tests, version bumps, changelog updates, and the push to a merge request.

Core Features & Use Cases

  • End-to-end ship workflow: detect base, merge, run tests, bump VERSION, update CHANGELOG, commit, push, and create PR.
  • Handles merge conflicts and surfaces actionable diffs, returning a PR URL for review.
  • Works with standard Git workflows and outputs a deterministic PR link for downstream automation.

Quick Start

Run the ship workflow from your feature branch by issuing /ship.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate creating a pull request from a feature branch?

You can automate creating a pull request by running the /ship workflow, which handles base-branch merges, test execution, version bumps, changelog updates, commits, pushes, and PR creation to output a deterministic PR URL.

What is included in an end-to-end Git shipping workflow?

An end-to-end Git shipping workflow includes detecting the base branch, merging changes, running tests, bumping the version, updating the changelog, committing, pushing, and creating the pull request.

How do I handle merge conflicts when automating a pull request?

When automating a pull request, the workflow detects merge conflicts and surfaces actionable diffs so you can resolve them before completing the push and generating the PR URL.

Does the automated PR workflow support standard Git CI processes?

Yes, the automated PR workflow integrates with standard Git workflows and executes tests during the CI process to ensure deterministic outcomes before pushing the commit and creating the merge request.

Can I use this automated shipping workflow for downstream automation pipelines?

Yes, the workflow outputs a deterministic PR URL upon completion, which can be directly consumed by downstream automation pipelines for review or deployment triggers.