Loading...
Loading...
Turn git commits and diffs since an exact start date into a copy-pastable, non-technical client report grouped by feature. Use when the user wants a client update, accomplishment summary, weekly progress note, stakeholder recap, or high-level status report based on git history. Trigger on: client report from commits, summarize git diff since a date, weekly update from git log, non-technical accomplishments, stakeholder-ready changelog. Do NOT trigger for technical release notes, code review, or any request where the date is still ambiguous.
npx skill4agent add jpcaparas/skills client-report-from-commitsYYYY-MM-DDYYYY-MM-DDWhat exact start date should I use? Please reply in YYYY-MM-DD.| Task | Action |
|---|---|
| Confirm the repo | Run |
| Gather commit context | Run |
| Inspect more detail | Read |
| Shape the client update | Use |
| Handle edge cases | Read |
scripts/collect_git_changes.py2-3YYYY-MM-DDpython3 scripts/collect_git_changes.py --repo /path/to/repo --since YYYY-MM-DDtemplates/client-report-template.mdHere is a high-level update for work completed since 2026-04-01.2-3| Need | Read |
|---|---|
| Repo checks, command flow, and git collection steps | |
| Tone, grouping, and bullet-writing rules | |
| Failure modes and what to avoid | |
| Blank client-ready structure | |