ship

Automate software change shipping from base-branch merge to PR creation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill ship-mmunro3318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/mmunro3318/3d-render-pipeline/tree/main/.claude/skills/gstack/ship
Command: npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill ship-mmunro3318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full ship workflow for software changes from detection to PR creation.

Core Features & Use Cases

  • Merges the base branch into the feature branch and runs the full test suite
  • Bumps VERSION, updates CHANGELOG, commits, and pushes
  • Creates a pull request and opens the PR for review
  • Proactively suggests shipping actions when code is ready or deployment is requested

Quick Start

Ship your current change by triggering an automated flow that merges the base branch, runs tests, updates versioning and CHANGELOG, commits, and opens 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 pull request creation with version bumping and changelog updates?

Automated PR creation with version bumping and changelog updates is handled by merging the base branch, running tests, updating VERSION and CHANGELOG, and opening a pull request for review.

How do I merge the base branch into my feature branch and run tests before opening a PR?

Merging the base branch into your feature branch and running the full test suite happens automatically before versioning, committing, and pushing to create a pull request for review.

What is the best way to automate the full ship workflow for software changes from detection to PR?

Automating the full ship workflow from detection to PR creation involves automated base-branch merging, full test execution, changelog and version updates, and pull request automation.

Can I automatically bump the VERSION and update the CHANGELOG when preparing a pull request?

Yes, the VERSION file is bumped and the CHANGELOG is updated automatically, then committed and pushed before a pull request is created and opened for review.

Does automated shipping suggest PR actions proactively when code is ready?

Yes, proactive shipping actions are suggested automatically when code is ready or deployment is requested, triggering the automated merge, test, version, and PR workflow.

Do I need any specific CI tools or dependencies to automate the merge, test, and pull request workflow?

No specific CI tools or dependencies are required to automate the merge, test, and pull request workflow, as the automation handles base-branch merging, test execution, and PR creation independently.