[BUG] Builtin /review command no longer works, told to install a plugin and use /code-review
Status Closed — not planned
Maintainer reply None cached
Workaround ✓ Mentioned in thread ↓
Activity 15 comments · opened Dec 14, 2025 · closed Feb 14, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
When I enter /review, I get something like:
I see you're trying to use the /review command. This command has been moved to a plugin system.
To use code review functionality, you'll need to:
- Install the plugin:
claude plugin install code-review@claude-code-marketplace
- Run the code review:
After installation, use /code-review:code-review to perform code reviews
- Learn more:
See the documentation at: https://github.com/anthropics/claude-code-marketplace/blob/main/plugins/code-review/README.md
What Should Happen?
It should carry out a review based on the builtin review slash command just like it has in previous version.
Error Messages/Logs
Steps to Reproduce
- Launch
claude - Submit
/review
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.0.67
Claude Code Version
2.0.69
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
Note I got the same issue in Linux and in Windows with 2 separate claude installations.
15 Comments
Attempting to install the plugin fails:
And the provided URL (https://github.com/anthropics/claude-code-marketplace/blob/main/plugins/code-review/README.md) 404s.
me too. somebody forget to make that repo public? push to prod too soon?
claude plugin install code-review@claude-code-marketplace
Installing plugin "code-review@claude-code-marketplace"...
✘ Failed to install plugin "code-review@claude-code-marketplace": Plugin "code-review" not found in marketplace "claude-code-marketplace"
have the same issue
just found https://claudemarketplaces.com/plugins/anthropics-claude-code
and use as workaround
the workaround does not work
i used
/code-review:code-reviewas command with extra prompt review github pr #number and generate review comments here (do not reply directly)having the same issue.
Same here, even in WSL
Writing this: /code-review:code-review is totally bs. I always know which PR I want it to review so I should be able to use shorter command and add the pr url or number to it.
I was able to get the code review plugin working with the following steps
Steps
``
bash
``/plugin install code-review@claude-plugins-official
# https://github.com/anthropics/claude-plugins-official/tree/main/plugins/code-review
# Installed code-review. Restart Claude Code to load new plugins.
``
bash
``/code-review:code-review
Notes
claude-code-marketplacementioned in the error message does not workclaude-plugins-official/code-review:code-reviewEnvironment
Hope this helps others facing the same issue!
/reviewseems to be working now, looks like it's been patched inv2.0.70This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.
Closing for now — inactive for too long. Please open a new issue if this is still relevant.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.