From 28247486410cfa782080e235b4637d4ba9fff389 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Fri, 3 Jul 2026 15:07:44 -0700 Subject: [PATCH] feat(pr-review-toolkit): add read-only gopls tools to allowed-tools Add all 7 read-only gopls MCP tools to the review-pr skill's allowed-tools frontmatter so they are auto-approved when analysis agents call them during Go PR reviews. Assisted-by: Claude:claude-opus-4-6 --- pr-review-toolkit/.claude-plugin/plugin.json | 2 +- pr-review-toolkit/skills/review-pr/SKILL.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pr-review-toolkit/.claude-plugin/plugin.json b/pr-review-toolkit/.claude-plugin/plugin.json index dffb2bf..d0a4ec6 100644 --- a/pr-review-toolkit/.claude-plugin/plugin.json +++ b/pr-review-toolkit/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "pr-review-toolkit", - "version": "1.8.0", + "version": "1.8.1", "description": "Comprehensive PR review board using shared workflow context", "author": { "name": "cblecker", diff --git a/pr-review-toolkit/skills/review-pr/SKILL.md b/pr-review-toolkit/skills/review-pr/SKILL.md index 92d34c0..c8edbff 100644 --- a/pr-review-toolkit/skills/review-pr/SKILL.md +++ b/pr-review-toolkit/skills/review-pr/SKILL.md @@ -16,6 +16,13 @@ allowed-tools: - mcp__plugin_github_github__pull_request_review_write - mcp__plugin_github_github__add_comment_to_pending_review - mcp__plugin_github_github__add_reply_to_pull_request_comment + - mcp__plugin_golang_gopls__go_diagnostics + - mcp__plugin_golang_gopls__go_file_context + - mcp__plugin_golang_gopls__go_package_api + - mcp__plugin_golang_gopls__go_search + - mcp__plugin_golang_gopls__go_symbol_references + - mcp__plugin_golang_gopls__go_vulncheck + - mcp__plugin_golang_gopls__go_workspace --- # PR Review: $pr-url