kpi-pr-throughput
CommunityBoost PR throughput while preserving quality.
AuthorAnveio
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This KPI helps teams measure and optimize PR throughput while maintaining quality.
Core Features & Use Cases
- Primary Metric: PRs merged per session
- Supporting Metrics: Time to Merge, Review Cycles, First-Pass Approval Rate, Revert Rate
- Measurement: During a session, track PR merges using GitHub CLI and JSON outputs. For example:
- Use Case: A team wants to maximize the number of quality PRs merged per agent session without increasing defect risk.
Quick Start
Count merged PRs by this agent: gh pr list --state merged --author @me --json number | jq length
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: kpi-pr-throughput Download link: https://github.com/Anveio/conveaux/archive/main.zip#kpi-pr-throughput Please download this .zip file, extract it, and install it in the .claude/skills/ directory.