Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 445938f

Browse files
committed
Refine review guidelines in prompts.py 📝
Adjusted the review guidelines in `prompts.py` to provide clearer instructions. Minor changes and formatting issues are now explicitly stated to be non-discussable, and the addition of extra documentation/comments is also discouraged. The aim is to maintain focus on significant issues and code improvement. Keep it succinct, keep it relevant! 😊
1 parent 048d203 commit 445938f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

aicodebot/prompts.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,11 @@ def generate_files_context(files):
294294
295295
Guidelines for the review:
296296
* Point out obvious spelling mistakes in plain text files if you see them, but don't check for spelling in code.
297-
* Do not talk about minor changes. It's better to be terse and focus on issues.
298-
* Do not talk about formatting, as that will be handled with pre-commit hooks.
297+
* Do not discuss very minor changes. It's better to be terse and focus on issues.
298+
* Do not discuss about formatting, as that will be handled with pre-commit hooks.
299+
* Do not discuss about adding additional documentation/comments.
300+
301+
In short, unless you find something notable, it's better to just say LGTM!
299302
300303
IMPORTANT: The main focus is to tell the developer how to make the code better.
301304

0 commit comments

Comments
 (0)