PRs Without Review %

Pull Request Lifecycle
%

Shows the percentage of merged pull requests that had no review or approval.

💡 Like your quality assurance pass rate, the higher this percentage, the more your team is shipping on trust rather than verification.

What It Measures

Shows the percentage of merged pull requests that had no review or approval.

Why It Matters

Tracking review compliance rate
Identifying if too many PRs bypass the review process

How It's Calculated

Divides merged PRs without review by total merged PRs and multiplies by 100.

100 × COUNT(prs WHERE merged AND review_count = 0) ÷ COUNT(prs WHERE merged)
Concrete Example

If 4 of your 40 merged PRs had no review, your unreviewed merge rate is 10%, meaning 1 in 10 changes shipped without a second set of eyes.

What Does a Healthy Score Look Like?
Lower is better, aim for all code to go through review.
Healthy
Under 5%
Watch Out
5–15%
Needs Attention
Over 15%, significant code is bypassing review
What Moves This Metric?
Goes up when…
No branch protection rules enforcing reviews
Small teams where self-merging is common
High-pressure delivery periods
Goes down when…
Enforcing required reviewers in repository settings
Culture of peer review even for small changes
Automated reminders when PRs lack reviewers

Start Tracking PRs Without Review %

Connect GitHub and Shortcut in minutes. All metrics update automatically.