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

# Code Review

> Automatic AI code review on every pull request

Turn on **Code Review** for a repo and Autosana reviews every PR like a senior engineer — leaving inline comments on the exact lines and an overall summary, plus a GitHub Check.

## Setup

1. Install the GitHub App from **[Settings > Integrations](https://autosana.ai/settings?tab=integrations)** (see [GitHub Bot](/github-integration))
2. Toggle **Code Review** on for each repo

<Note>
  No app build or CI setup required — Code Review just reads the code in the PR.
</Note>

## What it catches

Bugs, security issues, performance problems, missing edge cases, and maintainability concerns — tagged by severity and kept high-signal.

Want tests too? Enable **E2E Autopilot** alongside it (see [GitHub Bot](/github-integration)), or comment `@autosana run e2e tests` on any PR.
