Git Diff Stats Analyzer
v1.0.3Analyze diff stats and summarize file, insertion, and deletion counts.
Analyzes git diff --stat output — summarizes total files changed, insertions, and deletions, groups changes by directory, and highlights the highest-churn files.
How to use- →Paste the output of git diff --stat or git log --stat into the input.
- →The summary shows total changes and a per-directory breakdown.
- →Use to understand the scope of a pull request or release before review.
Run git diff --numstat HEAD~1 and paste the output above
Files5
Insertions+62
Deletions-29
File Breakdown
src/lib/utils.ts+45-1
src/components/ui.tsx+2-14
src/app/page.tsx+12-3
package-lock.json+0-8
README.md+3-3