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

# Code Review Analytics

> Track code review trends, developer performance, and team health with analytics dashboards

Monitor your team's code review performance over time with analytics dashboards that surface trends, highlight areas for improvement, and celebrate progress.

***

## What you get

* Monthly and weekly comparison views showing quality and volume trends
* Per-developer performance profiles with resolution rates
* Finding trends by severity and category

***

## Analytics views

### Weekly & monthly comparisons

Compare review metrics across time periods to spot trends:

* Total PRs reviewed
* Average Quality Score
* Finding counts by severity (critical, high, medium, low)
* Resolution rates

### Finding trends

Track how your team's code quality evolves:

* Finding volume over time by severity
* Most common finding categories
* Resolution time trends

***

## Developer profiles

Each developer has a profile page showing:

* **Average Quality Score** across all reviewed PRs
* **Resolution rate** — percentage of findings addressed before merge
* **Weekly score trends** — how their quality score changes over time
* **Top finding categories** — their most common issues

***

## Author performance

The author performance view aggregates metrics across all of a developer's reviewed PRs:

| Metric            | Description                                  |
| ----------------- | -------------------------------------------- |
| PRs reviewed      | Total number of PRs that received AI review  |
| Avg Quality Score | Mean quality score across all PRs            |
| Total findings    | Sum of all findings by severity              |
| Resolution rate   | Percentage of findings resolved before merge |
| Impact score      | Cumulative code complexity contributed       |

<Tip>
  Use author profiles alongside the [Leaderboard](/guide/code-review/leaderboard) to get both relative team rankings and individual deep-dives.
</Tip>
