Commit

AI-Powered Git Commit Messages

Stop thinking about commit messages. Just code, then commit. AI writes professional messages that actually explain your changes.

Genuinely fast
Zero thinking
Actually useful

Watch It Work

$ commit -q
Analyzing all changes...
Generating commit message...
✓ Generated: feat(auth): implement OAuth2 authentication flow
✓ Committed successfully!

Quick Mode (-q)

Auto-commits without interruption. Use this 90% of the time.

Interactive Mode

Shows options before committing. Use when you're picky.

Setup Takes 2 Minutes

1. Install

$ bun install -g @muhammedsamal/commit

2. Set API Key

$ export GROQ_API_KEY="your_key_here"

Grab a free key from Groq Console

3. Create Alias (Optional)

$ echo "alias cq='commit -q'" >> ~/.zshrc
$ source ~/.zshrc

4. Use It

$ cq

That's it. Now run cq and watch it work.

Why You'll Actually Use It

It's Genuinely Fast

Groq responds in milliseconds. No waiting around. Just commit and move on.

Zero Thinking Required

Reads your changes, writes the message, commits. You just code.

Consistent Team Standards

Everyone gets properly formatted conventional commits without training or enforcement.

Works With Your Workflow

Drop it into any project. No configuration files or process changes needed.

Who Uses This

Solo Developers

Want clean commit history without the overhead. Just code, then commit.

Development Teams

Need consistent standards but don't want to police every commit.

Open Source Maintainers

Want contributors to follow conventional commits automatically.

Stop Thinking About Commit Messages