Description
A useful code review is two things at once: quality assurance and a learning tool. The Review Protocol takes a code diff and rough notes and turns them into a structured comment you can drop straight into a pull request. Every remark is sorted by severity (Must-fix, Should-fix, Nice-to-have), given a rationale, and, where useful, paired with a concrete suggestion for improvement.
The skill is built for developers who write reviews and want two things at once: clear prioritization and a tone that does not read as gatekeeping. Positive feedback is therefore a fixed section of its own, not an afterthought.
What the skill deliberately does not do: it does not replace a deep understanding of the codebase. It works with what is in the diff and the notes, and flags missing context as an assumption rather than inventing it. The technical accuracy of a security or performance assessment remains with the person reviewing.






