weekly-git-summary
♥Cherished
A cross-platform CLI tool that generates weekly summaries from Git commit histories across project directories. It scans repositories, extracts commits within specified date ranges, and outputs results in multiple formats (text, JSON, Markdown, HTML) with support for filtering by author and commit patterns.
Clauded With Love Rating
7.2 / 10
A cross-platform CLI tool that generates comprehensive weekly Git commit summaries by scanning repositories and outputting results in multiple formats (text, JSON, Markdown, HTML). It provides intelligent filtering, conventional commits parsing, and visual charts for analyzing development activity across project directories.
Code Quality6.5
Usefulness8.0
Claude Usage7.0
Documentation8.5
Originality6.0
Highlights
- ✓Excellent documentation with comprehensive README including usage examples, command arguments table, and multi-language support
- ✓Strong feature set with multiple output formats, regex filtering, conventional commits parsing, and cross-platform compatibility
- ✓Well-designed CLI interface with sensible defaults and flexible time range presets (this-week, last-month, etc.)
To Improve
- →Add comprehensive test coverage and error handling for edge cases like corrupted repositories or network timeouts
- →Implement configuration file support (.gitweeklyrc) for persistent settings and custom templates to reduce repetitive command-line arguments