Summary
PRMetrics focuses on PRs authored by the user. But code review is equally important — how many PRs has the user reviewed? How many reviews have they given? This shows a fuller picture of contribution.
Expected Behaviour
New 'Reviews Given' section in PRMetrics:
- Total reviews given (this period)
- Approval rate (approvals / total reviews)
- Average time to first review comment
- Most reviewed repos
Implementation Notes
- GitHub GraphQL: viewer.contributionsCollection.pullRequestReviewContributions
- Add to existing /api/metrics/prs route or create /api/metrics/reviews
- Display alongside existing PR stats (same card, tabbed or expanded section)
GSSoC Info
- Difficulty: Intermediate — 35 pts
- Area: Feature / Metrics
Summary
PRMetrics focuses on PRs authored by the user. But code review is equally important — how many PRs has the user reviewed? How many reviews have they given? This shows a fuller picture of contribution.
Expected Behaviour
New 'Reviews Given' section in PRMetrics:
Implementation Notes
GSSoC Info