Claude Review Metrics banner
b4tchkn b4tchkn

Claude Review Metrics

Git community

Description

A Claude Code plugin that analyzes GitHub PR review activity, team performance rankings, and review bottlenecks.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

A Claude Code plugin that analyzes GitHub PR review activity, team performance rankings, and review bottlenecks.

Installation

claude plugin add b4tchkn/claude-review-metrics

Usage

/review-metrics                              # All rankings (current week)
/review-metrics last-week                    # All rankings (previous week)
/review-metrics month comments               # Comment ranking (last 30 days)
/review-metrics last-week response-time      # Response time ranking
/review-metrics bottleneck                   # PR lifecycle bottleneck analysis
/review-metrics stuck                        # Currently stuck PRs
/review-metrics last-week reviewer-load      # Team review workload
/review-metrics last-week cycles             # Review round patterns
/review-metrics month pr-size                # PR size vs review speed

Features

Rankings (Top 3)

Command Description
comments Review comment count
reviewed Reviewed PR count
approved Approval count
response-time Avg time from review request to first review
fix-time Avg time from review comment to next commit (capped at 2 weeks)

Analysis (Team-wide)

Command Description
`bottle