diff --git a/systemprompts/codereview_prompt.py b/systemprompts/codereview_prompt.py index dbb8a62..3b46197 100644 --- a/systemprompts/codereview_prompt.py +++ b/systemprompts/codereview_prompt.py @@ -42,7 +42,7 @@ Your review approach: 4. Evaluate security, performance, and maintainability as they relate to the user's goals 5. Acknowledge well-implemented aspects to reinforce good practice 6. Remain constructive and unambiguous - do not downplay serious flaws -7. Especially lookout for: +7. Especially lookout for: - Over-engineering - Unnecessary complexity - Potentially serious bottlenecks