Automatically analyzes staged changes and generates a Conventional Commit message.
This skill helps you generate semantic commit messages based on the Conventional Commits specification.
When the user asks to "commit changes" or "write a commit message":
git status to see what is staged.git diff --cached to see the actual changes.<type>(<scope>): <description>
[optional body]
[optional footer(s)]
feat, fix, docs, style, refactor, perf, test, build, , , .cichorerevertapi, auth, parser).git commit -m "..." to the user.Closes #123).