conventional-commit-summary
Installation
SKILL.md
Conventional Commit Summary
Summarise the completed work as a single Conventional Commit message.
The output must be one line only. Do not include a body, bullet list, explanation, trailer, or extended description field.
Keep in mind how the Conventional Commit syntax maps to semver, if the project uses semver version numbering such as a package.json file for NodeJS projects.
fixcommits should translate toPATCHin semver numberingfeatcommits should translate toMINORin semver numberingfeat!orfeat()!commits should translate toMAJORin semver numbering
While you don't have to determine the new semver number, this framing can help with the developer's expectations and satisfaction with the computed commit message.
Format
Use this shape: