codereview.gpt  by sturdy-dev

Chrome extension for code review via ChatGPT

created 2 years ago
593 stars

Top 55.7% on sourcepulse

GitHubView on GitHub
Project Summary

This Chrome extension leverages ChatGPT to provide automated code reviews for GitHub Pull Requests and GitLab Merge Requests. It's designed for developers seeking to catch potential bugs, learn best practices, or simply augment their review process with AI assistance.

How It Works

The extension functions by fetching the code changes, commit messages, and PR/MR descriptions in a patch format. This data is then sent to ChatGPT via the OpenAI API for analysis. The AI's feedback is presented in a popup window within the browser, allowing users to easily copy-paste suggestions.

Quick Start & Requirements

  • Install from the Chrome Web Store or build from source.
  • Requires an OpenAI API token.
  • Supported browser: Chrome.

Highlighted Details

  • Reviews code changes, commit messages, and PR/MR descriptions.
  • Feedback is provided in a popup window; does not automatically comment on PRs.
  • Rerunning reviews can yield different feedback, especially for larger PRs.

Maintenance & Community

  • No specific contributors, sponsorships, or community links (Discord/Slack) are mentioned in the README.

Licensing & Compatibility

  • MIT License.
  • Compatible with commercial use and closed-source projects.

Limitations & Caveats

Reviews are not guaranteed to be 100% trustworthy and may occasionally hallucinate. Users are advised to use their judgment and re-run reviews if feedback seems inaccurate.

Health Check
Last commit

11 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
7 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.