feat: add /standup daily async standup generator#754
Open
Gonzih wants to merge 1 commit intogarrytan:mainfrom
Open
feat: add /standup daily async standup generator#754Gonzih wants to merge 1 commit intogarrytan:mainfrom
Gonzih wants to merge 1 commit intogarrytan:mainfrom
Conversation
Adds a new /standup skill that generates concise daily standup updates from actual git activity (commits, PRs, TODOS.md) rather than asking the user to remember what they did. Supports time windows (today, 24h, 48h, 3d, branch-scoped), clusters related commits into outcome-oriented bullets, surfaces open PRs and blockers, and optionally reformats for Slack/email/Jira on request. Fills the gap between /retro (weekly retrospective) and needing to write daily team updates manually. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
/standupskill that generates concise daily standup updates from actual git activity rather than asking the user to remember what they worked on./retro(midnight-aligned windows, BASE_BRANCH_DETECT, local timezone)Why
/retrocovers the weekly retrospective. But daily standups are a different format: tighter, focused on yesterday→today→blockers, and often need to be pasted directly into Slack or a standup doc. Currently there's no skill for this common daily workflow.Design notes
/retro) to avoid "what time did I run this?" inconsistencyTest plan
bun run gen:skill-docsgeneratesstandup/SKILL.mdwithout errors/standupin a real project with recent commit historytoday,24h,48h,3dwindow arguments🤖 Generated with Claude Code