ship

Automate shipping workflows by detecting base branches, merging changes, and creating PRs.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Intension-us/attention-diagnostic --skill ship-intension-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Intension-us/attention-diagnostic/tree/main/.claude/skills/gstack/ship
Command: npx skills add https://github.com/Intension-us/attention-diagnostic --skill ship-intension-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship workflow: automate end-to-end shipping by detecting base branch, merging changes, running tests, and preparing a PR. This capability eliminates manual handoffs and ensures consistent release readiness across teams.

Core Features & Use Cases

  • Detect base branch, merge changes, run tests, review diffs
  • Bump VERSION, update CHANGELOG, commit, and push
  • Create or update a PR, guiding the deployment process
  • Proactively invoke when user is ready to deploy or create a PR

Quick Start

Say /ship when you're ready to deploy and Claude will run the full 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 to merge changes and create a pull request?

Automating your git workflow to merge changes and create a pull request involves detecting the base branch, merging source changes, running CI tests, bumping the VERSION, updating the CHANGELOG, committing, pushing, and finally opening the PR.

What is the best way to run CI tests and update the changelog before deploying code?

The best way to run CI tests and update the changelog before deploying code is to use an automated shipping workflow that detects the base branch, reviews diffs, executes tests, automatically bumps the version, updates the changelog, and prepares the pull request.

Can I automatically detect the base branch and prepare a PR across different repositories?

Yes, you can automatically detect the base branch and prepare a PR across different repositories by applying an automated shipping workflow that handles end-to-end merge, test execution, version bumping, and pull request creation.

How do I ensure consistent release readiness and eliminate manual handoffs in continuous integration?

Ensuring consistent release readiness and eliminating manual handoffs in continuous integration requires an automated end-to-end shipping process that merges changes, runs tests, updates versioning and changelogs, and creates pull requests automatically.

Does automated version bumping and changelog updating work with standard git pull request workflows?

Automated version bumping and changelog updating works with standard git pull request workflows by integrating these steps into the end-to-end shipping process, which commits and pushes changes before creating or updating the pull request.