ship

Coordinates review, refactoring, version control, and PR creation for branches.

14.3k|455|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/millionco/react-doctor --skill ship-millionco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/millionco/react-doctor/tree/main/.agents/skills/ship
Command: npx skills add https://github.com/millionco/react-doctor --skill ship-millionco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead of finalizing code changes, ensuring that every branch is reviewed, cleaned, committed, and PR-ready without missing critical steps.

Core Features & Use Cases

  • Automated Release Pipeline: Orchestrates a sequence of code review, simplification, and deployment tasks.
  • Quality Assurance: Integrates with existing tools to validate code against project rules and ensure test coverage before merging.
  • Use Case: When you have finished a feature, use this Skill to automatically run linting, commit your changes, open a pull request with a standardized description, and monitor the PR until it is ready to merge.

Quick Start

Invoke the ship skill to finalize the current branch and open a pull request for review.

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 release pipeline from code to pull request?

You can automate your git release pipeline by orchestrating code review, refactoring, version control operations, and pull request creation. This process operates on active development branches to ensure compliance with project standards and CI readiness.

What is the best way to finalize code changes and open a pull request automatically?

The best way to finalize code changes is to run an automated release pipeline that reviews, simplifies, and commits branches. This eliminates manual overhead by ensuring every branch is PR-ready without missing critical steps.

Does automated release workflow integrate with existing CI and linting tools?

Automated release workflow integrates with existing repository tooling for testing, linting, and version management. It validates code against project rules and ensures test coverage before merging to maintain quality assurance.

How do I ensure my active development branch is ready for a CI pull request?

To ensure your active development branch is CI ready, use an automated workflow that coordinates code review and refactoring. It validates your code against project rules and prepares a standardized pull request for review.

What are the limitations of automating version control and pull request creation?

A limitation of automating version control and pull request creation is that it requires integration with existing repository tooling for testing and linting. It specifically operates on active development branches, meaning it needs an established environment to function properly.