Skip to main content
The Analytics section gives your team a data layer on top of every code review Oliver has run — surfacing where quality is improving, where findings cluster, and how individual contributors are trending over time. Access it from Code Review → Analytics in the navigation.

Analytics tabs

The Analytics section contains three tabs. The Leaderboard and Skill Matrix tabs are fully documented on their own reference pages; this page covers the Overview and Author Performance views.

Overview tab

The Overview tab answers: Is our code quality improving? Which finding types appear most often?

Summary cards

Four metric cards appear at the top of the Overview tab:

Period comparison

Below the summary cards, weekly and monthly panels show current-period values alongside prior-period values with directional indicators (↑ / ↓). Read the combination of Quality Score and finding count together:

Finding trend chart

The trend chart plots finding volume by severity (Critical, High, Medium, Low) over the selected date range. Each severity renders as a separate series.

Top finding categories

Below the trend chart, a ranked list shows which finding categories appear most frequently — for example, “Missing error handling”, “Hardcoded secrets”, or “N+1 queries”. The top categories are the highest-yield targets for convention rules. A single convention file targeting a pattern that appears in 40% of your findings eliminates that noise from future reviews. See convention rules for how to encode these patterns.

Author performance tab

The Author Performance tab aggregates data across all reviewed pull requests, one row per developer. Use it alongside the Leaderboard for both relative team rankings and individual deep-dives.

Author table columns

Developer profile dialog

Click any row to open the full profile. Profile data uses a rolling 90-day window regardless of the tab’s selected date range.
Use author profiles alongside the Leaderboard to get both relative team rankings and individual deep-dives.

Filters

All charts and tables respond to the filter bar at the top of the Analytics page:

Leaderboard

Scoring formula that balances code quality with productivity across your team

Skill Matrix

Domain-level proficiency heatmap across Security, Performance, Correctness, and Patterns

Convention rules

Encode team standards to reduce recurring findings in future reviews