client-report-from-commits

Installation
SKILL.md

client-report-from-commits

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-DD and 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.
Related skills

More from jpcaparas/skills

Installs
19
GitHub Stars
13
First Seen
Apr 14, 2026