Agent Skills: Git Stats Tool

分析Git仓库统计信息,包括提交、贡献者和代码变更。

UncategorizedID: aidotnet/moyucode/git-stats

Install this agent skill to your local

pnpm dlx add-skill https://github.com/AIDotNet/MoYuCode/tree/HEAD/skills/tools/git-stats

Skill Files

Browse the full folder contents for git-stats.

Download Skill

Loading file tree…

skills/tools/git-stats/SKILL.md

Skill Metadata

Name
git-stats
Description
分析Git仓库统计信息,包括提交、贡献者和代码变更。

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