Review of my Rust project

Hi, everyone! I'm happy to be a part of such a big Rust community!

I developed a bot for GitHub that uses large language models (LLMs) to speed up and improve the handling of issues in the repository.

Currently, the bot can: 1) improve the bug report (for example, the user did not specify the version of the OS or Rust compiler), 2) and it also automatically adds labels to the issue

PR: https://github.com/InAnYan/rust-gib/pull/1

You can test in the same repository as the PR, and you can also look at the test one: Issues · InAnYan/gib-test-repo · GitHub %3Aopen

The project was made to be extensible: you can implement other Git hostings (such as GitLab or BitBucket), and you can also add some other LLM provider easily. But, for now, only GitHub and OpenAI is supported

2 Likes

Hi!

PR: https://github.com/InAnYan/rust-gib/pull/1

This link is broken. Have you published the repository?

Also, would you like us to review your code (you tagged the post code review) or is this more of a project announcement?

Oh, sorry very much! I should've made the repo public.

I'll fix this right away! Thanks

Nice idea for a project actually. Can be handy for anyone managing a busy GitHub repository. It can find real use cases if you polish it up, so keep up the good work! :grinning:

@Dan4o1337, thank you for your comment!

If you reviewed my code, I would highly appreciate if you click "Aprove" (or "Request changes") in the PR in GitHub repository, as this would help me to credit your review at my bootcamp

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.