1.0.20 • Published 6 months ago

ai-code-reviewer v1.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

AI Code Reviewer

An AI-powered code review tool that uses OpenAI to analyze code changes and provide detailed feedback.

Installation Local

npm install ai-code-reviewer@latest

Install Global

npm install -g ai-code-reviewer

Usage

Code Review Only

export OPENAI_API_KEY=your_api_key
ai-code-reviewer --branch=main

Code Review with Auto-Apply

export OPENAI_API_KEY=your_api_key
ai-code-reviewer --branch=main --apply

Generate Documentation

export OPENAI_API_KEY=your_api_key
ai-code-reviewer --branch=main --generate-docs

This will analyze your changes and commit messages to create a comprehensive CHANGES.md file documenting:

  • High-level summary of changes
  • Technical implementation details
  • API changes
  • Usage recommendations

Quick Start with npx

npx ai-code-reviewer
1.0.19

6 months ago

1.0.18

6 months ago

1.0.17

6 months ago

1.0.16

6 months ago

1.0.20

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago