All AI prompts
Coding & Dev
Perfect conventional commit message
Follows conventional-commits, with body and footer.
The prompt
Given this git diff, write a Conventional Commit message. Include type(scope): subject (max 72 chars), a body explaining the 'why', and a footer with BREAKING CHANGE / refs if relevant. Diff: ``` [PASTE DIFF] ```
Paste it into ChatGPT, Claude, Gemini or Midjourney and replace anything in [SQUARE BRACKETS] with your own details.
Related prompts
More Coding & Dev prompts from the library.
- Coding & DevExplain any code line-by-lineGreat for reading unfamiliar codebases.
- Coding & DevRefactor messy code with reasoningCleaner version with a diff-style rationale.
- Coding & DevDebug an error like a senior engineerRoot cause, fix, and prevention — not just a patch.
- Coding & DevBuild & explain a regex from plain EnglishWith test cases you can paste into a regex tester.