anc95/chatgpt-codereview

🐥 A code review bot powered by ChatGPT

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 15th, 2026
Created on February 11th, 2023
Open Issues & Pull Requests: 56 (+0)
GitHub issues: Enabled
Number of forks: 461
Total Stargazers: 4,464 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.2 hours
Mean response time: 17.5 days
90th percentile: 4.0 days
Tracked items: 34

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 627 days
Stale 30+ days: 15
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (5)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ChatGPT-CodeReview is a code review bot powered by ChatGPT that integrates with GitHub pull requests to provide automated code feedback.

The tool addresses the need for rapid code review feedback by leveraging ChatGPT to analyze pull request changes. When a pull request is created or updated, the bot automatically reviews the modified files and posts comments directly in the pull request timeline and file changes sections, providing review information without requiring manual intervention.

The project offers multiple deployment options to suit different needs. Developers can install the public GitHub App for immediate use, though the README notes this is rate-limited and intended for testing. For production use or greater control, the tool supports self-hosting via Docker or direct deployment, and can also be integrated as a GitHub Action within existing workflows. Users need to provide an OpenAI API key to enable the ChatGPT functionality. This flexibility means the tool suits teams ranging from those wanting a quick trial to those requiring a dedicated, self-managed instance.

Development activity shows consistent engagement with the codebase. The project maintains translations across multiple languages, indicating ongoing internationalization efforts. Documentation includes a contributing guide and examples of the bot's output in real pull requests, suggesting active community involvement. The tool is built on Probot, a framework for GitHub Apps, and the README references inspiration from related projects in the code review automation space.