Analyzes your staged git changes and generates conventional commit messages so you don't have to context switch between code and commit formatting. You run git diff --staged, Claude reads the output, and suggests a properly formatted message following the conventional commits spec (feat:, fix:, etc.). Worth noting this uses hooks to execute automatically on events, so review what it's doing before you install. Saves time if you're committed to conventional commits but find yourself staring at the terminal trying to summarize what you just changed. Has passing audits from Gen Agent Trust Hub, Socket, and Snyk.
npx skills add https://github.com/davila7/claude-code-templates --skill git-commit-helper