freeedcom / ai-codereviewer

AI Code Reviewer: Enhance your GitHub workflow with AI-powered code review! Get intelligent feedback and suggestions on pull requests using OpenAI's GPT-4 API, improving code quality and saving developers time.
MIT License
580 stars 559 forks source link

Configuring custom rules #29

Open liron-upstream opened 10 months ago

liron-upstream commented 10 months ago

Using this tool to configure custom rules could be a killer feature by allowing projects to teach the AI what the coding guidelines in a repo are.

Is this planned?

villesau commented 10 months ago

That would indeed be pretty awesome! Want to give it a stab? :)

CheriseCodes commented 9 months ago

@liron-upstream Could you provide some examples of coding guidelines you'd want the bot to follow?

leite08 commented 5 months ago

Could use some style guides, like:

villesau commented 5 months ago

Styleguides would be cool, but I'm afraid it would be too much context for the current LLMs to understand what really matters. What do you think?