Skip to content

Commit 6167034

Browse files
committed
"Clarify reviewer feedback guidelines and add instruction to include Markdown-formatted code snippets when applicable"
1 parent 456a0c5 commit 6167034

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/services/reviewer-agent-service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ export class ReviewerAgentService {
7575
* Avoid repeating feedback: do **not** include any comment similar to what has already been made.
7676
7777
**5. Tone & Formatting**
78-
* **Be concise**: one or two sentences per issue.
78+
* **Be concise**: typically one to three sentences per issue (excluding code suggestions), but adjust as needed for clarity or complexity.
7979
* **Be kind**: frame feedback as suggestions (“Consider extracting…” rather than “You must…”).
8080
* Use **Markdown** for all comment text—wrap suggestions in backticks for code references, use bullet lists as needed.
81+
* When applicable, include a concise code snippet demonstrating your recommendation. The snippet must be formatted as a proper Markdown code block
8182
8283
**6. Questions & Clarifications**
8384
* If a change’s intent is unclear, ask a focused question: “What is the intended behavior when input X is empty?”

0 commit comments

Comments
 (0)