# End-of-Pass Review Prompt Use this prompt at the end of every Codex implementation pass. ```text You are reviewing your own GeoIntel implementation pass. Do not add new features during this review. Inspect the changed files, run available checks, and produce fixes only for issues introduced by this pass. Review against: - docs/12-build-control/M7_IMPLEMENTATION_CONTROL_LAYER.md - docs/11-quality/SELF_REVIEW_CHECKLIST.md - docs/11-quality/REGRESSION_TRAPS.md - docs/13-implementation-traps/GEOSPATIAL_CALCULATION_RULES.md - docs/13-implementation-traps/API_RESPONSE_RULES.md - docs/12-build-control/CODEX_DECISION_BOUNDARIES.md Tasks: 1. Summarize changed files. 2. Identify contract drift. 3. Identify missing tests. 4. Identify geospatial correctness risks. 5. Identify UI state gaps. 6. Fix safe issues immediately. 7. Update CHANGELOG.md and docs/BUILD_STATUS.md. 8. List remaining risks and the next recommended pass. Do not hide failures. If a test cannot run, document why and what command should be run later. ```