Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Git Stats

  • 22 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

git-stats is a Claude Code skill that analyzes a Git repository's commit history, contributor activity, and code changes.

About

git-stats is a Claude Code skill that analyzes a Git repository's statistics using a bundled Python script based on GitPython. A developer runs it to get a repository overview, contributor breakdown, commit history filtered by date, or the most-changed files. It is useful for reporting on repo activity and understanding contribution patterns.

  • Reports commit history and contributor activity
  • Filters commits since a given date
  • Ranks top changed files

Git Stats by the numbers

  • 22 all-time installs (skills.sh)
  • Ranked #381 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

git-stats capabilities & compatibility

Capabilities
git stats · contributor analysis · commit history
Works with
github
Use cases
documentation
Pricing
Free
From the docs

What git-stats says it does

Analyze Git repository statistics including commit history, contributor activity, and code changes.
SKILL.md
python scripts/git_stats.py --commits --since "2024-01-01"
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill git-stats

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs22
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Generate commit, contributor, and file-change statistics for a Git repository.

When should I use this skill?

A developer needs repository analysis or commit statistics.

What you get

The developer gets structured commit, contributor, and file-change stats.

By the numbers

  • 4 report modes: overview, contributors, commit history, file changes

Files

SKILL.mdMarkdownGitHub ↗

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

# 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: ✅

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.