What problem does it solve?
Generate a clear, data-driven sprint retrospective without manual GitHub queries or spreadsheet assembly by automatically collecting merged PRs, closed issues, cycle times, review cycles, blockers, and per-contributor metrics for a defined time window.
Core Features & Use Cases
- Automated data gathering: Aggregates merged PRs, closed issues, PR bodies, review events, and issue events via GitHub CLI to build a complete picture of sprint activity.
- Velocity and quality metrics: Computes throughput, average and median cycle time, review cycles per PR, code volume, and slipped work to quantify team performance.
- Blocker and contributor analysis: Identifies long-lived PRs, stalled issues, dependency blockers, and produces per-contributor breakdowns and constructive recommendations for the next sprint.
Quick Start
Run the pm-sprint-review skill with an optional --days N argument to produce a retrospective for the past N days (default 14).