client-report-from-commits
SkillDev toolsTurn git commits and diffs since an exact date into a copy-pastable, non-technical client report grouped by feature. Use for client updates, weekly progress, stakeholder recaps, or high-level git-history summaries. Do NOT use when the date is ambiguous.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the client-report-from-commits skill
What this skill tells your AI
The instructions your AI receives, as published by jpcaparas/skills in skills/writing/client-report-from-commits/SKILL.md and read by ahel’s review.
Turn git history since an explicit date into a copy-pastable, non-technical client update grouped by feature.
Decision Tree
What do you know already?
- Exact start date in
YYYY-MM-DDand the current working directory is the target git repo: continue. - Exact start date in
YYYY-MM-DD, but the target repo is elsewhere: use the explicit repo path and continue. - Relative or vague date such as "this week", "recently", "a few days ago", or "since the last push": stop and ask
What exact start date should I use? Please reply in YYYY-MM-DD.Do not proceed until the user answers with an exact date. - No readable git repo in the current working directory and no repo path was provided: stop and ask for a readable git repository path.
- The user wants engineering release notes, a developer changelog, or a code review: do not use this skill.
Quick Reference
| Task | Action |
|---|---|
| Confirm the repo | Run git rev-parse --show-toplevel in the current directory, or git -C /path/to/repo rev-parse --show-toplevel when a repo path is provided. |
| Gather commit context | Run python3 scripts/collect_git_changes.py --repo /path/to/repo --since YYYY-MM-DD. |
| Inspect more detail | Read references/workflow.md and then inspect targeted commits with git show <commit>. |
| Shape the client update | Use templates/client-report-template.md and the language rules in references/output-format.md. |
| Handle edge cases | Read references/gotchas.md. |
Operating Rules
- Confirm the date before doing anything else. Exact means a real calendar date, not a relative phrase.
- Confirm the repository context. If the current working directory is not a readable git repo, require an explicit repo path.
- Collect the commit list and touched files first. Use
scripts/collect_git_changes.pyfor a fast high-level pass, then inspect specific commits only when the summary is unclear. - Group the work by feature, workflow, or product area. Do not group by commit, file, branch, or engineer.
- Write for a non-technical client. Remove hashes, filenames, code terms, refactor jargon, and internal tooling names unless they are truly client-facing.
- Keep each main accomplishment to a heading plus
2-3bullets max. Each bullet should be one short sentence. - Do not invent business impact. If the value is unclear, use conservative phrasing such as "improved the foundation for" or "advanced the work on".
Recommended Workflow
- Resolve the target repo.
- Require an exact
YYYY-MM-DDstart date. - Run
python3 scripts/collect_git_changes.py --repo /path/to/repo --since YYYY-MM-DDand review the JSON output. - Inspect a few representative commits or diffs when the feature grouping is not obvious.
- Build a feature-based outline first, then write the client-safe bullets.
- Paste the final answer in plain Markdown using
templates/client-report-template.mdas the shape.
Report Contract
Use this exact standard:
- Start with a one-line intro such as
Here is a high-level update for work completed since 2026-04-01. - Break the report into feature sections with short audience-friendly headings.
- Keep each section to
2-3bullets max. - Make every bullet outcome-first and non-technical.
- Keep the output copy-pastable. Do not wrap it in analysis notes or a developer preamble.
- If there were no meaningful client-facing changes in the requested window, say so plainly instead of padding the report.
Reading Guide
| Need | Read |
|---|---|
| Repo checks, command flow, and git collection steps | references/workflow.md |
| Tone, grouping, and bullet-writing rules | references/output-format.md |
| Failure modes and what to avoid | references/gotchas.md |
| Blank client-ready structure | templates/client-report-template.md |
Gotchas
- Ambiguous dates are a hard stop. Do not translate "this week" or "a few days ago" yourself.
- A long git log is not a client report. Condense by feature and omit low-signal internal churn when it is not useful to the client.
- Technical commit subjects are often misleading for a non-technical audience. Inspect the diff or surrounding files before rewriting them as client-facing bullets.
- Multiple commits may represent one accomplishment. Merge them into one feature section instead of repeating the same theme.
- Infrastructure-only changes should not be exaggerated. If they matter, frame them as stability or foundation work and keep the wording modest.
Signals
- GitHub stars
- 48
- Forks
- 3
- Last commit
- Sep 2026
ahel review
K6low
bundled executables the agent is told to run
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
client-report-from-commits- Source
- github.com/jpcaparas/skills