> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Code reviews in IDE and CLI

> Review your code in IDE or CLI before pushing it to the repo

CodeRabbit brings AI-powered code reviews directly into your development environment, no pull request required. Review uncommitted changes as you code, apply fixes instantly, integrate seamlessly with your AI coding agents, or run reviews in CI/CD pipelines. Same context-aware analysis as PR reviews, but right where you write code.

## IDE Extension

<Card title="Review code as you write" icon="laptop" href="/ide">
  Get instant feedback in VS Code, Cursor, Windsurf, and any VS Code-based IDE. Review uncommitted changes, apply one-click fixes, or send complex issues to your AI agent.

  **Key features:**

  * Review uncommitted changes in real-time
  * One-click fixes and AI agent integration (Copilot, Claude Code, Cline, Roo Code and more)
  * Automatically detects team coding standards (claude.md, .cursorrules, etc.)

  [Learn more about IDE Extension →](/ide)
</Card>

## CLI Tool

<Card title="Pre-commit reviews from the command line" icon="square-terminal" href="/cli">
  Run CodeRabbit before you commit. Analyze uncommitted changes, get AI-powered feedback, and hand off fixes to your coding agent, all from your terminal.

  **Available as Claude Code plugin:** Use `/coderabbit:review` for seamless integration with Claude Code's native plugin system.

  **Key features:**

  * Review uncommitted changes before committing
  * Works as Claude Code plugin or standalone CLI
  * Integrates with Cursor, Codex, Gemini, and other AI agents
  * Output modes: interactive, plain text, or agent-optimized
  * Perfect for CI/CD pipelines

  [Learn more about CLI Tool →](/cli)
</Card>
