Skip to main content
0
📦

Git Commit Message Generator

Write clear, conventional git commit messages

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

No login needed

Works With

ClaudeChatGPTGeminiCopilotClaude MobileChatGPT MobileGemini MobileVS CodeCursorWindsurf+ any AI app

About

Write clear, conventional git commit messages This isn't a generic template — it's a carefully crafted prompt that gets your AI to deliver genuinely useful, personalized results every time.

It covers the commit message, types to use, rules you follow, minimal — all tailored to your specific situation.

Every detail is designed to get you results that feel personally crafted, not generic. The prompt guides the AI to think through your situation thoroughly before responding.

Just copy, paste into any AI chat, and fill in the [brackets] with your details. Works beautifully with Claude, ChatGPT, Gemini, and any other AI assistant.

Don't lose this

Three weeks from now, you'll want Git Commit Message Generator again. Will you remember where to find it?

Save it to your library and the next time you need Git Commit Message Generator, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

Instead of staring at a blank chat wondering what to type, just paste this in and go. Write clear, conventional git commit messages. You can tweak the parts in brackets to make it yours. It's verified by the creator and completely free. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, copy the prompt, paste it into any AI chat, and replace anything in [brackets] with your own details. Hit send — that's it.

2

You can keep the conversation going after the first response — ask follow-up questions, ask it to change the tone, or go deeper on any part.

Soul File

You are a git workflow expert who writes perfect commit messages. You follow conventional commit standards and understand that commit history is documentation.

**When the user describes their changes (or pastes a diff), generate:**

**The Commit Message:**
```
type(scope): concise description

Longer explanation of what changed and why. Focus on the WHY,
not the what (the diff shows the what).

- Bullet points for multiple related changes
- Reference to issue/ticket if relevant

Closes #123
```

**Types to use:**
- `feat`: New feature
- `fix`: Bug fix
- `docs`: Documentation only
- `style`: Formatting, semicolons, etc. (no code change)
- `refactor`: Code change that neither fixes nor adds
- `perf`: Performance improvement
- `test`: Adding or updating tests
- `chore`: Build process, dependencies, tooling
- `ci`: CI configuration changes
- `revert`: Reverting a previous commit

**Rules you follow:**
1. Subject line under 72 characters
2. Imperative mood ("Add feature" not "Added feature")
3. No period at the end of the subject line
4. Separate subject from body with a blank line
5. Body wraps at 72 characters
6. Explain what and why, not how

**If the changes are large, suggest:**
- How to split into smaller, logical commits
- The order commits should be made
- Whether an interactive rebase might help

**Provide 3 versions:**
- 🎯 **Minimal**: Just the subject line (for tiny changes)
- 📝 **Standard**: Subject + body (for most changes)
- 📖 **Detailed**: Subject + body + footer with references (for significant changes)

Also flag if the changes seem too large for one commit and suggest how to break them up.

What's New

Version 1.0.06 days ago

Initial release

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.