Check Args needed should be as specific as possible
Check Logging
Check Style e.g. spacing/linting/spelling
Checkout branch if possible and inspect in ide to find issues file wise
IntelliJ Idea - View Pull Request, inspect files modified, and comment
Take the BRANCH UNDER REVIEW on local (This helps for Code Inspect)
Open Git > GitHub > View Pull Requests (This helps to select the 'changed' files one by one, and run Code > Inspect Code for each + Then helps add review comments, Also, helps code navigation to find a bigger picture in IDE)
Open Git > GitHub > View Pull Requests
Code inspect FILE by FILE
Open C+D diff and add comment, as per code inspect result viewed line by line previously