Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
# 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...
Create a git commit
Generate an AI-powered conventional commit message from your git diff and commit changes
Analyzes code changes and generates a conventional commit message.
Create atomic conventional git commit
Create structured git commits with intelligent file grouping