[BUG] `/review` Command -> Plugin Installation Instructions Incorrect

Resolved 💬 2 comments Opened Dec 15, 2025 by lundcm Closed Dec 15, 2025

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?

Running /review gives this output:

The /review command has been moved to a plugin. Here's how to use it:

  1. Install the plugin:
  claude plugin install code-review@claude-code-marketplace
  2. After installation, run:
  /code-review:code-review
  3. For more information: https://github.com/anthropics/claude-code-marketplace/blob/main/plugins/code-review/README.md

Running the installation 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"

Going to the repository at https://github.com/anthropics/claude-code-marketplace/blob/main/plugins/code-review/README.md gives a 404. Perhaps it's not in a public repo?

What Should Happen?

  • The plugin should install, or at least be found
  • The plugin documentation should be accessible publically

Error Messages/Logs

Steps to Reproduce

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

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.0.69 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

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