Run structured Codex/Claude autoreview closeout: choose the target, collect schema-validated findings, and rerun tests plus review until clean.
84
89%
Does it follow best practices?
Impact
74%
1.08xAverage score across 4 eval scenarios
Passed
No known issues
A mid-size engineering team recently adopted an autoreview helper to run structured code reviews as part of their development workflow. One of the senior engineers has been asked to document the correct way to invoke the helper for three common situations that arise in day-to-day work:
main, but the branch has not yet been merged.main, and now wants a review of that most recent commit.The team uses the autoreview helper as a global skill. The environment does not have any special engine override requested — the team wants to use whatever the normal, recommended default engine is.
A new team member will follow this documentation exactly, so every invocation must use the correct mode flag, the correct environment setup, and must avoid any options that the team has not explicitly asked for.
Write a shell script named review-plan.sh that covers all three scenarios described above. Each scenario should be clearly labeled with a comment explaining which situation it addresses. The script should:
The file review-plan.sh should be executable and syntactically valid shell.