What problem does it solve? Engineering teams and solo developers lack visibility into how they actually work: when they code, what they ship, whether test coverage is improving, and how each contributor is performing. This Skill turns raw git history into a structured retrospective with metrics, trends, and actionable feedback. ## Core Features & Use Cases - Commit & Velocity Analysis: Parses git log to compute commits, LOC, PR sizes, commit-type mix (feat/fix/refactor), and hotspot files over configurable windows (24h, 7d, 14d, 30d). - Team-Aware Breakdown: Identifies each contributor, reports per-person commits, focus areas, test ratios, and session patterns, with specific praise and growth suggestions anchored in real commits. - Persistent Trend Tracking: Saves JSON snapshots to .context/retros/ and compares against prior retros to show week-over-week deltas in test ratio, fix ratio, sessions, and shipping streaks. - Use Case: At the end of a sprint, run the retro to get a tweetable summary, a per-author leaderboard, session pattern analysis, and a trends table showing whether code quality is improving. ## Quick Start Ask the assistant to run a weekly engineering retrospective over the last 7 days of git history on the main branch.