Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code

Claude Review is an IntelliJ plugin that provides real-time code review using Claude Code. Every time you save a file, the plugin takes your unstaged git diff and sends it to Claude Code with a customizable prompt.
How It Works
The plugin operates automatically on file save. It captures unstaged changes from git and sends them to claude -p with a prompt you can customize. Claude responds with line-level findings categorized as BUG, WARNING, or INFO.
Key Features
- Zero friction workflow — reviews happen automatically in the background when you save files
- Native IntelliJ integration — findings appear as annotations with gutter icons and severity-colored underlines
- Content-hash caching — prevents wasted API calls on unchanged files
- Customizable prompts — you control what Claude focuses on (security, performance, etc.)
Requirements
- Claude Code CLI must be installed
- Project must be git-tracked
Availability
The plugin is open source under MIT license. You can find it on the JetBrains Marketplace at https://plugins.jetbrains.com/plugin/30307-claude-review and the source code on GitHub at https://github.com/kmscheuer/intellij-claude-review.
📖 Read the full source: r/ClaudeAI
👀 See Also

ClawPort: Open Source Orchestration for AI Agent Workflows with Self-Healing Cron
ClawPort is an open source orchestration layer for AI agent workflows that auto-configures cron pipelines, self-heals on failures, and lets you test agents directly before they run on schedule.

A/B Test Results: oh-my-claudecode Hooks Show Minimal Impact on Claude Code Performance
A developer spent 7% of their weekly Max20 tokens testing oh-my-claudecode hooks with Claude Sonnet 4.6, finding no meaningful improvement in code quality or cost for a single-session coding task.

OpenAlly: Local AI Assistant for Android with Phone Control
OpenAlly is an Android app that runs an AI assistant locally on your phone via an embedded Node.js process, with 51 built-in skills and phone control capabilities through Aster companion. It connects to 19+ messaging platforms and supports 18 model providers with your own API keys.

Developer builds Rust compression library with Claude Opus 4.6, questions utility
A developer used Claude Opus 4.6 for two weeks to create a 15,800-line Rust compression library with 449 passing tests, Python bindings, and C FFI layer, but questions whether another compression library was needed.