ship

Coordinate end-to-end ship operations with pre-flight checks and a consolidated verification gate.

Updated May 11, 2026
One-click install
npx skills add https://github.com/jason660519/Project-Manager --skill ship-jason660519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/jason660519/Project-Manager/tree/main/.agents/skills/ship
Command: npx skills add https://github.com/jason660519/Project-Manager --skill ship-jason660519

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end ship operations to ensure changes are properly validated before landing.

Core Features & Use Cases

  • Pre-flight checks and baseline sync to ensure your branch is ready for shipping.
  • Consolidated verification gate that runs all required checks (typecheck, standards, docs, tests, and builds) in merged state.
  • Automatic PR body generation and push/pull request creation with governance prompts for missing capability entries.
  • Guardrails: prevent landing on red baselines or unbumped schema; prompt for branch handling and PR creation.

Quick Start

Execute Steps 1 through 7 in order to ship changes, verify baseline, and open the PR when ready.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git workflow verification before creating a pull request?

To automate git workflow verification before a pull request, coordinate end-to-end ship operations by running a consolidated verification gate for type checks, standards checks, tests, and builds in a merged state to ensure changes are validated before landing.

What is a pre-flight check in a code review and ship workflow?

A pre-flight check in a code review and ship workflow is a baseline sync and validation step to ensure your feature branch is ready. It prevents landing on red baselines or unbumped schemas before proceeding with PR creation.

How do I auto-generate a PR body for a feature branch?

You can auto-generate a PR body for a feature branch by running an automated ship workflow that creates the pull request after passing all verification gates. The workflow automatically generates the body and prompts for any missing capability entries.

Can I enforce code review checks and tests in merged state before opening a PR?

Yes, you can enforce code review checks and tests in a merged state before opening a PR. A consolidated verification gate runs typecheck, standards, docs, tests, and builds against the merged state to validate changes before pull request creation.

What are the limitations of preventing a merge on a red baseline?

Preventing a merge on a red baseline acts as a guardrail to avoid landing broken code, but it requires the baseline to be fully green before shipping. You must sync and resolve any failing checks on the baseline branch before proceeding with the PR.