Run a pre-release verification for: $ARGUMENTS
Follow these steps:
- •Read CHANGELOG.md — is it up to date with all changes?
- •Read TECH_DEBT.md — are there any critical items blocking release?
- •Run all tests and verify they pass
- •Run
/code-healthscan (check for dead code, unused deps) - •Run
/security-auditon changed files - •Verify all specs in
docs/specs/with status "In Development" have acceptance criteria met - •Check that all review findings with "CHANGES REQUIRED" have been resolved
- •Verify documentation is current (README, API docs, ADRs)
- •Write release assessment to
docs/reviews/release-check-{version}.md - •Provide final verdict: READY FOR RELEASE | BLOCKED (with reasons)