cli-ai-code-review
v0.0.7
Published
CLI tool to review code using OpenAI GPT
Readme
cli-ai-code-review
CLI Code Review powered by ChatGPT
Setup
Make sure you have at least Node18 and npx in your path. Sign up for an OpenAPI API key and set it as an environment variable OPENAI_API_KEY
Usage
With changes staged in your current git directory, run:
npx cli-ai-code-reviewThis will submit the output of a git diff --staged to ChatGPT
