ship-pr
Installation
SKILL.md
ship-pr — Finish-a-Feature Release & PR Workflow
This skill drives the end-of-feature ritual: detect what changed, document its impact, generate release notes, write a complete PR description, commit cleanly, open the PR via gh, and (optionally) start an automated review-watch loop.
Two layers exist:
- Core path (always runs): explore impact → build PR description → commit →
gh pr create. - Optional integrations (auto-detected):
pr-releasefor release notes,skeeperfor spec sync,qa-report/qa-executionartifacts under.compozy/tasks/<slug>/qa/,compozy reviews watchfor CodeRabbit auto-fix.
Optional steps are skipped silently when the supporting tool or artifact is not present — the skill never blocks on missing tooling.
Required Reading Router
Match the phase to the row. Read the listed file in full before acting on that phase. Inline content in this SKILL.md is a tripwire, not the source of truth.