Generate a GitHub standup summary covering the period since the last standup. Use when the user asks for a standup, work summary, weekly update, or "what did...
Generate a standup summary from GitHub activity since the last standup day.
# Single repo, weekly Friday standup
python3 scripts/standup.py --repo ORG/REPO --standup-days Friday
# Multiple standup days
python3 scripts/standup.py --repo ORG/REPO --standup-days Monday,Thursday
# Whole org, specific author
python3 scripts/standup.py --org MY_ORG --standup-days Friday --author username
| Flag | Required | Default | Description |
|---|---|---|---|
--repo | one of | — | Single repo (org/repo) |
--org | one of | — | Entire GitHub org (all repos) |
--standup-days | no | Friday | Comma-separated weekdays |
--author | no | @me | GitHub username or @me |
scripts/standup.py with the user's repo/org and standup dayssincegh CLI authenticated (gh auth status)--org fetches all repos in the org; can be slow for large orgs — prefer --repo when possibleZIP package — ready to use