gsd-ship

Push a feature branch, create a pull request with an auto-generated body, and track merge status.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-ship-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ship
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-ship
Command: npx skills add https://github.com/rkz91/coco --skill gsd-ship-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridge local completion → merged PR. After /gsd-verify-work passes, ship the work: push branch, create PR with auto-generated body, optionally trigger review, and track the merge.

Core Features & Use Cases

  • End-to-end ship workflow: push a feature branch, open a pull request with an auto-generated description, and route it through verification and reviews.
  • Verification-first shipping: waits for verification to pass before finalizing the merge.
  • Merge tracking: monitors PR status and provides hooks to trigger reviews or further actions.

Quick Start

Run the gsd-ship workflow to push the branch, create a PR with an auto-generated body, and monitor verification until merge.

Frequently Asked Questions about gsd-ship

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

FAQPage Schema
How do I automate pushing a git branch and creating a pull request?

You can automate pushing a git branch and creating a pull request by running an end-to-end ship workflow that pushes your feature branch and opens a PR with an auto-generated description. This streamlines the transition from local commits to a tracked pull request.

Does the automated PR workflow wait for verification to pass before merging?

Yes, the automated PR workflow is verification-first, meaning it waits for verification to pass before finalizing the merge. This ensures that code quality gates are cleared before your branch integrates into the main codebase.

What is the best way to track pull request status and trigger reviews automatically?

The best way to track pull request status and trigger reviews is through an automated ship loop that monitors PR verification. This loop provides hooks to optionally trigger reviews and update the merge status continuously until completion.

How do I auto-generate a pull request body after pushing a feature branch?

To auto-generate a pull request body after pushing a feature branch, use a ship workflow that creates the PR upon branch push. The workflow automatically generates the PR description based on your completed local work.

Can I use this automated merge workflow without any external dependencies?

Yes, you can use this automated merge workflow without external dependencies because it operates independently. It manages the push, PR creation, and merge tracking natively without requiring additional installed packages.

Why should I use a verification-gated ship loop instead of manually opening pull requests?

A verification-gated ship loop ensures code is validated before finalizing the merge, preventing broken builds. Unlike manual PRs, it automates branch pushing, body generation, and status tracking to eliminate manual errors.