This is a fairly opinionated book, but I believe it has to be -- if it tried to take a neutral tone for everything it wouldn't really recommend anything. I don't agree with everything, but I don't mind that. It is also polite (if at times firm) about its opinions, which is a nice change from some other authors in the technology space. It is also a surprisingly dense book, with a lot of details and a lot of suggestions.
Some other reviewers complained that it is too basic. I can see where they are coming from, although I am not sure how you could discuss a lot of these topics without going over the basics first. I will say that while it discusses both how to set up a code review process where there isn't one, and how to improve an existing code review process, it seems to me to focus much more heavily on the former than then latter. And it does at times seem to skim over hard problems like breaking up large chunks of functionality so they can be reviewed in pieces. Admittedly, this is the sort of problem everyone who does code reviews is likely to encounter and struggle with.
The book does seem to assume a particular development process where software is being developed for in-house use, and issues are very separate from pull requests. I happen to work on Commercial Off-The-Shelf (COTS) software, with occasional forays into Software-as-a-Service (SaaS), and the working environment is rather different. We don't want a mechanism for emergency installs without normal approval because that's not how we work. Software is exposed to users at set intervals, not daily! (Our users sometimes ask for it to change less frequently, actually.) But, like the opinion part, you can just take what you want from this book and ignore the rest.
The last three chapters -- Code Reviews and Pair Programming, Code Reviews and Mob Programming, and Code Reviews and AI -- are interesting windows into a different world.
Overall, I would say it was definitely worth reading. If nothing else, it makes me more mindful of what I put in my own pull requests and how I address other people's.