skills/tools/git-stats/SKILL.md
分析Git仓库统计信息,包括提交、贡献者和代码变更。
npx skillsauth add aidotnet/moyucode git-statsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze Git repository statistics including commit history, contributor activity, and code changes.
/git-stats command# 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
git, stats, repository, commits, analysis
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。