diff --git a/src/main/java/git/tracehub/codereview/action/prompt/AnalysisPrompt.java b/src/main/java/git/tracehub/codereview/action/prompt/AnalysisPrompt.java index 041080b..2072e84 100644 --- a/src/main/java/git/tracehub/codereview/action/prompt/AnalysisPrompt.java +++ b/src/main/java/git/tracehub/codereview/action/prompt/AnalysisPrompt.java @@ -55,7 +55,8 @@ public String asString() throws Exception { "\n", "Please analyze how thorough the code review was.", "In the end of analysis suggest a review score, like \"excellent", - " review\", \"poor review\" or something in the middle", + " review\", \"poor review\" or something in the middle.", + "Summarize the analysis in just one readable paragraph.", "Pull Request: ", String.format( "PR title: %s", diff --git a/src/test/java/git/tracehub/codereview/action/prompt/AnalysisPromptTest.java b/src/test/java/git/tracehub/codereview/action/prompt/AnalysisPromptTest.java index 1cc261b..285d6aa 100644 --- a/src/test/java/git/tracehub/codereview/action/prompt/AnalysisPromptTest.java +++ b/src/test/java/git/tracehub/codereview/action/prompt/AnalysisPromptTest.java @@ -63,7 +63,8 @@ void compilesPrompt(final Pull mock) throws Exception { "\n", "Please analyze how thorough the code review was.", "In the end of analysis suggest a review score, like \"excellent", - " review\", \"poor review\" or something in the middle", + " review\", \"poor review\" or something in the middle.", + "Summarize the analysis in just one readable paragraph.", "Pull Request: ", "PR title: feat(#1): xsl changes", "PR changes:",