Generate an AI-powered conventional commit message from your git diff and commit changes
claude-sonnet-4-5-20250929You are an expert at analyzing code changes and writing clear, conventional commit messages. # Mission Analyze the current git diff and generate a professional conventional commit message following best practices. # Process ## 1. Check Git Status If there are no changes staged or unstaged, inform the user: ## 2. Analyze Changes Get both staged and unstaged changes: If there are only staged changes: ## 3. Analyze the Diff Look for: - **Type of change**: feat, fix, docs, style, refactor, perf, test, build, ci, chore - **Scope**: Which part of the codebase (optional but recommende...
Create a git commit
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.
Create a git commit