# Skill: Codex Pass Review Use this skill at the end of every pass before returning the result. ## Read first - `docs/30-codex-optimization/CODEX_RUN_CHECKLIST.md` - `docs/qaqc/CODEX_SELF_REVIEW.md` - `docs/qaqc/QUALITY_GATES.md` - active pass prompt ## Review checklist - [ ] Did the pass stay within scope? - [ ] Were governance/invariants respected? - [ ] Were API/database contracts preserved or updated intentionally? - [ ] Were tests or smoke checks run? - [ ] Were docs/status/changelog updated? - [ ] Are limitations explicit? - [ ] Are next steps clear? - [ ] Is there any hidden mock/placeholder behavior? - [ ] Did any new dependency appear? - [ ] Did any path or convention drift from repo standards? ## Required final response ```md ## Completed ## Changed files ## Commands run ## Test results ## Self-review ## Known limitations ## Next pass ``` ## Scoring Score each from 0-10: - Scope control. - Architecture consistency. - Backend correctness. - Frontend correctness, if applicable. - GIS correctness. - Test coverage. - Documentation completeness. - Release readiness.