Settings

Theme

Show HN: Gait – A Command Line Tool for reviewing code changes

github.com

2 points by egecant a year ago · 0 comments · 1 min read

Reader

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 ```

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection