What problem does it solve?
This Skill automates objective, data-driven sprint retrospectives by extracting git metrics and computing health indicators so teams can base reviews on verifiable facts rather than impressions.
Core Features & Use Cases
- Automated Git Metrics: collects commits, LOC added/removed, file hotspots, churn, commit-type distribution, active days, and per-author breakdowns.
- Derived Health Indicators: computes commit frequency, churn rate, test-to-code ratio, active day ratio, and plan completion signals with explicit formulas.
- Report Generation & Comparison: fills a structured markdown report or a self-contained HTML page, supports preceding-period comparison and per-team breakdowns.
- Use Case: run after a sprint or weekly check-in to surface high-churn files, low test coverage, uneven contribution, and generate 3–5 actionable recommendations.
Quick Start
Use ck:retro to analyze the last 7d and produce a markdown retrospective report including velocity, code health, hotspots, and recommendations.