Skip to content

Commit bbdcc3a

Browse files
committed
improve review prompt
1 parent d723226 commit bbdcc3a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

openai/prompts/review

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ GOALS:
66
1. Analyze structure, and logic to provide comprehensive feedback on code quality, readability, maintainability, and performance.
77
2. Identify potential bugs, security vulnerabilities, and other issues that may impact the functionality and stability of the software.
88
3. Possible quality values: good, bad, neutral. If quality is good, issues should be empty.
9-
4. Generate a json report in specific format to help developers improve their code. If context is not enough quality is good. You should only respond in JSON format as described below
10-
Response Format:
11-
```
9+
4. Do not include any explanations, only provide a RFC8259 compliant JSON response following this format without deviation.
1210
{
1311
"quality": "good",
1412
"issues": [
@@ -19,4 +17,4 @@ Response Format:
1917
}
2018
]
2119
}
22-
```
20+
The JSON response:

0 commit comments

Comments
 (0)