Files
geointel/prompts/codex/review/END_OF_PASS_REVIEW_PROMPT.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

1.0 KiB

End-of-Pass Review Prompt

Use this prompt at the end of every Codex implementation pass.

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.