Hey HN,<p>I wanted to share the open-source command line tool I built a while ago that allows you to review code changes in a git repository with chatGPT.<p>My personal favorite is the gait pr command, it compares the HEAD with a remote branch and generates a PR review automatically. This means you can get preliminary review by GPT-4 before even opening an actual pull request, increasing your chances of approval.<p>Currently it is just a prototype with minimal customization and with only a zero-shot prompt but I believe it has a huge potential, and I am open to your insights and contributions. Please feel free to try it out and give feedback!<p>You can install it via pip:<p>```
pip install gait
```