Commit message
Skill bjg4/bgskillz/bakeoff/fixtures/v4/commit-message/commit-message
Build high-quality, portable Claude skills that trigger reliably and deliver real value.
npx -y skills add bjg4/bgskillz --skill commit-messageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Helps write commit messages.
SKILL.md
1.2 KB, as published. Nobody here has run it
Commit Message Helper
You should help the user write good commit messages. Commit messages are important for project history and you should take care to write them well.
Why Commit Messages Matter
Good commit messages help teams understand what changed and why. You should always try to write clear and descriptive messages.
Guidelines
You should use the imperative mood. You should keep the subject line under 50 characters if possible. You should add a body if the change needs explanation. You should reference issue numbers when relevant.
Conventional Commits
You might want to use conventional commits format sometimes. This includes types like feat, fix, docs, etc. You should explain the format if the user is unfamiliar.
Examples
You should provide examples of good commit messages when helpful.
Things to Avoid
You should not write vague messages like "fix stuff" or "update". You should not include unnecessary detail.
Additional Tips
Think about what a reviewer would want to know. Consider breaking large changes into multiple commits. Remember that the message is permanent.