Do the code review of the current state of the git working directory. Use command to see changed files. - Ignore code generation artifacts like protobuf generated files, and similar. - Ignore files with file extension. - Pay attention to any left out debug statements, code that's left commented out, unused code, and any other potential issues. ---