Skip to main content
Code Guide
Skill Recommended

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

  1. Open the template on GitHub and copy its content: skills/commit/SKILL.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates