skills/dev/standup-summary/SKILL.md
Summarize recent git commits in standup format. Use when preparing for standups or summarizing recent work.
npx skillsauth add nimbalyst/skills standup-summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a concise standup-style summary of my recent git commits.
Arguments: <time-period>
git log --since="<time>" --author="$(git config user.name)" --pretty=format:"%h - %s (%cr)" --no-mergesgit log --since="<time>" --author="$(git config user.name)" --pretty=format:"%h|%s|%b" --no-mergesHere's what I worked on in the last [period]:
- [Achievement/feature area]: [summary of what was done]
- [Another area]: [summary]
- [Additional work]: [summary]
testing
Structure user research findings and insights. Use when documenting user research, interview synthesis, or usability testing results.
testing
Parallel multi-agent research with citations. Use when conducting deep research, competitive analysis, or investigating complex topics.
testing
Simulate customer interviews for practice. Use when preparing for user interviews or testing interview scripts.
research
Competitive analysis with SWOT and feature comparisons. Use when analyzing competitors, comparing products, or evaluating market positioning.