--- id: AIDotNet/MoYuCode/git-stats version: "9a2aa2c8" license: MIT install: manual updated: 2026-01-28 --- # git-stats — git-stats examines your repository's commit history, contributor activity, and code modifications. Run it with command-line flags to filter by date range, list top contributors, or identify the most-changed files. Publisher: AIDotNet · Stars: 84 · Updated: 2026-01-28 Install (manual): `git clone https://github.com/AIDotNet/MoYuCode` ## SKILL.md # Git Stats Tool ## Description Analyze Git repository statistics including commit history, contributor activity, and code changes. ## Trigger - `/git-stats` command - User needs repository analysis - User wants commit statistics ## Usage ```bash # Repository overview python scripts/git_stats.py # Contributor stats python scripts/git_stats.py --contributors # Commit history python scripts/git_stats.py --commits --since "2024-01-01" # File changes python scripts/git_stats.py --files --top 10 ``` ## Tags `git`, `stats`, `repository`, `commits`, `analysis` ## Compatibility - Codex: ✅ - Claude Code: ✅ [View on SkillFed](https://skillfed.io/AIDotNet/MoYuCode/git-stats) · [View on GitHub](https://github.com/AIDotNet/MoYuCode)