$npx skillfedfor your agent

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.

git-stats analyzes your repository's commit history, contributors, and code changes at a glance.

AI-generated summary based on this skill's SKILL.md

84 15 MITupdated by AIDotNet

Decision gist · record as of 2026-01-28

git-stats analyzes your repository's commit history, contributors, and code changes at a glance. 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.

manual: git clone https://github.com/AIDotNet/MoYuCode → cp -r MoYuCode/skills/tools/git-stats ~/.claude/skills/git-stats
skills/tools/git-stats/SKILL.md · version 9a2aa2c8

Use it when

  • git-stats tracks contributor activity and code contributions by analyzing commit data.
  • git-stats provides commit analysis capabilities to show you the total number of commits in your repo and break them down by contributor.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

AIDotNet/MoYuCode/git-stats · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How can I analyze git repository statistics with 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. The tool generates repository metrics and change reports to help you understand development patterns and code churn across your project.

What does git-stats track about contributor activity?

git-stats tracks contributor activity and code contributions by analyzing commit data. You can use it to identify who contributed most to your repo, see contribution breakdowns by team member, and monitor individual developer activity over time. The tool helps you understand the distribution of work and recognize key contributors to your project.

How many commits are in my repository and how do I find out?

git-stats provides commit analysis capabilities to show you the total number of commits in your repo and break them down by contributor, date range, or other metrics. Run the tool with appropriate flags to generate a commit activity report that displays commit frequency, patterns, and trends across your repository's history.

Can git-stats monitor file modifications and code changes?

Yes, git-stats monitors file modifications and code churn by analyzing which files have changed most frequently. The tool can identify the most-changed files in your repository and track code change metrics over time, helping you spot areas of active development or files that may need refactoring attention.

What repository metrics does git-stats generate?

git-stats generates repository metrics and change reports including commit breakdowns, contributor statistics, file change frequency, and activity trends. It helps audit repository health and development patterns by providing comprehensive analytics on your project's evolution, making it easier to understand code contribution patterns and identify development bottlenecks.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

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: ✅
File tree — 2 files
skills/tools/git-stats/SKILL.md
skills/tools/git-stats/scripts/git_stats.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Analyze commit history and repository statistics”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

prompt-engineer
by AIDotNet · AIDotNet/MoYuCode

Prompt Engineer helps you craft and refine AI model prompts using systematic methodologies like few-shot examples, step-by-step reasoning, and formatted outputs. The skill provides templates and patterns to improve prompt effectiveness across different AI tasks.

MITupdated Jan 2026
★ 84repo stars
pdf-generator
by AIDotNet · AIDotNet/MoYuCode

PDF Generator transforms HTML, Markdown, and text content into polished PDF documents with full control over styling, templates, and page configuration. Works with Codex and Claude Code for seamless document export workflows.

MITupdated Jan 2026
★ 84repo stars
exceljs
by AIDotNet · AIDotNet/MoYuCode

exceljs enables you to programmatically build and customize Excel spreadsheets with full formatting control. Generate workbooks with styled cells, formulas, charts, and multiple sheets, then export them as .xlsx files ready for distribution or further analysis.

MITupdated Jan 2026
★ 84repo stars
plan
by AIDotNet · AIDotNet/MoYuCode

Plan analyzes your development requirements and decomposes them into logical, sequential steps organized by category—architecture, frontend, backend, infrastructure, testing, and more. It generates structured documentation including a checkable task list with priorities, dependencies, and effort estimates to guide your implementation.

MITupdated Jan 2026
★ 84repo stars
security-scanner
by AIDotNet · AIDotNet/MoYuCode

This skill scans your code for security vulnerabilities and provides actionable remediation guidance. It helps development teams quickly identify and address potential risks before they reach production, streamlining the security review process.

MITupdated Jan 2026
★ 84repo stars
web-scraper
by AIDotNet · AIDotNet/MoYuCode

web-scraper enables you to harvest structured information from websites by defining selectors and parsing patterns. Perfect for automating data collection tasks, this skill transforms raw HTML into organized, usable datasets without manual intervention.

MITupdated Jan 2026
★ 84repo stars

More skills http-client (MIT) · test-generator (MIT) · documentation-writer (MIT)

Tags
version-control-metricscontributor-trackingcommit-analysiscode-change-auditrepository-insightsdeveloper-activitygit-reportingcollaboration-metrics