/install daily-commits
Daily Commits Summary
Summarize all git commits by $1 on $0, grouped by feature/functional area, in English.
Steps
- Run
git logfiltered by date and author:
git log --after="\x3Cstart-of-day>" --before="\x3Cend-of-day>" --author="$1" --pretty=format:"%h %s" --no-merges
Convert the date $0 (format: YYYY.MM.DD) to proper git date range:
--after= the date at 00:00:00--before= the next day at 00:00:00
- Also run
git logwith--statto understand the scope of changes:
git log --after="\x3Cstart-of-day>" --before="\x3Cend-of-day>" --author="$1" --stat --no-merges
-
Analyze all commits and group them by feature/functional area based on:
- Commit message prefixes (feat, fix, refactor, docs, style, test, chore, etc.)
- Related file paths and modules
- Logical grouping of related changes
-
Output a clean summary in this format:
## Daily Commits Summary: \x3Cauthor> — \x3Cdate>
### \x3CFeature Area 1>
- \x3Cconcise description of what was done> (`commit-hash`)
- ...
### \x3CFeature Area 2>
- \x3Cconcise description of what was done> (`commit-hash`)
- ...
**Total: X commits**
Rules
- Output in English only
- Group by logical feature, not by commit type prefix
- Each bullet should be a concise human-readable description (not just the raw commit message)
- If a commit message already has a conventional prefix like
feat(meeting):, use the scope as a hint for grouping - Omit merge commits
- If no commits found, state that clearly
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-commits - After installation, invoke the skill by name or use
/daily-commits - Provide required inputs per the skill's parameter spec and get structured output
What is Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output.?
Summarize a person's git commits on a given date, grouped by feature area with concise descriptions for daily work review. It is an AI Agent Skill for Claude Code / OpenClaw, with 226 downloads so far.
How do I install Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output.?
Run "/install daily-commits" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output. free?
Yes, Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output. is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output. support?
Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Summarize a person's git commits for a specific date, grouped by feature points, in English. Use when reviewing daily work output.?
It is built and maintained by andrew020 (@andrew020); the current version is v1.0.0.