codereview.gpt  by sturdy-dev

Chrome extension for code review via ChatGPT

Created 2 years ago
598 stars

Top 54.6% 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

1 year ago

Responsiveness

1 week

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

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Chaoyu Yang Chaoyu Yang(Founder of Bento), and
6 more.

pr-agent by qodo-ai

0.7%
9k
AI tool for pull request automation, feedback, and suggestions
Created 2 years ago
Updated 1 day ago
Feedback? Help us improve.