ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

🐥 A code review bot powered by ChatGPT

Results 65 ChatGPT-CodeReview issues
Sort by recently updated
recently updated
newest added

It appears that another code review tool (https://github.com/coderabbitai/ai-pr-reviewer) offers a conversational code review feature. If possible, could you please consider adding a similar conversational review functionality? Thank you!" ![image](https://github.com/user-attachments/assets/f3b7a2ee-e7ae-4663-87a8-cd396b741820) ![image](https://github.com/user-attachments/assets/d8c465f9-2fce-4b95-bd8b-3f0013abd89a)...

enhancement

## Summary I noticed that this tool assumed that OpenAI API Key is always stored in `OPENAI_API_KEY` secrets variable (https://github.com/anc95/ChatGPT-CodeReview/blob/dev/src/bot.ts#L21). I want to make this key can be stored with...

GitHub Models provides free AI inference in GitHub Models (supports all OpenAI models, DeepSeek, plus others). It would be nice to support that in the GitHub Actions version of this...

合并的时候往往已经项目开发到一定阶段了,如果代码codeview发生什么问题大改的可能性小,如果每次可以在提交或者推送时及时给出AI的codereview结果,如果不合格就推送结果到飞书企微钉钉@某人,这样我们就可以更高效的代码正反馈