gsd-ship

Automate PR creation, review orchestration, and merge preparation after checks pass.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-ship-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ship
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-ship
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-ship-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating PR creation, reviews, and merge readiness across multiple steps in software development can be error-prone and slow. This skill automates opening a PR, guiding code review, and preparing the branch to merge after verification passes. It helps ensure consistency and speed in release workflows.

Core Features & Use Cases

  • End-to-end PR orchestration: create a PR, trigger reviews, and prep for merge once checks pass.
  • Workflow orchestration: coordinate subagents to verify changes, run checks, and assemble merge-ready status.
  • Use Case: when delivering a feature branch, run the ship workflow to push the branch, open a PR, and automatically request reviews.

Quick Start

Run the ship workflow to push a verified feature branch, open a PR, and track its merge status.

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 and merge preparation?

Automate pull request creation and merge preparation by running a ship workflow that pushes a verified feature branch, opens a PR, requests code reviews, and prepares the branch to merge after verification checks pass.

What is PR orchestration in a software development workflow?

PR orchestration is the automated coordination of opening pull requests, triggering code reviews, running verification checks, and assembling merge-ready status across multiple workflow steps.

Can I use automated code review orchestration with my existing git workflow?

Automated code review orchestration works with git workflows by spawning agents to coordinate checks and verify changes, ensuring your feature branch is merge-ready after reviews pass.

How do I ensure a feature branch is merge-ready before completing a pull request?

Ensure a feature branch is merge-ready by running an automated ship workflow that orchestrates subagents to verify changes, run checks, and confirm post-merge readiness before the PR merges.

What is the best way to automate gated merges for feature branches?

Automate gated merges by orchestrating a ship workflow that pushes the branch, opens a PR, and only prepares the merge after automated verification checks and code reviews pass.