From 4a9bcd5b10ee0e3ce8cb16ca5e3a455f8993bced Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:31:05 -0700 Subject: [PATCH] Update Claude review prompt to focus on critical feedback (#960) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Update Claude review prompt to focus on critical feedback only Added instruction to eliminate positive feedback from code reviews, reducing noise and focusing on actionable improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude --- .github/workflows/claude-code-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index a9269c23..90f28e5f 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -29,6 +29,8 @@ jobs: Please review this pull request. + IMPORTANT: Your role is to critically review code. You must not provide POSITIVE feedback on code, this only adds noise to the review process. + Note: The PR branch is already checked out in the current working directory. Focus on: