From 7acba95d06f685a9ec3d51e09834a724b41ba54f Mon Sep 17 00:00:00 2001 From: Patrick Honkonen Date: Wed, 10 Dec 2025 14:32:05 -0500 Subject: [PATCH] Direct Claude to separate Agent's review summary and inline comments --- .github/workflows/_review-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_review-code.yml b/.github/workflows/_review-code.yml index 9597377d..4a902ca3 100644 --- a/.github/workflows/_review-code.yml +++ b/.github/workflows/_review-code.yml @@ -287,7 +287,7 @@ jobs: track_progress: true use_sticky_comment: true prompt: | - Use bitwarden-code-reviewer agent to review the currently checked out pull request changes. + Use bitwarden-code-reviewer agent to review the currently checked out pull request changes. The agent will provide inline comments as well as a summary comment. Place inline comments on specific lines of code that need attention, and provide the Agent's summary of overall findings at the end. claude_args: | --verbose --allowedTools "mcp__github_comment__update_claude_comment,mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*)"