Create well-formatted git commits with conventional commit messages
# Claude Command: Commit This command helps you create well-formatted commits with conventional commit messages. ## Usage To create a commit, just type: Or with options: ## What This Command Does 1. Unless specified with `--no-verify`, automatically runs pre-commit checks: - Detect package manager (npm, pnpm, yarn, bun) and run appropriate commands - Run lint/format checks if available - Run build verification if build script exists - Update documentation if generation script exists 2. Checks which files are staged with `git status` 3. If 0 files are staged, automatica...
Create a git commit
Generate an AI-powered conventional commit message from your git diff and commit changes
Generate an AI-powered conventional commit message from your git diff and commit changes
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.