The metrics that actually move review
Most dashboards stop at "PRs merged this week." That number tells you nothing about whether review is working. FeatureFactory measures the mechanics: PR size distribution, time-to-first-review, time-to-approval, review depth and revert rate - the signals that decide whether a change ships cleanly or blows up later.
Size is the lever most teams underuse. Large PRs get skimmed, sit longer, and revert more; small ones get read and merge fast. Once you can see the distribution across every repo, coaching toward smaller diffs stops being a vibe and becomes a measurable habit. See how it connects to PR quality analytics for per-PR scoring.
Turnaround is where velocity leaks. Splitting it into opened-to-first-review and first-review-to-approval shows exactly where changes wait. Take the product tour to see the full flow.