What problem does it solve?
Ship-ready PRs often miss critical wrap-up work like accurate doc impact, consistent release notes, a complete PR description, convention-compliant commits, and a properly opened GitHub pull request.
Core Features & Use Cases
- Explore PR impact end-to-end: detects what changed across docs/site/README and related artifacts, then aggregates impact by area.
- Generate release notes: uses pr-release when available, otherwise builds an inline conventional-commit changelog from git history.
- Author a complete PR description: fills Summary, Changes, Release Notes, and (when present) QA and evidence details from QA artifacts; then commits staged changes using commitlint conventions.
- Open the PR and optionally start review watch: creates the PR via gh CLI and can launch compozy CodeRabbit review-watch when compozy is installed.
Quick Start
Run the ship-pr skill on a branch with finished, implementation-complete changes ready to be shipped, and let it generate the PR description and open the GitHub pull request automatically.