Although code style is important, it is not the important part of a review. (There are enough tools.)
More important is that an experienced developer looks at your solution and makes suggestions about problems or improvments in the design. The reviewer may also give some hints about which classes / methods to use, which might already do what was rebuilt by the author or which have a better performance. A second view shows you flaws, that you won't see in code you have written yourself. But because the reviewer is not completely objective, it is the author's choice to choose which improvments he will implement.
As a guideline you should provide a check list for common problems, but you must not restrict the review to them.
And finally you won't need a person that judges and keeps the quality of code, as this is the responsibility of every single programmer.