| 1 | --- |
| 2 | name: release |
| 3 | description: Prepare a named version: preflight, version consistency, build/package, smoke test, checksums/notes, and release readiness. Publishing/tagging/deploy need separate authorization. Explicit-only. |
| 4 | invocation: explicit-only |
| 5 | --- |
| 6 | |
| 7 | # Release |
| 8 | |
| 9 | ## Invocation |
| 10 | Explicit-only for a named version. Loading this skill is not publish authority. |
| 11 | |
| 12 | ## Non-goals |
| 13 | - Do not tag, publish, deploy, or ship packages without separate authorization. |
| 14 | - Do not invent version numbers. |
| 15 | |
| 16 | ## Workflow |
| 17 | 1. Preflight version consistency and changelog readiness. |
| 18 | 2. Build/package with locked release commands. |
| 19 | 3. Smoke test artifacts. |
| 20 | 4. Produce checksums/notes and a readiness report. |
| 21 | 5. Stop before any public release action unless explicitly authorized. |
| 22 |