ai-code-reviewer
v1.0.20
Published
AI-powered code review tool using OpenAI
Maintainers
Readme
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@latestInstall Global
npm install -g ai-code-reviewerUsage
Code Review Only
export OPENAI_API_KEY=your_api_key
ai-code-reviewer --branch=mainCode Review with Auto-Apply
export OPENAI_API_KEY=your_api_key
ai-code-reviewer --branch=main --applyGenerate Documentation
export OPENAI_API_KEY=your_api_key
ai-code-reviewer --branch=main --generate-docsThis 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