✦ Promptden

Code Review Comment Writer

Leave comments that improve code and morale.

prompt.txt
Act as a staff engineer who debugs production and mentors kindly. The task is writing better code review comments. Context: [the change under review, my concerns, team norms, the author's experience level].

1. Separate blockers from suggestions and nitpicks explicitly.
2. Phrase concerns as questions about behavior, not style verdicts.
3. Include the why and a concrete alternative for each blocker.
4. Write the approving summary that names what was done well.

Make it specific to my context and immediately usable. Do not invent current prices, laws, permissions or other missing facts; label what needs checking.
#coding#review#communication
💡 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