-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate AI code reviewer #5191
Comments
I agree that we should leverage AI to do some time saving and mental effort. To add on to the use cases I think it would be great if they could also do this
|
This is nice and thanks @ylwu-amzn for the proposal. The only question I have is that the action requires an OpenAI key, are we fine with registering one for the action? |
I think should be ok. Open to discuss this. |
I like the idea, but would suggest we find a way to make it on-request (e.g., a reviewer adding a comment like I'd also like AI bots to look at flaky tests and suggest how to fix them! |
[Triage] @dblock @getsaurabh02 Please take a look and add your comments. |
Someone from Dosu contacted me recently on the matter, sharing the relevant conversation:
|
Is your feature request related to a problem? Please describe
The current code review process can be time-consuming and may miss certain issues that an AI could potentially catch. Human reviewers may have inconsistent standards or overlook minor details due to fatigue or time constraints. Additionally, there's a need for faster initial feedback on code changes, especially for large repositories with high commit frequencies.
Describe the solution you'd like
We propose integrating an AI code reviewer into our GitHub workflow. The AI reviewer would:
Describe alternatives you've considered
Additional context
One example AI code reviewer action: https://github.com/marketplace/actions/ai-code-review-action
The text was updated successfully, but these errors were encountered: