Sign in
All loops
Loop· Engineering

Daily → summarize repos → post

Every morning, summarize yesterday's commits into Slack.

#engineering#slack
Trigger
Cron: weekdays at 09:00 in the team's timezone

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.

Actions

Built with

n8nclaude-code