commit/
Generate a conventional commit message for staged changes
When to use this
- Before every git commit to generate a well-scoped conventional commit message automatically
- When working on a team with strict commit message conventions to avoid format inconsistencies
- When you want git history that is readable as a changelog without extra tooling
How to use
-
Open the template on GitHub and copy its content:
skills/commit/SKILL.md -
Place the file inside
.claude/skills/in your project (or globally in~/.claude/to share across all projects). - Edit the Markdown content to match your project conventions, team constraints, and specific context.