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).