ship

Automate the Git workflow from branch creation to PR merge.

5|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/davistroy/claude-marketplace --skill ship-davistroy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/davistroy/claude-marketplace/tree/main/plugins/personal-plugin/skills/ship
Command: npx skills add https://github.com/davistroy/claude-marketplace --skill ship-davistroy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complete Git workflow to ship code changes by creating a branch, committing, pushing, opening a PR, auto-review, and merging.

Core Features & Use Cases

  • End-to-end automation: From branch creation to PR merge, reducing manual steps and human error.
  • Audit-ready workflow: Optional audit logs of actions to ensure traceability.
  • Use Case: A developer opens a feature branch, runs the Skill, and it handles the PR lifecycle from creation to merge based on automated checks.

Quick Start

Use the ship skill to initiate a full PR-based shipping workflow for your latest changes.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate a git pull request workflow from branch creation to merge?

Automated git pull request workflows handle the complete lifecycle by creating a branch, committing, pushing, opening a PR, running auto-reviews, and merging. This end-to-end automation reduces manual steps and human error in collaborative development.

Can I create a draft pull request when automating my code review process?

Yes, draft pull requests are supported as an option when automating your code review process. The workflow handles standard git and PR tooling requirements, allowing you to open draft PRs before running automated reviews and merging.

How does automated code review work for incremental feature pushes?

Automated code review for incremental feature pushes applies automated checks to a newly opened PR before merging. This ensures code changes are validated and traceable in collaborative software development environments.

Is audit logging available for automated git branch and merge actions?

Yes, audit logging is available as an optional feature for automated git branch and merge actions. It provides traceability of actions taken during the PR lifecycle, ensuring the workflow remains audit-ready.

What is the best way to ship code changes fast without manual git steps?

The best way to ship code changes fast without manual git steps is to use an end-to-end automation workflow. It handles branch creation, committing, pushing, PR creation, auto-review, and merging in a single process.