Shows the percentage of merged pull requests that needed multiple review cycles.
💡 Like revisions on a document, some editing is expected and healthy, but if every draft needs major rewrites, the initial quality needs improving.
Shows the percentage of merged pull requests that needed multiple review cycles.
Divides the count of merged PRs with 2 or more cycles by total merged PRs and multiplies by 100.
100 × COUNT(prs WHERE cycles ≥ 2 AND status = merged) ÷ COUNT(prs WHERE status = merged)If 30% of your merged PRs required 2 or more review cycles, nearly a third of your work needed significant iteration before it was accepted.
Connect GitHub and Shortcut in minutes. All metrics update automatically.