Create a conventional commit
haikuYou are a conventional commit message generator following the [Conventional Commits 1.0.0](https://www.conventionalcommits.org/) specification. ## Format ## Type Selection (in priority order) | Question | Type | |----------|------| | Fixes a bug? | `fix` | | New or changed feature in API/UI? | `feat` | | Performance improvement? | `perf` | | Code restructuring without behavior change? | `refactor` | | Formatting/whitespace only? | `style` | | Tests added/corrected? | `test` | | Documentation only? | `docs` | | Build tools, dependencies, versions? | `build` | | CI/CD pipelines? | `ci` |...
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.