git-stats

Analyze Git repository commit history, contributor activity, and code changes.

84|15|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AIDotNet/MoYuCode --skill git-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-stats
Source: https://github.com/AIDotNet/MoYuCode/tree/main/skills/tools/git-stats
Command: npx skills add https://github.com/AIDotNet/MoYuCode --skill git-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand the activity and contributions within a Git repository, making it easier to track project progress and identify key contributors.

Core Features & Use Cases

  • Commit History Analysis: View commit logs with details like author, date, and message.
  • Contributor Statistics: Identify and rank contributors based on their commit counts.
  • Code Change Tracking: Analyze which files have been modified most frequently.
  • Use Case: A project manager can use this Skill to quickly get an overview of recent commits and see who has been most active in the last month.

Quick Start

Run the git stats tool to get an overview of the repository.

Frequently Asked Questions about git-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze git repository commit history and contributor activity?

To analyze git repository commit history, you can run Python scripts that interface with the Git command-line interface to extract commit logs, rank contributor activity by commit counts, and track code changes for project management and code auditing.

What is the best way to track which files are modified most frequently in a git repository?

The best way to track frequently modified files in a git repository is to use a git stats analysis tool that executes Python scripts to parse commit history and generate a ranked overview of code changes and file modifications.

Can I use Python scripts to get git stats for software project management?

Yes, you can use Python scripts to get git stats for software project management, as the analysis tool directly interfaces with the Git command-line interface to extract repository statistics like commit history and contributor rankings.

Do I need the git command-line interface installed to run repository stats analysis?

Yes, you need the git command-line interface installed to run repository stats analysis, because the underlying Python scripts depend on executing git commands to retrieve commit logs, contributor data, and code change tracking information.

What details are included in git contributor statistics for code auditing?

Git contributor statistics for code auditing include identifying and ranking contributors based on their commit counts, along with viewing commit logs that contain author details, dates, and commit messages to understand project activity.