The Code Review Agent is a built-in capability in Agent Mode for automated code review. It can perform deep code reviews across your specified scope — entire projects, specific files, Git diffs, or Pull Requests — providing improvement suggestions across multiple dimensions including code quality, potential defects, security risks, performance issues, readability, and best practices. Use theDocumentation Index
Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
Use this file to discover all available pages before exploring further.
/code-review command in a conversation or describe your review requirements in natural language, and the agent will automatically analyze the target code and generate a structured review report.
Core capabilities
- Multi-dimensional review: Detects logic defects, security vulnerabilities (SQL injection, XSS, etc.), performance bottlenecks, code style issues
- Flexible review scope: Supports full project scanning, specific files, Git diff changes, Pull Request reviews
- Structured reports: Categorized by severity (error, warning, suggestion), with specific code locations, issue descriptions, and fix recommendations
How to use
The Code Review Agent is built into Agent Mode — no separate setup required. Open the chat panel, switch to Agent Mode, and use the/code-review command with your desired review scope.