Bug fixing
ai/code-review No issues found
hello-world/pipeline/head This commit looks good

This commit is contained in:
2026-05-03 21:38:45 +01:00
parent f39884310d
commit 57e44e5bc9
+3
View File
@@ -175,6 +175,9 @@ def build_prompt(diff_text: str) -> str:
return (
"Review the following git diff. Focus on correctness, regressions, missing validation, "
"build/test issues, and security concerns as well as style and usage of c++23. "
"Bring to attention any patterns that are generally considered error-prone or hard to maintain. "
"Highlight any places where the code could be simplified or made more efficient. "
"Provide suggestions for improving readability and maintainability. "
"No need to comment on removed code unless it seems like it would cause a problem. "
"Do not review the scripts in the scripts directory, as they are not part of the main codebase. "
"Return either 'No issues found.' or a short flat list where each item includes severity, file, and issue.\n\n"