Claude Review Metrics
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 |
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git