gsd-ship

Push a verified branch and create a merge-ready pull request.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of shipping verified work by turning a completed implementation into a ready-to-merge pull request and coordinating the final review and merge steps.

Core Features & Use Cases

  • Pushes the current branch and creates a pull request with an auto-generated body.
  • Can trigger or coordinate review after verification has passed.
  • Tracks the work through merge so the plan → execute → verify → ship loop stays closed.
  • Use case: after finishing a milestone, use this Skill to package the changes, open the PR, and hand it off for merge.

Quick Start

Use the gsd-ship skill to push the branch, open a pull request, and prepare the verified work for 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 pull request creation after local verification passes?

To automate pull request creation after verification, the Skill pushes your current branch and opens a merge-ready PR with an auto-generated body. It preserves the plan, execute, verify, and ship loop without manual overhead.

What is the best way to track a branch push through to a merged pull request?

The best way to track a branch push to a merged pull request is using a workflow that coordinates review triggering and merge tracking. This closes the delivery loop entirely until the verified work is fully merged.

Can I trigger a code review automatically when shipping verified work?

Yes, you can trigger or coordinate a code review automatically when shipping verified work. The Skill handles review triggering after branch pushing and pull request creation to prepare your changes for merge.

Does this merge tracking workflow require deterministic execution?

Yes, this merge tracking workflow requires deterministic execution. This ensures the branch push, auto-generated pull request content, and review coordination steps execute reliably before the final merge.

When do I need to use an automated release workflow for pull requests?

You need an automated release workflow for pull requests when you want to remove the manual overhead of packaging completed implementations. It turns verified local work into a ready-to-merge pull request and coordinates the final merge steps.