mattzcarey / code-review-gpt

Code review powered by LLMs (OpenAI GPT4, Sonnet 3.5) & Embeddings ⚡️ Improve code quality and catch bugs before you break production 🚀 Lives in your Github/GitLab/Azure DevOps CI
https://oriontools.ai
MIT License
1.55k stars 153 forks source link

[Epic]: any idea if add a whole repo review routine for opensorce code check or old repo refactor? #347

Open clipsheep6 opened 1 month ago

clipsheep6 commented 1 month ago

Description

Since we may use some opensource project that may have existing bugs or old repo may need refactor ,maybe not only check PR also whole repo like a super static analysis?

Validation steps

  1. maybe find all code with repo structure and list all related files
  2. cut to resonable pieces and make review
  3. summary to give the report based on file/module

I have found tools like this: https://github.com/butterl/code_review_tool/blob/main/code_reviewer.py but it's simple not to work well on big repo