Files
geointel/skills/codex-pass-review/SKILL.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

55 lines
1.1 KiB
Markdown

# 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.