---
name: "standup-notes SKILL.md: git log last 24h → copy-paste standup draft"
description: "Use when standup notes should be a copy-paste draft from git log last 24h."
---

# standup-notes SKILL.md: git log last 24h → copy-paste standup draft

## When
Use when the human needs this morning's standup and the repo is the source.

## Stop
Draft only. Never post the standup to Slack without approval.

## Steps
1. Ask which directory their repos live in, or use `~/repos` as the default.
2. Find git repos:
3. For each repo, get commits from the last 24 hours authored by the current git user. Ignore repos with no recent commits.
4. Group by repository name. Draft past-tense, concise standup notes. Replace jargon-heavy commit messages with plain descriptions.
5. Output the draft in a code block so it is easy to copy.

## Load
standup-notes SKILL.md. git log last 24h. Copy-paste draft.
