The startup tip for /ultrareview now shows how many review credits are left
Claude Code sometimes shows a startup tip suggesting /ultrareview, which runs a deep, multi-agent code review in a cloud sandbox to find and verify bugs in your branch (also invokable as /code-review ultra). This tip now checks the number of reviews_remaining before showing itself, and when that count is available, it appends it to the tip, like "— N reviews remaining". The logic deciding when the tip is relevant to show was also swapped out for a different function.
Showing the remaining review count lets users see at a glance how much of their /ultrareview allowance (3 free runs on Pro and Max, then usage credits) is left before they run it.
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.
* \[Code Review] Fixed `/ultrareview --post` so a retry after a GitHub error posts the findings comment exactly once instead of never or twice; the comment now names the reviewed commitchangelog see the edit
Anthropic's documentation has since written up /ultrareview, on Claude Code changelog.
[Code Review] Fixed reopening a finished /ultrareview cloud session in the Claude app starting the whole review over again unprompted