Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
/plugin marketplace add ccplugins/awesome-claude-code-plugins/plugin install commit@awesome-claude-code-plugins# Commit Command This slash command is a Git commit helper that: 1. Runs pre-commit checks by default (linting, building, generating docs) 2. Automatically stages files if none are staged 3. Analyzes code changes to suggest potential commit splits 4. Creates commits using conventional commit format with descriptive emojis ## Key Features - Supports options like `--no-verify` to skip pre-commit checks - Encourages "atomic commits" with focused, logical changes - Provides a comprehensive list of commit types and corresponding emojis - Offers guidelines for splitting complex commits ## Exa...