In my opinion the first priority of code review should be to prevent mistakes in the code at hand
I disagree. The first priority of code review is WHAT problem is it trying to solve and does it actually solve the problem.
If it's not even solving the problem correctly, pedantic nitpicks are inconsequential.
In my opinion the first priority of code review should be to prevent mistakes in the code at hand