[DOCS] Commands docs missing `/ultrareview` launch workflow

Resolved 💬 2 comments Opened Apr 17, 2026 by coygeek Closed May 2, 2026

Documentation Type

Missing documentation (feature not documented)

Documentation Location

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

Section/Topic

/ultrareview slash command and its launch/review workflow

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 | | /ultraplan <prompt> | Draft a plan in an ultraplan session, review it in your browser, then execute remotely or send it back to your terminal |

The code review page currently says:

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 |

There is no /ultrareview documentation on the commands page or elsewhere in the current Claude Code docs.

What's Wrong or Missing?

Changelog v2.1.113 introduced user-visible /ultrareview behavior:

Improved /ultrareview: faster launch with parallelized checks, diffstat in the launch dialog, and animated launching state

But the docs do not explain:

  • what /ultrareview does
  • where users can invoke it
  • what the launch dialog shows
  • what the diffstat preview is for
  • what users should expect from the launching state
  • how this command relates to existing review workflows such as @claude review, @claude review once, or the deprecated /review

That leaves a documented gap for a shipped slash command and for the new launch UX added in v2.1.113.

Suggested Improvement

Add /ultrareview to the command reference with a short purpose/prerequisites summary and a link to the main review workflow page.

Add a dedicated section in the review docs that covers:

  • when to use /ultrareview
  • what happens during launch
  • what the launch dialog displays, including the diffstat preview
  • what the animated launching state indicates
  • how /ultrareview differs from PR-comment triggers such as @claude review and @claude review once

If /ultrareview opens a browser-based review flow, cross-link the relevant Claude Code on the web diff/review pages so users can follow the end-to-end workflow.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

| Page | Context |
|------|---------|
| https://code.claude.com/docs/en/commands | Slash command catalog should document /ultrareview alongside other review-related commands |
| https://code.claude.com/docs/en/code-review | Main review workflow page should explain how /ultrareview relates to @claude review and @claude review once |
| https://code.claude.com/docs/en/claude-code-on-the-web | Likely destination for any browser-based review flow launched by /ultrareview |
| https://code.claude.com/docs/en/web-quickstart | Existing diff-view and inline-comment workflow may need a cross-reference if /ultrareview lands users in that review surface |

Total scope: 4 pages affected

Source: Changelog v2.1.113

Entry text: Improved /ultrareview: faster launch with parallelized checks, diffstat in the launch dialog, and animated launching state

View original on GitHub ↗

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