1.1 KiB
1.1 KiB
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.mddocs/qaqc/CODEX_SELF_REVIEW.mddocs/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
## 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.