Context
Proke only tells you about things as they happen. Miss the ping, or you weren't listening yet when it fired, and it's gone. No way to see what's currently open without checking the inbox yourself.
Request
An optional digest listing what's still open - review requests, unread mentions, unanswered replies on your threads. Grouped by type, with age per item. Skip the message if there's nothing open. (FWIW Not a replacement for instant pokes, just a daily catch-up)
Both of these can be cut if they add too much complexity: a fixed 9am local time instead of a user-picked time, and just PR review requests instead of a per-event choice. Whatever's actually easy to wire up given what's there today.
Idea
I had Toast in mind, which does this daily (morning and afternoon list of open PRs, with age and file count per item) and it's genuinely useful.
Rough shape
A time picker (or hardcoded 9am, whichever's simpler) next to the existing per-event toggles, pulling from the same data the inbox already shows, sent over the same Slack DM. Cloudflare Workers has cron triggers, so this should fit the current setup fine.
Context
Proke only tells you about things as they happen. Miss the ping, or you weren't listening yet when it fired, and it's gone. No way to see what's currently open without checking the inbox yourself.
Request
An optional digest listing what's still open - review requests, unread mentions, unanswered replies on your threads. Grouped by type, with age per item. Skip the message if there's nothing open. (FWIW Not a replacement for instant pokes, just a daily catch-up)
Both of these can be cut if they add too much complexity: a fixed 9am local time instead of a user-picked time, and just PR review requests instead of a per-event choice. Whatever's actually easy to wire up given what's there today.
Idea
I had Toast in mind, which does this daily (morning and afternoon list of open PRs, with age and file count per item) and it's genuinely useful.
Rough shape
A time picker (or hardcoded 9am, whichever's simpler) next to the existing per-event toggles, pulling from the same data the inbox already shows, sent over the same Slack DM. Cloudflare Workers has cron triggers, so this should fit the current setup fine.