mt-ship

Automate git branch creation, commit, push, and pull request submission.

Updated May 15, 2026
One-click install
npx skills add https://github.com/t-miura-024/tools --skill mt-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mt-ship
Source: https://github.com/t-miura-024/tools/tree/main/chezmoi/dot_config/opencode/skills/mt-ship
Command: npx skills add https://github.com/t-miura-024/tools --skill mt-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the repetitive coordination work required to prepare a change for review by automating the full flow from branch creation through pull request submission.

Core Features & Use Cases

  • End-to-End Git Workflow: Coordinates branch creation, commit and push, and pull request creation through dedicated Skills.
  • Workflow Delegation: Uses specialized Skills for each phase while tracking progress and reporting final results.
  • Use Case: When a developer has completed a change and wants to submit it for review, use this Skill to create a branch, publish the commit, and open a draft PR in one workflow.

Quick Start

Use the mt-ship skill to prepare my current changes and create a pull request.

Frequently Asked Questions about mt-ship

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

FAQPage Schema
How do I automate creating a branch, committing, pushing, and opening a pull request in one workflow?

You can automate the full git workflow from branch creation through pull request submission by using a coordination skill that delegates each phase to specialized tools, tracking progress and reporting final results.

What's the best way to prepare code changes for review on GitHub without manual git commands?

The best way to prepare code changes for review is to use an automated workflow that coordinates branch creation, commit and push operations, and draft pull request creation on GitHub in a single run.

Do I need other git workflow skills to submit a pull request automatically?

Yes, you need related git workflow skills integrated with the coordination tool to execute staged delivery operations like branching, committing, and pushing, and to provide completion details for the pull request.

Can I create a draft pull request after committing and pushing my changes?

Yes, you can create a draft pull request after committing and pushing by triggering a workflow that publishes your commit and opens a draft PR on GitHub for review preparation.

Why does the pull request automation require workflow delegation for git operations?

The pull request automation requires workflow delegation because it uses specialized skills for each git phase like branching and committing, ensuring coordinated execution and accurate progress tracking across the delivery pipeline.