/review's description now says cleanup suggestions are covered only where the review recipe supports them
The help text for /review no longer unconditionally promises that it covers reuse, simplification, and efficiency cleanups alongside correctness bugs. It now says those cleanups are included only 'where the model's review recipe covers them.'
This sets more accurate expectations: /review may not always surface reuse, simplification, or efficiency suggestions, depending on which review recipe is in use, whereas the previous wording implied it always would.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
**Before you ship.** `/diff` shows what changed. `/code-review` checks the current diff for correctness bugs and can apply the findings with `--fix`; pass a PR number, such as `/code-review high 1234`, to review a pull request instead. `/r…commands see the edit
Anthropic's documentation has since written up /review, on Commands.