What problem does it solve?
Identify fragile areas of a codebase and team knowledge silos by analyzing git history to surface hotspots, churn, contributor patterns, and bus-factor risk so teams can prioritize refactors, ownership, and risk mitigation.
Core Features & Use Cases
- Contributor Analysis & Bus Factor: Rank contributors by commits, lines added/deleted, files touched, and compute bus-factor to expose single points of failure.
- Churn & Hotspot Detection: Measure per-file churn, modifications, and combine with complexity signals to flag critical hotspots that need refactoring or clearer ownership.
- Temporal & Branching Insights: Reveal commit frequency trends, time-of-day and weekday patterns, branch lifetime and merge/revert patterns to inform process and CI improvements.
- Use Case: During a pre-merge audit, run the analysis to discover a frequently changing authentication module owned by one engineer and generate a prioritized remediation plan.
Quick Start
Run a git-forensics analysis on the repository to produce a Git Forensics Report summarizing repository vitals, contributor leaderboard, bus factor, churn hotspots, and remediation recommendations.