Release Check
Required checks
Do not re-implement checks that already have a skill. Delegate, then record the verdict.
| Check | Delegate to | Blocking? |
|---|---|---|
| Tests pass | project test runner | yes |
| Build + dev server + main flow load | verify-build-works |
yes |
| No leaked secrets or credentials | secrets-scan |
yes |
| Personal-data changes reviewed | privacy-audit |
yes, when applicable |
| Changelog updated | — | yes |
| Codemap em dia | codemap — node scripts/codemap.js --check |
yes |
| Sprint doc updated | sprint-management |
yes |
| Session logs or ADRs for important decisions | decision-log |
warning |
| OS structure still coherent | os-self-test |
warning |
| Coordinator review complete | coordinator-agent |
yes |
For a hard-to-reverse release decision (first public launch, pricing change shipping with the release, irreversible migration), run multi-ai-review before issuing a verdict.
Output
Release candidate:
Blocking issues:
Warnings:
Verdict: RELEASE | RELEASE_WITH_NOTES | BLOCK