diff --git a/.github/workflows/review-pr-claude.yml b/.github/workflows/review-pr-claude.yml index 0c1666a47..7fb20b5a5 100644 --- a/.github/workflows/review-pr-claude.yml +++ b/.github/workflows/review-pr-claude.yml @@ -48,7 +48,9 @@ jobs: uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - allowed_tools: 'Bash(gh pr comment:*),Bash(gh pr view:*),Bash(gh api:*),Read,Glob,Grep,Task,Skill' + plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' + plugins: 'pr-review-toolkit' + allowed_tools: 'Bash(gh pr *),Bash(gh api *),Bash(git diff *),Bash(git log *),Bash(git show *),Read,Glob,Grep,Task,Skill' claude_args: | --model claude-opus-4-5 prompt: |