Maybe static code analysis? It won’t be much, with quite a few false-positives, but still worth a try IMO. When I encountered such lack of review, I mostly googled “best practices” for resolving situations which I was not sure about. After that try to criticize your code yourself: “Maybe I can get rid of this if statement?”, “How do other people go about implementing metrics?”, etc.