| description | Check whether a change is ready to release by reviewing diff, tests, docs, risks, and migration notes. |
| metadata | {"github-path":"skills/release-check","github-ref":"refs/heads/main","github-repo":"https://github.com/s-hiraoku/codex-harnesses","github-tree-sha":"86fc7546e3be969c36e95dc482a91fabee9a6a07"} |
| name | release-check |
Release Check
Use this workflow before tagging, publishing, deploying, or merging release-facing changes.
Workflow
- Inspect the diff and scope.
- Check whether tests were added or updated for behavior changes.
- Check whether docs, examples, and changelog entries are current.
- Identify breaking changes and required migration notes.
- Check security, privacy, permission, and data-loss risks.
- Review build, packaging, and release commands.
- Produce a release readiness summary.
Final Report
Include:
- readiness status
- required blockers
- verification status
- breaking changes or migration notes
- security risks
- suggested release next step