ship

Create GitHub pull requests and request reviews with pre-flight checks.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill ship-mkalkere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/lifecycle/ship
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill ship-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end shipping workflow by taking code from feature branches through PR creation and review requests, reducing manual coordination and errors.

Core Features & Use Cases

  • Pre-flight checks that verify branch safety, clean working directory, and test readiness before PR creation.
  • Unified PR creation and review-request flow that coordinates with GitHub and optional coordinator components.
  • Standalone mode support when a coordinator URL is not configured, enabling safe operation without the framework.

Quick Start

Ensure you are on a feature branch with all changes committed and tests passing, then run the ship workflow to create a PR and request a review.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate pull request creation and review requests for GitHub feature branches?

Automate the shipping workflow by running a unified process that handles PR creation and review-request coordination on GitHub. Pre-flight checks verify branch safety and a clean working directory before automatically creating the PR and notifying reviewers.

Can I automate my shipping workflow without a coordinator service configured?

Yes, you can automate shipping without a coordinator by using standalone mode. When a coordinator URL is not set, the workflow safely operates independently to perform pre-flight checks, create PRs, and handle reviewer notifications.

What pre-flight checks are needed before creating a pull request through automation?

Pre-flight checks required before PR creation verify branch safety, ensure a clean working directory, and confirm test readiness. These validations reduce manual coordination errors before proceeding with the automated review-request flow.

How does CI pipeline coordination work with automated GitHub pull request workflows?

CI pipeline coordination works by integrating with GitHub and an agent-coordinator during the PR creation flow. When available, the coordinator manages review requests and optional bus updates, while standalone mode handles CI workflows safely without the framework.

What is the best way to coordinate code shipping from feature branches through CI pipelines?

The best way to coordinate code shipping is using a unified end-to-end workflow that automates PR creation and review requests. This approach applies to development projects using GitHub and CI pipelines, coordinating with an agent-coordinator when available.