Code reviews on Opus 5 use a tighter prompt: one diff pass, at most fifteen findings.
What's wrong with this entry?
A new minimal review prompt is selected for both the medium and high review levels when the review model is claude-opus-5.
- Prompt cell is named
o5-bmin - Instructs a single careful diff pass over
git diff @{upstream}...HEAD, falling back to main...HEAD then HEAD~1, plusgit diff HEADfor uncommitted work - Caps output at 15 findings, submitted through the review tool and restated one per line in the reply
- Not used for other review models
minimal prompt \u2192 single careful diff pass \u2192 \u226415 findings
Strings lifted out of the shipped bundle, so the claim above can be checked against them.