Generates properly formatted conventional commit messages with the right types, scopes, and footers so your commits work with semantic versioning tools. It walks through analyzing your changes, picking the correct type (feat, fix, refactor, etc.), adding optional scopes for affected modules, and formatting breaking changes with the exclamation mark or BREAKING CHANGE footer. The skill includes commitlint configs and semantic-release integration examples, which is helpful if you're setting up automated versioning. Most useful when you want consistent commit history without memorizing the spec every time. The examples cover common cases like issue references, co-author credits, and revert messages.
npx skills add https://github.com/patricio0312rev/skills --skill conventional-commits