conventional-commits
Installation
SKILL.md
Conventional Commits
Create commits and PR titles that are easy to review and pass cog verify.
Required format
Use Conventional Commits:
type(scope): imperative subject
The scope is optional:
fix: handle empty setup files
feat(setups): add rust CLI preset
docs(readme): clarify setup install commands