Generates conventional commit messages from a diff or change description. Follows the Conventional Commits spec.
Write a git commit message for the following changes.
Changes: {{diff_or_description}}
Rules:
Output format:
type(scope): subject
[optional body]
[optional footer]
Only output the commit message, nothing else.
Skill Details
None{{diff_or_description}}long_textrequiredGit diff output or plain description of changes