Create well-formatted git commits with conventional commit messages
Generates conventional git commit messages by analyzing staged changes and following established formatting rules.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/smaiil-awesome-claude-agents/marketplace.json/plugin install smaiil-awesome-claude-agents@cpd-smaiil-awesome-claude-agentsgit/Create a git commit with a well-structured conventional commit message.
git status to see changed filesgit diff --staged to review staged changes (if any)git diff to review unstaged changesfeat: New featurefix: Bug fixdocs: Documentation onlystyle: Formatting, no code changerefactor: Code restructuringtest: Adding testschore: Maintenance tasksgit addtype(scope): descriptiontype(scope): short description
[optional body with more details]
[optional footer]
Co-Authored-By: Claude <noreply@anthropic.com>