gsd-ship

Automate pull request creation, review triggering, and merge tracking in Git repositories.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/GenproMM/MMLab_TOOLS --skill gsd-ship-genpromm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ship
Source: https://github.com/GenproMM/MMLab_TOOLS/tree/main/.claude/skills/gsd-ship
Command: npx skills add https://github.com/GenproMM/MMLab_TOOLS --skill gsd-ship-genpromm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating pull requests, triggering reviews, and managing merges, reducing the time and effort required to move code from verification to merge in a Git repository.

Core Features & Use Cases

  • Pull Request Creation: Automates the creation of PRs with auto-generated bodies after verification passes.
  • Review Triggering: Optionally triggers code review processes for additional checks.
  • Merge Tracking: Tracks and manages the merge of code changes into the main branch.
  • Use Case: Ideal for teams using Git repositories to track code changes, allowing developers to focus on coding rather than on the administrative aspects of PRs and merges.

Quick Start

Run the gsd-ship skill with the phase number or milestone you want to ship, e.g., 'gsd-ship 4' or 'gsd-ship v1.0'.

Frequently Asked Questions about gsd-ship

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

FAQPage Schema
How do I automate pull request creation after CI/CD verification passes?

Automate pull request creation by triggering a script that generates PRs with auto-generated bodies immediately after verification passes. This streamlines CI/CD workflows by moving code to review without manual administrative effort.

Can I automatically trigger code reviews and track merge status in Git?

Yes, you can trigger code reviews and track merge status in Git. The process optionally initiates review checks and monitors the merge of code changes into the main branch automatically.

What is the best way to streamline merge management for continuous integration workflows?

Streamline merge management by automating PR creation, triggering reviews, and tracking merge status post-verification. This reduces manual effort and accelerates code integration in continuous deployment workflows.

Do I need to specify a milestone to automate PR creation?

Yes, you need to specify a phase number or milestone to automate PR creation. Running the process with a specific identifier like a version number targets the exact changes ready for shipping.

Does this merge management approach work without external dependencies?

Yes, this merge management approach works without external dependencies. It operates standalone using internal scripts to automate PR creation and tracking directly within your Git repository.

When should I not use automated pull request generation?

Avoid automated pull request generation when manual oversight is required for sensitive code changes. It is designed for standard CI/CD workflows where verification has already passed and administrative tasks are the bottleneck.