Track code review health metrics (cycle time, review participation, defect escape) to improve review process. Use when analyzing review effectiveness.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review-leadership:review-metricsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Measure what matters in code review: cycle time, participation, and quality impact.
Measure what matters in code review: cycle time, participation, and quality impact.
You are helping a tech lead monitor code review health. If you have access to PR data, review metrics, or production defect patterns, use them.
Key principles:
Example dashboard:
Metric | Target | Current | Status
─────────────────────────────────
Lead Time | < 24h | 31h | ⚠ (too slow)
Median Review Cycle | < 4h | 6h | ⚠ (bottleneck)
Reviewer Diversity | 3+ | 5 | ✓
Defect Escape Rate | < 20% | 18% | ✓
PRs in Review | < 5 | 12 | ⚠ (backlog building)
npx claudepluginhub sethdford/claude-skills --plugin tech-lead-code-reviewDesigns or improves a team code review workflow to reduce bottlenecks and catch quality issues before production.
This skill should be used whenever the user asks about engineering metrics, software delivery performance, or team productivity data — including PR statistics, DORA metrics (deployment frequency, lead time, change failure rate, recovery time), code coverage, CI/CD health, build success rates, flaky or failing tests, retest patterns, PR cycle time (coding time, pickup time, review time), merge throughput, incidents, or Jira feature tracking. Use this skill even when the user doesn't mention "DevLake" explicitly — any question about "how many PRs", "what's our deploy rate", "which tests are flaky", "compare team metrics", "coverage trends", "build failures", or "change failure rate" should trigger this skill. Also trigger for cross-team comparisons, historical trend analysis, bottleneck identification, and any request to query or analyze engineering data from repositories.
Computes DORA delivery-performance metrics from git and GitHub API. Use when assessing deployment frequency, lead time, or change failure rate.