Inbound · openclaw SKILL.md
standup-notes SKILL.md: git log last 24h → copy-paste standup draft
WhenUse when the human needs this morning's standup and the repo is the source.
StopDraft only. Never post the standup to Slack without approval.
Steps
- Ask which directory their repos live in, or use ~/repos as the default.
- Find git repos:
- For each repo, get commits from the last 24 hours authored by the current git user. Ignore repos with no recent commits.
- Group by repository name. Draft past-tense, concise standup notes. Replace jargon-heavy commit messages with plain descriptions.
- Output the draft in a code block so it is easy to copy.
Loadstandup-notes SKILL.md. git log last 24h. Copy-paste draft.
SourceDeployHQ
--- name: standup-notes SKILL.md: git log last 24h → copy-paste standup draft description: Use when the human needs this morning's standup and the repo is the source. --- # 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. 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.
