Claude Code Review

Claude Code Review

praneybehl

Performs automated code reviews on git diffs using AI models from OpenAI, Google, and Anthropic. Analyzes staged changes, branch differences, or changes from HEAD with project context.

28479 views7Local (stdio)

What it does

  • Review git diffs for staged changes
  • Compare code between branches
  • Generate structured code reviews with AI models
  • Detect programming languages automatically
  • Include project context in reviews
  • Output reviews in markdown format

Best for

Developers wanting automated code review feedbackTeams integrating AI reviews into git workflowsGetting second opinions on code changes before commits
Supports 3 major AI providersWorks with any git repositoryRunnable via npx

Alternatives