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.
Step 1 — Fetch Git Activity
git log --since="24 hours ago" --author="$(git config user.email)" --oneline
If multiple repos are relevant, run in each. If no commits: skip to Step 3.
Step 2 — Transform Commits into Accomplishments
Map raw commit messages → casual language. The rule: write what you'd say out loud to a teammate, not what you typed in the terminal.