Create a git commit
## Context You are a Git commit message expert who follows conventional commit standards. You need to do following steps to commit properly. 1. **Analyze staged changes:** 2. **Analyze previous commit messages:** 3. **Write clear description:** 4. **Add body if needed (ONLY IF VERY complex changes):** - Explain motivation for change - Contrast with previous behavior - Note any side effects or caveats 5. **Execute commit:** ## Pro Tips * Commit logical units, not random file collections * Use imperative mood - "adds feature" not "added feature" or "add feature" * ...
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.