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-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.