What problem does it solve?
This Skill automates the generation of standup notes by consolidating GitHub PR activity into a concise Slack-ready report, reducing manual context switching and ensuring consistent updates.
Core Features & Use Cases
- Context-aware summaries: collects PR activity since the last standup across multiple repositories.
- Structured outputs: produces sections for Completed, Working on, and Discussion suitable for Slack.
- Team-friendly workflow: scales from individual developers to cross-team standups with carry-over items.
Quick Start
Run the standup-dates.sh script to compute today, last_standup_date, and the target new file path; run standup-find.sh to locate the previous notes; fetch PR data using the GitHub CLI as described in the instruction, then compose and save the Slack-ready notes to the new file path.