What problem does it solve? Students in the AI20K program must submit a daily standup report on Discord covering what they did yesterday, what they plan today, and any blockers. Remembering and writing this from scratch every day is tedious, and this Skill drafts suggestions from real data so students can write their report faster. ## Core Features & Use Cases - Git history mining: Collects recent commits from the last 1-2 days to suggest what was accomplished yesterday. - GitHub Project integration: Reads project board items and classifies them by status (Done for yesterday, In Progress for today), prioritizing items assigned to the current user. - Open issues review: Lists open GitHub issues assigned to the user as potential blockers or planned work. - Use Case: A student types "standup" before their daily Discord submission and instantly receives a structured suggestion of yesterday's commits, today's in-progress tasks, and open issues, which they then rewrite in their own words. ## Quick Start Ask the assistant to prepare my daily standup suggestions based on my recent git commits and GitHub Project board.