ship

Automate Git branch merging, test execution, and pull request creation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of shipping code, from merging to creating a pull request, eliminating manual steps and ensuring consistency.

Core Features & Use Cases

  • Automated Git Workflow: Handles merging origin/main, running tests, and committing changes.
  • Version Bumping & Changelog: Automatically determines version bumps and generates CHANGELOG.md entries.
  • PR Creation: Generates a comprehensive pull request with review findings, test results, and TODO status.
  • Use Case: After completing a feature, simply run /ship to have the Skill prepare, test, and submit your code for review, ensuring all necessary steps are followed.

Quick Start

Run the ship skill to automatically merge your branch, run tests, and create a pull request.

Frequently Asked Questions about ship

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

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

Automating git branch merging and pull request creation is handled by the ship skill, which merges origin/main, runs tests, and generates a comprehensive pull request with review findings and test results.

Can I automatically generate changelog entries and bump versions?

Yes, you can automatically generate changelog entries and bump versions. The skill determines the appropriate version bump and generates corresponding CHANGELOG.md entries during the shipping workflow.

What is included in an automated pull request summary for code review?

An automated pull request summary for code review includes detailed review findings, test execution results, and the status of TODO items to ensure code quality and consistency.

Does the automated shipping workflow run tests before creating a pull request?

Yes, the automated shipping workflow runs tests before creating a pull request. It executes your test suite as part of the end-to-end process to ensure code quality prior to submission.

Do I need GitHub to automate my code shipping workflow?

Yes, you need GitHub to automate your code shipping workflow. The skill is specifically designed for software development teams using Git and GitHub to manage branch merging and pull request creation.