ワンクリックで
git-commit-summarizer
Summarizes git commits for specified users over a given time period and generates markdown reports
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Summarizes git commits for specified users over a given time period and generates markdown reports
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use this skill when the user asks to review performance hotspots, algorithmic complexity, memory usage, latency, caching opportunities, or concurrency tradeoffs. It performs evidence-based performance review and separates obvious fixes from issues that should be profiled first.
Use this skill when the user asks to review formatting, naming conventions, language idioms, lint/style consistency, or import organization. It checks style against project conventions and distinguishes auto-fixable issues from manual fixes.
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
Generates cross-platform commands and scripts for Linux, macOS, and Windows with security validation and compatibility guidance
根据用户需求检索项目代码,提取事实、模式、决策链条,并以自然语言生成一个或多个非代码知识文档到 /docs/kb/
Execute AI tasks (codex/claude/gemini) with memory and resume support via memex-cli stdin protocol.
SOC 職業分類に基づく
| name | git-commit-summarizer |
| description | Summarizes git commits for specified users over a given time period and generates markdown reports |
This skill analyzes git commit history for specified users and generates detailed markdown summary reports. It helps track developer contributions, code changes, and project progress over time.
.claude/git_commit_report/ directoryThe skill requires:
Example Input Format:
@git-commit-summarizer
Usernames: john.doe,jane.smith,alex.wong
Days: 7
Report Files: Markdown files saved to [current_repository]/.claude/git_commit_report/
[username]-[date].mdConsole Output: Summary of processing results and report locations
"Summarize git commits for user 'john.doe' over the last 3 days" "Generate commit reports for 'alice,bob,charlie' for today" "Analyze all commits by 'dev-team' in the last 14 days"
git_commit_analyzer.py: Main module for analyzing git commits and generating reportsreport_generator.py: Creates formatted markdown reports from commit data.claude/git_commit_report/ for easy access