From e4d43f46479f341438b42e3adc97e26d137e7785 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 19 Jan 2026 11:46:17 -0700 Subject: [PATCH] Fix Claude review workflow with pr-review-toolkit plugin - Add plugin_marketplaces to install from Anthropic official marketplace - Add plugins to install pr-review-toolkit - Fix allowed_tools pattern syntax (space wildcards instead of colons) - Add git commands and Skill to allowed_tools - Restore skill-based review prompt Co-Authored-By: Claude Opus 4.5 --- .github/workflows/review-pr-claude.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: |