This command helps you create well-formatted commits with conventional commit messages and emoji.
# Claude Command: Commit This command helps you create well-formatted commits with conventional commit messages and emoji. ## 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: - `pnpm lint` to ensure code quality - `pnpm build` to verify the build succeeds - `pnpm generate:docs` to update documentation 2. Checks which files are staged with `git status` 3. If 0 files are staged, automatically adds all modified and new files with `git add` 4. Perform...
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.