coderabbitai/claude-plugin — reverse-engineered prompt

Reverse engineered prompt

Build me a Claude Code plugin for CodeRabbit so I can ask Claude to review my code right inside the editor. I want a simple /coderabbit:review command that checks whether the CodeRabbit CLI is installed and logged in, then runs a review and shows the results grouped by severity so it is easy to scan.

It should support reviewing all changes, only committed changes, only uncommitted changes, and comparing against a base branch like main. If the CLI is missing or not authenticated, give a clear message with the exact setup steps instead of failing silently.

I also want it to feel natural in chat, so prompts like “Review my code”, “Check for security issues”, or “What’s wrong with my changes?” should route into the same review flow.

Please make it ready to install as a real Claude Code plugin and keep the experience polished and straightforward. If you need details on the latest Claude plugin format or CodeRabbit CLI behavior, look up the current docs online.

Want more depth? Deep Reverse