Give your changes one more review before committing
Reviewing work you have already done gives you findings you can act on right away.
- A good fit when
- You have uncommitted changes ready to submit or hand over.
- What you get
- Evidence-backed findings with code locations, trigger conditions and suggested fixes.
Give this to Codex
Review the uncommitted changes in this repository, including staged and unstaged changes, without modifying files. Read the project instructions and relevant context first. Focus on logic errors, edge cases, permissions, concurrency, state consistency and regressions. Report at most 5 evidence-backed issues. For each, include severity, file and line, trigger conditions, impact, the smallest suggested fix and how to verify it. Do not report naming, formatting or personal style preferences as bugs. If there are no high-confidence findings, say so. Do not edit files. If there are no changes to review, explain and stop; do not expand to the whole repository.
Done whenEvery finding points to a specific change and trigger condition. Finding no issues is also a valid result.