|
|
|
Show HN: Gait – A Command Line Tool for reviewing code changes
(github.com)
|
|
2 points
by egecant
643 days ago
|
|
Hey HN, 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. 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. 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! You can install it via pip: ```
pip install gait
``` |
|