[BUG] Builtin /review command no longer works, told to install a plugin and use /code-review

Status Closed — not planned
Maintainer reply None cached
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:

  1. Install the plugin:

claude plugin install code-review@claude-code-marketplace

  1. Run the code review:

After installation, use /code-review:code-review to perform code reviews

  1. 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

  1. Launch claude
  2. 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.

View original on GitHub ↗

15 Comments

acoxbeakpoint · 8 months ago

Attempting to install the plugin fails:

$ 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"

And the provided URL (https://github.com/anthropics/claude-code-marketplace/blob/main/plugins/code-review/README.md) 404s.

jimkring · 8 months ago

me too. somebody forget to make that repo public? push to prod too soon?

Sean-Wang · 8 months ago

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"

aquariuslt · 8 months ago

have the same issue

aquariuslt · 8 months ago

just found https://claudemarketplaces.com/plugins/anthropics-claude-code
and use as workaround

claude
# 0. install and enable marketpalce
/plugin marketplace add anthropics/claude-code

# 1. install code review plugin
/plugin install code-review@anthropics-claude-code
alexeyshurygin · 8 months ago

the workaround does not work

aquariuslt · 8 months ago
the workaround does not work

i used /code-review:code-review as command with extra prompt review github pr #number and generate review comments here (do not reply directly)

Danielratmiroff · 8 months ago

having the same issue.

mdca · 8 months ago

Same here, even in WSL

mattiilvonen · 8 months ago

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.

naokihaba · 8 months ago

I was able to get the code review plugin working with the following steps

Steps

  1. Install the plugin with the correct marketplace name:

``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.
``

  1. Run the code review:

``bash
/code-review:code-review
``

Notes

  • The marketplace name claude-code-marketplace mentioned in the error message does not work
  • The correct marketplace appears to be claude-plugins-official
  • If you see "Plugin is already installed", you can skip step 1 and directly use /code-review:code-review

Environment

  • Claude Code version: 2.0.70
  • OS: macOS

Hope this helps others facing the same issue!

shandheap · 8 months ago

/review seems to be working now, looks like it's been patched in v2.0.70

github-actions[bot] · 7 months ago

This 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.

github-actions[bot] · 6 months ago

Closing for now — inactive for too long. Please open a new issue if this is still relevant.

github-actions[bot] · 6 months ago

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.