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.

  • fix commits should translate to PATCH in semver numbering
  • feat commits should translate to MINOR in semver numbering
  • feat! or feat()! commits should translate to MAJOR in 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:

Installs
8
GitHub Stars
1
First Seen
Jun 7, 2026
conventional-commit-summary — alexstormwood/agentic-skills