Daily Slack standup digest from yesterday's GitHub PRs

Every weekday morning, post a Slack summary of the pull requests your team opened, reviewed, and merged the previous day.

Agentic Task
GitHubSlack BotEngineeringOperationsDaily DigestsAI ReportsNotifications & Alerts
PromptCreate

Build me an agent workflow that posts a daily engineering standup digest to Slack every weekday at 8:45am in my workspace timezone, summarizing the previous business day's pull request activity from GitHub.

On each run the agent should:

1. Use GitHub to list pull requests that were opened, reviewed, or merged during the previous business day across the repositories I configure. On Mondays, treat "previous business day" as the prior Friday so weekend gaps don't produce empty digests. Use the GitHub search and pull request listing operations and filter by updated_at, merged_at, and review timestamps.

2. Group the results into three sections: Merged, Opened, and In review (still waiting on a review or with requested changes). For each PR include the title, the author, the repo, a link to the PR, and a one line summary of what changed. Call out PRs that are older than three days without a review as stale.

3. Use the Slack bot to post a single message to the standup channel I configure. Format the digest in Slack markdown with bold section headers and clickable PR links. If there was no activity at all, post a short "quiet day on the PR queue" note instead of a long empty digest.

Inputs I want to be able to set when I install the workflow:

- The list of GitHub repositories or the GitHub organization to scan.

- The Slack channel name or ID to post into.

- Optional list of GitHub usernames or a team to restrict the digest to.

- The post time and timezone, defaulting to 8:45am workspace local time, weekdays only.

Use the GitHub integration for all repository and pull request reads, and the Slack bot integration to send the message. Keep the digest concise so it fits in one Slack message without truncation.

Additional information

What does this prompt do?
  • Scans your GitHub repositories every weekday morning for PR activity from the previous business day.
  • Groups the activity into opened, reviewed, and merged so the channel can read it like a team status update.
  • Calls out PRs that are still waiting on review, stale, or blocking a release.
  • Posts the digest as a single Slack message to your standup channel before the team logs on.
What do I need to use this?
  • A GitHub account with access to the repositories you want to track.
  • A Slack workspace with the General Input Slack bot installed and added to the standup channel.
  • The repository names (owner/repo) or the GitHub organization you want to include.
  • The Slack channel name or ID where the digest should be posted.
How can I customize it?
  • Change the schedule to run at a different time, only on certain days, or skip holidays.
  • Narrow the scope to a single repo, a label, a team, or a list of GitHub usernames.
  • Adjust the message format: switch to bullet lists, add emoji per status, or tag PR authors by Slack handle.

FAQs

What counts as yesterday's activity?
By default the agent looks at the previous calendar day in your workspace timezone. On Mondays it rolls back to Friday so weekend gaps do not produce empty digests. You can change the window in the prompt.
Do I need to list every repository by hand?
No. You can give the agent a GitHub organization and it will pull the active repositories automatically. Listing specific repos is just a way to narrow the scope.
Will the bot post in private channels?
Yes, as long as the General Input Slack bot has been invited to the channel. For public channels it can post without being added if it has the right scope.
Can I send the digest as a DM instead of a channel message?
Yes. Tell the agent to DM a specific user or group, and it will use the Slack bot to open a direct message and post there.
What happens when there are no PRs from yesterday?
You can choose. The default is to post a short note saying the queue was quiet, but you can tell the agent to skip the post entirely on empty days.

Related templates

Chase past-due JobNimbus invoices with escalating emails

Every weekday, find every unpaid JobNimbus invoice, email each customer one reminder that gets firmer as it ages, and post a receivables summary to Slack.

JobNimbus
Gmail
Slack Bot
Agentic Task
Flag at-risk students in Canvas before they fall behind

Every weekday at 7am, your active courses are checked for missing work, silent logins, and slipping grades, with a ranked list sent to your advising channel.

Canvas
Google Sheets
Slack Bot
Agentic Task
Catch Jira service desk tickets before their SLA runs out

Every hour, find the tickets closest to breaching, leave a nudge on each one, and post a ranked at-risk list to your support channel.

Jira Service Management
Slack Bot
Agentic Task
Send Canvas students a kind nudge about missing work

Every weekday afternoon, each student who is behind gets a warm, personal message in their Canvas inbox listing exactly what they owe.

Canvas
Slack Bot
Agentic Task
Weekly Canvas grading backlog report in Slack and Sheets

Every Monday at 8am, see exactly which assignments have work waiting, sorted worst first, posted to Slack and logged to a spreadsheet.

Canvas
Slack Bot
Google Sheets
Deterministic Code
Risk-check every dependency upgrade pull request in GitHub

When a bot opens a version bump pull request, we read the real documentation for that exact version and tell you whether it is safe to merge.

Context7
GitHub
Slack
Agentic Task

Stop hand writing your standup updates.

Connect GitHub and Slack once, and Geni posts yesterday's PR activity to your standup channel every weekday morning.