What this loop does
Every weekday at 09:00, an agent pulls yesterday's merged PRs and commit messages from each repo, summarises the delta, groups by author, and posts to your team's #standup Slack channel.
Why it matters
Async standups replace 15 minutes of everyone's morning with a 30-second read. Perfect for distributed teams across time zones.
Setup notes
- GitHub App with read-only repo scope.
- LLM prompt is deterministic (
temperature=0) so summaries are stable. - Skip weekends and configurable holidays.