DevelopmentTechnologybeginner

Git Commit Message Generator

Write clear, conventional commit messages

Full Prompt Template
Copy this prompt and customize the placeholders in [BRACKETS] with your specific details
Generate a conventional commit message for these changes:

[DESCRIBE YOUR CHANGES]

Format:
<type>(<scope>): <subject>

<body>

<footer>

Types:
- feat: New feature
- fix: Bug fix
- docs: Documentation
- style: Formatting
- refactor: Code restructuring
- test: Adding tests
- chore: Maintenance

Guidelines:
- Subject line: 50 chars max, imperative mood
- Body: Explain what and why (not how)
- Footer: Breaking changes, issue references

Example:
feat(auth): add OAuth2 social login

Implemented Google and GitHub OAuth2 authentication
to reduce signup friction and improve conversion rates.
Users can now sign up with existing accounts.

Closes #123
BREAKING CHANGE: Old session tokens invalidated

Changes: [YOUR CHANGES]
How to Use This Prompt

1. Copy the Template

Click the "Copy Prompt to Clipboard" button above to copy the entire prompt template.

2. Replace Placeholders

Find all text in [BRACKETS] and replace with your specific information. For example, replace [PRODUCT NAME] with your actual product name.

3. Paste into AI Tool

Use this prompt with ChatGPT, Claude, Gemini, or any other AI assistant to generate your customized content.

4. Refine & Iterate

Review the AI's output and ask follow-up questions or request revisions to perfect the result.

Industry

Technology

Difficulty Level
Beginner