ship

Coordinate review, fix, verify, commit, push, and pull request processes.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/mattsp1290/dotfiles --skill ship-mattsp1290
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/mattsp1290/dotfiles/tree/main/.claude/skills/ship
Command: npx skills add https://github.com/mattsp1290/dotfiles --skill ship-mattsp1290

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the process of reviewing, fixing, verifying, and deploying feature branches, increasing efficiency and reducing manual errors.

Core Features & Use Cases

  • End-to-End CI/CD Pipeline: Orchestrates review, fix, verification, commit, push, and PR creation for feature branches.
  • Automated Checks & Verification: Runs CI-configured tests, build, lint, and codegen sync, ensuring code quality before deployment.
  • Use Case: Developers can seamlessly prepare a branch for review and deployment, automating repetitive tasks while maintaining control over PR creation and code quality.

Quick Start

Use the ship skill to automatically review, fix issues, verify code, create a draft PR, and prepare deployment on your current feature branch.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate the git review and pull request process for a feature branch?

You can automate the git review and pull request process by orchestrating review, fix, verification, commit, push, and PR creation into a single end-to-end workflow, ensuring code quality and reducing manual errors before deployment.

Can I run CI tests and lint checks before pushing a PR?

Yes, you can run CI-configured tests, lint, build, and codegen sync checks before pushing. The automated verification step executes these commands to ensure code quality and validate prerequisites before creating a pull request.

What's the best way to streamline a CI/CD pipeline from code review to deployment?

The best way to streamline a CI/CD pipeline is to coordinate the complete review, fix, verify, commit, push, and PR creation process automatically, allowing developers to prepare a branch for deployment while maintaining control over code quality.

Does this workflow require any specific CI dependencies to manage pull requests?

No specific CI dependencies are required to manage pull requests. The workflow operates within standard version control practices to verify prerequisites, stage changes, and create or update PRs efficiently without external dependencies.

How do I create a draft PR after fixing issues on my current branch?

To create a draft PR after fixing issues, the workflow automatically stages relevant changes, runs verification commands, and prepares the deployment by creating or updating the pull request directly on your current feature branch.