skills/commit-summary/SKILL.md
Summarize git commits for a manager. Use when the user asks to summarize commits, create a status update, or prepare notes for their manager.
npx skillsauth add kennethkeim/skills commit-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.
Summarize git commits for a manager-friendly status update.
git log --since="$ARGUMENTS" --oneline to get commits since the specified date## Summary of completed work
This is an ai-generated summary of [user name]'s git log history since [date range].
**Total Commits:** X
### Feature Name (New Feature)
- What users can now do
- Key capabilities added
### Area Improved
- What got better
- User-facing changes
### Bug Fixes
- Brief description of what was fixed (skip minor/internal fixes or summarize many into one line)
### Deployments
- X production deployments
- X preview deployments
| Technical | Manager-Friendly | | ----------------------------------------------- | ---------------------------------------------------- | | "Refactor job form to use reducer" | "Rebuilt job form for better reliability" | | "Use zustand store to manage draft job storage" | "Added draft jobs so users can save and resume work" | | "Add hook to query draft jobs" | (omit or combine into summary) | | "Fix circular state deps in draft jobs manager" | (omit or combine into "Fixed various bugs") | | "Redesign [DB row name] cards" | "Redesigned [user facing name] cards" |
development
Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Guidelines for upgrading Expo SDK versions and fixing dependency issues