✦ Promptden

Commit Message Writer

Diffs in, clean conventional commits out.

prompt.txt
Act as a maintainer with strict commit hygiene. My diff or description of changes: [paste git diff or describe what changed]. Repo conventions: [conventional commits / freeform / unknown].

Give me:
1. The commit message: type(scope): subject under 50 characters, imperative mood, no period.
2. The body if the change needs it: what changed and why, wrapped at 72 characters — the 'why' matters more than the 'what', the diff already shows the what.
3. If my diff actually contains 2+ logical changes, say so and split it into separate commits with a message for each — mixed commits are the enemy of git bisect.
4. The 3 commit-message sins in my team's likely history (vague 'fix bug', novel-length subjects, describing code instead of intent) shown against my message.
Teach the pattern so I need you less each time: end with the one-line mental test for a good message.
#git#workflow
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding