Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.223 Home All releases olderv2.1.222 v2.1.224newer

Builtin /review command dropped; /code-review takes a target instead

Use it now
Useful5 Signal0
Slash Commands Notable

The /review command is gone; /code-review now takes a PR number, branch or path.

/code-review/review/ultrareview
What

The separate GitHub pull request review command is gone, and its job folded into /code-review, which now accepts an argument naming what to review.

Details
  • Removed: the prompt command named "review", described as "Review a GitHub pull request; for your working diff use /code-review", with argument hint [pr number], along with its gh pr view and gh pr diff prompt text.
  • /code-review is now described as reviewing the current diff or a PR number, branch or path target.
  • The argument is passed into the workflow as a "Review target: " line.
  • /ultrareview is unaffected.
Evidence

Review a GitHub pull request; for your working diff use /code-review, Review the current diff, or a PR number/branch/path target, for correctness bugs and reuse/simplification/efficiency cleanups at the given effort level

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Usage
/code-review 1234

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.223 →