Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AIDotNet/MoYuCode --skill git-statsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | git-stats |
| description | 分析Git仓库统计信息,包括提交、贡献者和代码变更。 |
| metadata | {"short-description":"Git仓库统计"} |
| source | {"repository":"https://github.com/gitpython-developers/GitPython","license":"BSD-3-Clause"} |
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