An automated code review tool that uses GPT you can use straight from your terminal. More information: https://github.com/vibovenkat123/review-gpt.
rgpt --i "$(git diff {{path/to/file}})"
rgpt while reviewing the code:rgpt --v --i "$(git diff {{path/to/file}})"
rgpt --max {{300}} --i "$(git diff {{path/to/file}})"
rgpt --pres {{1.2}} --i "$(git diff {{path/to/file}})"
rgpt --model {{davinci}} --i "$(git diff {{path/to/file}})"
rgpt use a JSON output:rgpt --json --i "$(git diff {{path/to/file}})"