You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to automate reviews with this tool and see how we can integrate it into our company's workflows. We've seen some good suggestions but sometimes quite verbose and unnecessary compliments about our code. Here are some examples:
The code is well written and follows the SOLID principles.
The code changes are generally safe and follow good practices.
The changes in this file are generally good, but there are a few areas that...
Expected Behavior:
The chatbot should simply comment about potential errors, risks, etc.
One could do that by adding the following sentence to the prompt:
Do not praise or complement anything. Only focus on the negative aspects of the code.
In my opinion, this has led to more concise feedback although this might change the emojis at the end of the message (because there are only negative things mentioned)
I was wondering if others also experienced this and if anyone tried using different prompts.
The text was updated successfully, but these errors were encountered:
Yes, that is probably a good addition. Feel free to open a PR. There a a bunch of tools that have come out recently to improve prompts. I just haven't had the chance to add one to the project yet.
Current Behavior:
I'm trying to automate reviews with this tool and see how we can integrate it into our company's workflows. We've seen some good suggestions but sometimes quite verbose and unnecessary compliments about our code. Here are some examples:
Expected Behavior:
The chatbot should simply comment about potential errors, risks, etc.
One could do that by adding the following sentence to the prompt:
In my opinion, this has led to more concise feedback although this might change the emojis at the end of the message (because there are only negative things mentioned)
I was wondering if others also experienced this and if anyone tried using different prompts.
The text was updated successfully, but these errors were encountered: