gsd-ship

Automates GitHub pull request creation, review triggering, and merge tracking.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-ship-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ship
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-ship
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-ship-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating pull requests, running reviews, and preparing for merges after verification passes, saving time and reducing manual errors.

Core Features & Use Cases

  • Automated PR Creation: Generates a pull request with an auto-generated body based on the specified phase or milestone.
  • Review Triggering: Optionally triggers a review for the created pull request.
  • Merge Tracking: Tracks the merge status of the pull request.
  • Use Case: After a verification process completes successfully, use this Skill to automatically create a pull request for the merged code, triggering a review and tracking the merge status.

Quick Start

Use the gsd-ship skill with the phase number or milestone, 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?

Automated PR creation generates a pull request with an auto-generated body based on a specified phase or milestone once your verification process completes successfully. This streamlines software development workflows by reducing manual errors and saving time.

Can I trigger GitHub reviews automatically when a pull request is created?

Yes, review triggering optionally initiates a review for the created pull request. This functionality is designed for use in GitHub-based CI/CD pipelines to streamline the deployment process after verification.

What is the best way to track merge status for pull requests in a CI/CD pipeline?

Merge tracking monitors the merge status of pull requests within your software development workflows. This mechanism operates after automated PR creation and optional review triggering to ensure the deployment process is tracked end to end.

Do I need GitHub API access to automate PR creation and merge tracking?

Yes, this Skill requires access to the GitHub API for pull request creation and review triggering. You must configure this access in your CI/CD pipelines to streamline the deployment process after verification.

How do I start the automated PR creation process using a milestone?

Use the command with your phase number or milestone, such as specifying '4' or 'v1.0'. This generates a pull request with an auto-generated body based on the specified phase or milestone to streamline your workflow.