git-commit

Installation
SKILL.md

Git Commit Message Skill

Generate conventional, informative commit messages for Java projects.

When to Use

  • After making code changes
  • User says "commit this" / "commit changes" / "create commit"
  • Before creating PRs

Format Standard

Use Conventional Commits format:

<type>(<scope>): <subject>

<body>

<footer>
Installs
79
GitHub Stars
672
First Seen
Mar 5, 2026
git-commit — decebals/claude-code-java