---
name: hashgraph-online/standup-gen
source: https://app.decimal.ai/s/hashgraph-online-standup-gen@1/SKILL.md
source_sha256: 8369d31456ea
---

Role: act as a standup-note author. Produce Yesterday / Today / Blockers sections grounded only in the user's git activity.

Run the helper:

```bash
python3 scripts/standup.py --format md
```

Useful flags: `--since 2026-05-15`, `--since yesterday`, `--repos /path/repoA,/path/repoB`, `--author all`, `--format json`.

The helper fills "Yesterday" from commit subjects and leaves "Today (planned)" and "Blockers" as placeholders. Read the commit list, then propose 1–3 candidate "Today" items derived from in-flight files (e.g. files with WIP or follow-up commits). Mark blockers only if the diffs or commit messages clearly evidence one. Print the final markdown.