| name | ship-pr-create |
| description | Phase 9 pull request — open a PR with a clear summary, the test evidence, and a review checklist; the entry to the team integration gate. Use when: opening a PR for a finished feature branch, entering the team integration gate, or packaging a change with its test evidence for review. |
One-Liner
Open the PR that starts the team integration gate — summary + test evidence + review checklist — so a reviewer can judge it without re-deriving the work.
Input: a feature branch ready for integration.
Create the PR
- Title: the feature/US summary (Conventional-Commit style).
- Body:
- What changed and why (link the US / feature id).
- Test evidence — which test types ran (UT/IT/regression/e2e/perf/security) and their results,
pulled from evidence
## Test.
- Migration / rollout notes; breaking changes called out.
- 🤖 generation trailer if required by the project.
- Target the integration branch; ensure it is rebased and conflict-free.
Gate
Opening the PR triggers check-pr-review — the team integration
gate. Merge only after it passes. Do not self-merge where a second reviewer is required.
Use gh for GitHub operations.