Browse Source

Direct Claude to separate Agent's review summary and inline comments

pull/516/head
Patrick Honkonen 7 days ago
parent
commit
7acba95d06
No known key found for this signature in database
GPG Key ID: 27C65CF8B03CC9FB
  1. 2
      .github/workflows/_review-code.yml

2
.github/workflows/_review-code.yml

@ -287,7 +287,7 @@ jobs: @@ -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:*)"

Loading…
Cancel
Save