# Devin Review

> AI-powered code review platform that transforms large GitHub PRs into organized diffs with bug detection and codebase-aware explanations.

Devin Review is a full-service code review platform from Cognition Labs that addresses the bottleneck of reviewing code in an era of AI-generated pull requests. It transforms large, complex GitHub PRs into intuitively organized diffs with precise explanations, helping engineers understand and assess changes more efficiently.

- **Smart Diff Organization** - Groups related changes logically instead of alphabetically, making it easier to follow the intent behind modifications
- **Copy and Move Detection** - Identifies when code has been relocated rather than showing confusing full deletes and inserts
- **Bug Catcher** - Automatically analyzes PRs for potential issues, categorizing findings as severe bugs, non-severe bugs, or informational flags with confidence levels
- **GitHub Compatibility** - Leave comments, approve PRs, and request changes directly within Devin Review, with all actions synced to GitHub
- **Codebase-Aware Chat** - Ask questions about the PR and receive contextual answers that reference the broader codebase
- **Auto-Review** - Configure automatic reviews when PRs are opened, updated, or marked ready for review
- **CLI Support** - Run reviews from your terminal with `npx devin-review {pr-url}` for private repositories or local workflows
- **Instruction File Support** - Respects AGENTS.md, CLAUDE.md, CONTRIBUTING.md, and other coding standards files for context-aware feedback

Devin Review is free for PRs on regular GitHub repositories. Public PRs can be reviewed without an account, while private PRs require a Devin account or CLI access.

## Features
- Smart diff organization with logical grouping
- Copy and move code detection
- Automated bug detection with severity levels
- GitHub PR integration (comments, approvals, change requests)
- Codebase-aware chat for PR questions
- Auto-review for new and updated PRs
- CLI access for private repositories
- Self-enrollment for automatic PR reviews
- Instruction file support (AGENTS.md, CONTRIBUTING.md)
- URL shortcut via devinreview.com
- Read-only local analysis via CLI
- Enterprise admin configuration
- Bug and flag resolution tracking

## Integrations
GitHub, Git

## Platforms
WEB, API, DEVELOPER_SDK

## Pricing
Free

## Links
- Website: https://app.devin.ai/review
- Documentation: https://docs.devin.ai/work-with-devin/devin-review
- EveryDev.ai: https://www.everydev.ai/tools/devin-review
