standup

Installation
SKILL.md

Daily Standup Generator

Transform git history into a human standup update. Nobody cares about commit messages — translate them into what you actually accomplished.

Completion criterion: git activity has been checked for the requested period (default: last workday), in the current repo or every repo the user names. If the evidence is insufficient, leave placeholders instead of inventing work.

Step 1 — Fetch Git Activity

Use the user-requested period when provided; otherwise use the last workday rather than blindly assuming the last 24 hours.

# Replace <since> / <until> with the requested period, or the last workday window.
git log --since="<since>" --until="<until>" --author="$(git config user.email)" --oneline

If multiple repos are relevant, run in each named repo. If no commits are found, skip to Step 3.

Done when the repo path(s), date window, and commit evidence are known or marked unavailable.

Installs
21
Repository
kriscard/skills
GitHub Stars
14
First Seen
May 27, 2026
standup — kriscard/skills