Auto-generate a daily standup digest from a project board
Когда использовать: You want 'what moved yesterday, what's blocked, what's due today' without hand-scrolling the board.
Предварительные требования
- monday API token — monday.com → avatar → Developers → My Access Tokens
- Board ID — URL contains /boards/<board_id>
Поток
-
Pull items updated in last 24hList items on board <id> where
updated_at > yesterday. Show name, status, owner, due date.✓ Скопировано→ Recent-activity list -
Segment by statusGroup these by status column value: Done / Working / Stuck / To Do. Show counts and who owns each Stuck item.✓ Скопировано→ Clear 4-bucket summary
-
Format the standupFormat a 10-line standup: moved-to-Done (count), started-Working (count), Stuck items with owner @-mentions, items due today.✓ Скопировано→ Copy-pasteable digest
Итог: A standup digest you can paste into Slack or LINE in 30 seconds.
Подводные камни
- Filtering by
updated_atincludes column-value changes AND subitem updates — noisy — Add anactivity_logsquery filtered to status or owner changes only