From 717845015ea3e31cf6079645ab29ae9de52ce445 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Dec 2025 15:32:11 +0000 Subject: [PATCH] Add feedback prompt back to code review comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restore the 👍/👎 feedback CTA to help gather signal on code review usefulness. --- plugins/code-review/commands/code-review.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/code-review/commands/code-review.md b/plugins/code-review/commands/code-review.md index a2dddd3f..19baa1aa 100644 --- a/plugins/code-review/commands/code-review.md +++ b/plugins/code-review/commands/code-review.md @@ -114,6 +114,8 @@ Found 3 issues: +If this code review was useful, please react with 👍. Otherwise, react with 👎. + --- - Or, if you found no issues: @@ -124,6 +126,8 @@ Found 3 issues: No issues found. Checked for bugs and CLAUDE.md compliance. +If this code review was useful, please react with 👍. Otherwise, react with 👎. + --- - When linking to code, follow the following format precisely, otherwise the Markdown preview won't render correctly: https://github.com/anthropics/claude-code/blob/c21d3c10bc8e898b7ac1a2d745bdc9bc4e423afe/package.json#L10-L15