review-feedback-quality
Installation
SKILL.md
Review Feedback Quality — Writing Comments That Get Results
Overview
The quality of a code review is measured by how many issues get fixed with minimum friction. Vague comments are 3x more likely to be ignored or result in incorrect fixes than comments that state what is wrong, why it matters, and how to fix it.
Use this alongside review-cheat-sheet (what to look for) and review-code-quality-process (how to run a review end to end).
Comment Templates by Severity
Every comment should answer three questions: What is the problem, Why it matters, and How to fix it. Depth scales with severity.