What problem does it solve?
This Skill eliminates risky or inconsistent release behavior by enforcing a deterministic, end-to-end pipeline that validates tests and review readiness before bumping versions, updating changelogs, and creating a PR.
Core Features & Use Cases
- Hard-gated release workflow: runs tests, enforces a review gate (VERIFY.md when available), bumps version, updates CHANGELOG, commits, and opens a PR.
- Release-grade safety checks: blocks on failures such as dirty working tree or failed tests, and can run as a dry run.
- Project-type awareness: detects version sources for Python (pyproject.toml/setup.py) and Node (package.json) and proceeds accordingly.
Quick Start
Run /ship to perform a full release pipeline that runs tests, updates version and CHANGELOG, commits the changes, and opens a PR.