Generate a meaningful Git commit message prompt
Writes a Conventional Commits-compliant, concise commit message.
Ready prompt
For the diff below, write a Conventional Commits-compliant subject (≤50 chars) and a short body (72-char line limit) only if needed.
Rules:
- Use imperative mood ("add" not "added").
- Prefer a single subject line; add a body only for the *why*.
- The type must be one of: feat, fix, refactor, perf, docs, test, chore, style.
Diff:
```diff
```Prompts are for illustration only. Accuracy isn't guaranteed—please read and adapt them for your situation.
This prompt is for general purposes. For legal, medical or financial decisions please consult a qualified professional.
Related prompts
Coding & Development
Translate pseudocode to correct code prompt
Turns algorithmic pseudocode into idiomatic, testable code in a target language.
ChatGPTClaudeGemini
0
Coding & Development
Error handling plan and refactor prompt
Maps failure points in a piece of code and proposes a clear resilience strategy.
ChatGPTClaudeDeepSeek
0
Coding & Development
Explain an algorithm step by step prompt
Teaches an algorithm with visual intuition, a concrete example and a small reference implementation.
ChatGPTClaudeGemini
0
Coding & Development
Infer solid TypeScript types for code prompt
Adds tight, readable TypeScript types to untyped or loosely typed code without changing runtime behavior.
ChatGPTClaudeDeepSeek
0