ship

Automate commits, branch creation, and pull request generation.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill ship-jaimejunr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/ship
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill ship-jaimejunr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unifies the process of committing code, pushing changes, and opening PRs, reducing context switching and merge friction.

Core Features & Use Cases

  • Unified workflow: from staging to PR, including optional branch creation.
  • Guardrails: enforces conventional commits and clear PR descriptions to improve code review.
  • Use Case: when preparing a feature fix, run the ship flow to create a descriptive branch, commit changes with proper messages, push, and open a PR for review.

Quick Start

Commit, push, and open a PR for your current branch to ship the changes.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git commit and pull request creation?

To automate git commit and pull request creation, this Skill unifies staging, conventional commit enforcement, branch naming, push, and PR opening into a single workflow to reduce context switching and merge friction.

How do I enforce conventional commits when pushing a feature branch?

Enforcing conventional commits when pushing a feature branch is handled automatically by the Skill's built-in guardrails, ensuring descriptive commit messages and clear PR descriptions to improve code review quality.

What is the best way to create a descriptive branch and open a PR for a code review?

The best way to create a descriptive branch and open a PR for code review is running the unified ship flow, which automates feature-branch creation, commits changes, pushes, and outputs the PR URL.

Can I use this workflow to commit and push isolated changes without creating a new branch?

Yes, you can use this workflow to commit and push isolated changes, as it covers workflows from isolated commits directly to full feature-branch creation, push, and optional code-review steps.

Does the automated PR workflow generate a pull request URL?

Yes, the automated PR workflow generates a pull request URL as an output, alongside the branch name and commit summary, after successfully pushing changes and opening the PR for review.

What are the limitations of automating code review steps in a git workflow?

The limitation of automating code review steps in this git workflow is that they are optional, meaning the Skill handles branch creation, commit, and PR generation but does not guarantee the actual code review itself is performed.