meow:ship

Detect the feature branch and orchestrate an automated ship workflow with tests, version bumps, changelog, and PR creation.

14|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meow:ship
Source: https://github.com/ngocsangyem/MeowKit/tree/main/.claude/skills/meow%3Aship
Command: npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship workflow coordination for software releases by automating base branch detection, testing, version bumps, changelog updates, and PR creation.

Core Features & Use Cases

  • Automated base-branch detection and merge prep
  • Phase-driven pre-flight checks and gated ship authorization
  • Automatic version bump, changelog entry, and PR creation
  • Telemetry, and doc synchronization post-PR

Quick Start

Run a fully automated ship workflow on your current feature branch to prepare a pull request.

Frequently Asked Questions about meow:ship

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

FAQPage Schema
How do I automate pull request creation from a feature branch?

Automate pull request creation by running a ship workflow on your feature branch that detects the base branch, runs pre-flight checks, bumps versions, generates changelog entries, and outputs a final PR URL.

How does automated changelog generation work during a ship workflow?

Automated changelog generation works by orchestrating phase-driven pre-flight checks and version bumps on your feature branch, automatically creating changelog entries, and synchronizing documentation before finalizing the pull request.

What is a phase-driven ship workflow in versioning and QA?

A phase-driven ship workflow in versioning and QA is a coordinated release process that gates ship authorization through pre-flight checks and plan verification before executing version bumps, changelog updates, and PR creation with telemetry.

Do I need to manually detect the base branch before running CI-CD automation?

No, you do not need to manually detect the base branch. The automated ship workflow handles base-branch detection and merge preparation during its pre-flight checks before bumping versions and creating the pull request.

What is the best way to coordinate tests and documentation sync for a pull request?

The best way to coordinate tests and documentation sync for a pull request is to use an automated ship workflow that orchestrates phase-driven pre-flight checks, runs tests, and synchronizes documentation post-PR with auditable telemetry.

Why does my version bump and PR creation workflow lack auditable telemetry?

Your version bump and PR creation workflow lacks auditable telemetry because it lacks a coordinated ship process that provides phase-driven pre-flight checks, documentation synchronization, and reproducible final PR tracking.