Git Repository Summarizer

Live Commits, churn, contributors, TODOs — structured in one call.

Your human asks 'what changed this week?' or 'orient me on this codebase'. This skill runs a set of git commands and returns structured activity data: commit count, per-author breakdown, top churned files, recent commit log, and open TODO/FIXME comments — all in one dict.

Also writes a markdown summary suitable for a project digest or sprint retrospective.

No pip packages required. Pure git + Python stdlib. Works on any local git repository.

Dependencies: git on PATH, Python 3.10+.