[DOCS] Commands reference missing `/ultrareview` cloud code review command

Resolved 💬 3 comments Opened Apr 16, 2026 by coygeek Closed May 28, 2026

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/commands

Section/Topic

Built-in commands table for review commands and PR review workflows

Current Documentation

The commands reference currently says:

/review | Deprecated. Install the code-review plugin instead: claude plugin install code-review@claude-plugins-official /security-review | Analyze pending changes on the current branch for security vulnerabilities. Reviews the git diff and identifies risks like injection, auth issues, and data exposure

The Code Review page currently documents GitHub comment triggers instead of a CLI slash command:

Two comment commands start a review on demand. Both work regardless of the repository's configured trigger, so you can use them to opt specific PRs into review in Manual mode or to get an immediate re-review in other modes. @claude review — Starts a review and subscribes the PR to push-triggered reviews going forward @claude review once — Starts a single review without subscribing the PR to future pushes

No documentation currently exists for /ultrareview, its cloud execution model, or its argument behavior.

What's Wrong or Missing?

Changelog v2.1.111 added /ultrareview for running comprehensive code review in the cloud using parallel multi-agent analysis and critique, with two documented invocation modes: no arguments to review the current branch, or /ultrareview <PR#> to fetch and review a specific GitHub PR.

The current docs do not mention this command anywhere in the command reference or review docs. Users reading the docs still see a deprecated /review command and GitHub comment-based @claude review workflows, but nothing that explains:

  • that /ultrareview exists
  • that it runs review in the cloud
  • that it can review the current branch with no arguments
  • that it accepts a PR number to review a specific GitHub PR
  • how it relates to existing Code Review documentation

Suggested Improvement

Add /ultrareview [PR#] to the commands reference with a short description, requirements, and examples such as:

  • /ultrareview
  • /ultrareview 1234

Also add a short cross-reference in the Code Review docs that explains when to use /ultrareview versus repository-level Code Review and @claude review comments.

At minimum, document:

  • that the command runs a comprehensive review in the cloud
  • that it uses parallel multi-agent analysis/critique
  • the default current-branch behavior when no argument is provided
  • the PR-number form for reviewing a specific GitHub PR

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

| Page | Context |
|------|---------|
| https://code.claude.com/docs/en/commands | Built-in command reference currently lists deprecated /review and adjacent review commands, but not /ultrareview |
| https://code.claude.com/docs/en/code-review | Review workflow page explains multi-agent PR reviews and @claude review / @claude review once, but not the new /ultrareview CLI entry point |

Total scope: 2 pages affected

Source: Changelog v2.1.111

Changelog entry:

Added /ultrareview for running comprehensive code review in the cloud using parallel multi-agent analysis and critique — invoke with no arguments to review your current branch, or /ultrareview <PR#> to fetch and review a specific GitHub PR

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗