| name | specrail-release-note |
| description | Use when drafting a SpecRail release note after a linked PR has merged. Summarizes user-visible changes, verification, linked issues, risks, and rollout notes while preserving release and security human gates. |
SpecRail Release Note
Use this skill for the draft_release_note route.
Steps
- Confirm the PR is merged and identify the linked issue, commits, specs, and
verification evidence.
- Run the release-note route gate when available:
python3 checks/route_gate.py --repo . --route draft_release_note --issue <issue-number> --pr <pr-number> --state merged --json
- Draft a concise release note in the selected locale.
- Include user-visible change, linked work, verification, migration or rollback
notes, and any known limitations.
- Keep stable machine-facing IDs, paths, commands, and JSON keys in English.
Boundaries
- Do not publish a release.
- Do not mark the release human gate complete.
- Do not include private security details in public notes.
- Do not claim closure for unverified issues or PRs.