Create conventional git commits
commitpluginsetup L2★1,721
ComposioHQ/awesome-claude-plugins ↗What it does
Create conventional-format git commits with emoji
Best for
Standardizing commit messages across team when manual formatting is error-prone or slow.
Inputs
- · changed files
- · commit message description
- · change type (feat/fix/chore/etc)
Outputs
- · git commit with conventional format
- · commit hash
- · commit message with emoji
Requires
- · git (commit operation)
- · Claude (message generation and formatting)
Preconditions
- · files must be staged or auto-staged
- · git config must allow commits
- · project conventions must be known
Failure modes
- · emoji choice doesn't match team norms
- · message truncated if too verbose
- · fails if git hooks reject format
Trust signals
- · v1.0.0, author evmts active in composio space
- · follows established conventional commit standard