mm-ship

Automate test runs, PR creation, merging, and post-ship follow-ups.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mikkeymoo/claude-solo --skill mm-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mm-ship
Source: https://github.com/mikkeymoo/claude-solo/tree/main/mm-skills/mm-ship
Command: npx skills add https://github.com/mikkeymoo/claude-solo --skill mm-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the final steps of the release process, from running tests to merging PRs and post-ship follow-ups, reducing manual effort and ensuring a consistent process.

Core Features & Use Cases

  • Final Test Run: Automates the execution of all tests, stopping the process if any fail.
  • PR Creation: Generates a pull request with a summary, test plan, and breaking changes notice.
  • Merge and CI Confirmation: Guides the user through squashing WIP commits and verifying the CI build.
  • Post-Ship Checklist: Offers a checklist for monitoring, feature flags, and follow-up tasks.

Quick Start

Run /mm-ship to start the ship-it process.

Frequently Asked Questions about mm-ship

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

FAQPage Schema
How do I automate the end-to-end release process from running tests to PR creation?

Automate the end-to-end release process by running a single command to execute tests, generate a pull request with a summary and test plan, and guide you through merging and post-ship follow-ups.

What is the best way to handle post-merge CI/CD confirmation and WIP commit squashing?

Handle post-merge CI/CD confirmation by following a guided process to squash WIP commits, verify the continuous integration build passes, and proceed with deployment safely.

How does automated test execution stop the ship-it process if tests fail?

Automated test execution stops the ship-it process immediately if any tests fail, ensuring broken code is never merged and preventing deployment failures in your CI/CD pipeline.

Can I automate pull request creation with a test plan and breaking changes notice?

Automate pull request creation to generate a comprehensive PR containing a summary, test plan, and breaking changes notice, reducing manual effort and ensuring consistent release documentation.

What should be included in a post-ship checklist for feature flag monitoring and follow-up tasks?

A post-ship checklist for feature flag monitoring includes tracking deployment health, verifying feature flags, and managing follow-up tasks to ensure a smooth release in continuous deployment environments.