Back to prompts
Commit Message
Generate conventional commit messages from diffs
/engineering
v1
0 uses
git
engineering
writing
History
Run
Prompt Content
Variables:
{{diff}}
--- version: 1 created_at: "2026-04-03T17:30:26.491Z" message: "Initial version" ---Write a concise git commit message for the following diff. Follow conventional commits format (feat/fix/refactor/docs/chore/test). The first line should be under 72 characters. Add a body paragraph if the change needs explanation. ```diff {{diff}} ```
Duplicate
Delete