writing-conventional-commit

Installation
SKILL.md

Writing Conventional Commits

Use this skill when drafting or reviewing commit messages.

Required format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Types

  • feat: new feature.
  • fix: bug fix.
  • Other types are allowed (examples: build, chore, ci, docs, style, refactor, perf, test).
Installs
2
First Seen
Aug 26, 2026
writing-conventional-commit — metroscope-dev/skills