Agent skill
git-stats
分析Git仓库统计信息,包括提交、贡献者和代码变更。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/git-stats
Metadata
Additional technical details for this skill
- short description
- Git仓库统计
SKILL.md
Git Stats Tool
Description
Analyze Git repository statistics including commit history, contributor activity, and code changes.
Trigger
/git-statscommand- 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: ✅
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?