Elevator pitch Offline Git repository analyzer that identifies risky commits, surfaces contributor insights, and scores repository health for engineering teams.
Industry DevOps / Engineering Management
Problem
- Teams lack visibility into commit risk patterns and code quality trends
- Maintainers struggle to assess contributor activity and repository health without external tools
Solution
- Scans local Git history to flag risky commits and generate actionable contributor metrics
- Produces repository health scores and team activity reports entirely offline
Tools
git-commit-analyzer: Parses commits, extracts risk signals (large diffs, merge conflicts, author patterns)contributor-profiler: Aggregates contributor stats—commit frequency, code churn, collaboration patternsrepository-health-scorer: Calculates health metrics from commit velocity, contributor diversity, risk densitycommit-risk-classifier: Tags commits as risky based on size, scope, and historical patterns
Widgets
/dashboard: Repository health overview, contributor leaderboard, risk timeline/commit-details: Drill-down view of flagged commits with risk annotations
Conversation starters
- "Show me the riskiest commits in the last 3 months and who authored them"
- "What's our repository health score and which contributors are most active?"