Skip to content
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

Tools: Tool for minimal review of pull request content by LLM #80

Open
ktyubeshi opened this issue Feb 11, 2024 · 0 comments
Open

Tools: Tool for minimal review of pull request content by LLM #80

ktyubeshi opened this issue Feb 11, 2024 · 0 comments
Assignees

Comments

@ktyubeshi
Copy link
Collaborator

ktyubeshi commented Feb 11, 2024

Overview

This script reviews the contents of pull requests using an LLM.
Ideally, submitted pull requests should be reviewed by native speakers.
However, in the absence of reviewers, this script will minimally ensure there are no issues with the content.

Idea

  • Extracts the entries generated by the differences in the pull request.
  • Checks each entry with an LLM, such as GPT, for deviations from the original text or any obvious issues, and outputs the responses in a report.

Note

Ideally, it would include consistency checks, but this is not easy due to the volume of information that must be processed at once. It will likely require a combination of techniques such as vector search and a lot of trial and error.

The initial script will perform checks that are able to be completed individually for each entry.

@ktyubeshi ktyubeshi self-assigned this Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant