원클릭으로
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