By marxbiotech
Comprehensive PR review workflow: execute reviews, integrate Gemini suggestions, and interactively resolve issues
當使用者要求「啟用 subagent」、「配置 subagent 權限」、「enable subagents」、「設定 agent 環境」、「fix subagent permissions」時使用此 skill。幫助使用者配置 Claude Code 環境,確保 pr-review-resolver 等 skill 使用的 subagent 不會遇到權限問題。
This skill should be used when the user asks to "integrate Gemini review", "merge Gemini suggestions", "add Gemini comments to PR review", "sync Gemini code assist", "combine Gemini feedback", or mentions integrating gemini-code-assist suggestions into the PR review comment. Fetches Gemini Code Assist review comments and integrates non-duplicate, non-outdated suggestions into the pr-review-and-document PR comment.
Clean up local PR review cache files for merged or closed PRs. Use when user says "clean up cache", "cleanup merged PR caches", "remove old caches", "clear review cache", or wants to free up space from stale cache files.
Sync local PR review cache with GitHub. Use when user says "sync PR cache", "pull latest review", "refresh cache", "update local cache", or wants to ensure they have the latest review content from GitHub.
This skill should be used when the user asks to "review PR and save results", "run PR review with documentation", "create PR review document", "review and document PR", "save PR review to docs", "document PR review", or mentions reviewing a PR with the intention of saving the review results. Executes comprehensive PR review using pr-review-toolkit with opus model and posts results as a PR comment.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin for comprehensive PR review workflow: execute reviews, integrate Gemini suggestions, and interactively resolve issues.
Latest: See CHANGELOG.md for release notes | Releases for downloads
| Skill | Description |
|---|---|
| pr-review-and-document | Execute comprehensive PR review using opus model and post structured results as a PR comment |
| gemini-review-integrator | Integrate Gemini Code Assist suggestions into the existing PR review comment |
| pr-review-resolver | Interactively resolve PR review issues one by one (繁體中文) |
gh) - authenticated and configuredInstall the official pr-review-toolkit plugin first:
# In Claude Code
/plugin marketplace add claude-plugins-official
/plugin install pr-review-toolkit
In Claude Code:
/plugin marketplace add marxbiotech/pr-review-toolkit
/plugin install pr-review-toolkit
# Clone the repository
git clone https://github.com/marxbiotech/pr-review-toolkit.git
# In Claude Code, add the plugin
claude --plugin-dir /path/to/pr-review-toolkit
This repository also includes a repo-scoped Codex marketplace at .agents/plugins/marketplace.json, a Codex plugin packaged under plugins/pr-review-toolkit/ (with manifest at plugins/pr-review-toolkit/.codex-plugin/plugin.json, skill definitions under plugins/pr-review-toolkit/codex/skills/, and the helper scripts under plugins/pr-review-toolkit/scripts/):
| Skill | Description |
|---|---|
| codex-review-pass | Run six read-only Codex review subagents in parallel and return one deduplicated review bundle |
| pr-review-and-document | Publish the Codex review bundle to the canonical PR review comment and .pr-review-cache/pr-{N}.json |
| gemini-review-integrator | Integrate Gemini Code Assist inline comments into the canonical PR review comment |
| pr-review-resolver | Interactively resolve unresolved PR review findings one by one in Traditional Chinese and coordinate fix decisions |
| codex-fix-worker | Resolver-managed worker that fixes one selected issue with bounded owned files and reports validation results |
Until public Codex marketplace distribution is finalized, install from source by cloning the repository and registering it as a local plugin marketplace in Codex. The current Codex plugin docs describe codex plugin marketplace add . for this workspace-scoped flow; run codex plugin --help against your installed version if the CLI has changed. The marketplace entry points at the packaged plugin directory ("./plugins/pr-review-toolkit"), and the manifest there points Codex at ./codex/skills/ (relative to that plugin root), so keep the repository layout intact:
git clone https://github.com/marxbiotech/pr-review-toolkit.git
cd pr-review-toolkit
jq empty .agents/plugins/marketplace.json plugins/pr-review-toolkit/.codex-plugin/plugin.json
# Then register this directory as a local plugin marketplace using the
# subcommand documented for your Codex version (currently expected to be
# `codex plugin marketplace add .`).
Set the toolkit root for Codex sessions that run these skills. For source installs, point it at the packaged plugin root:
export PR_REVIEW_TOOLKIT_ROOT=/path/to/pr-review-toolkit/plugins/pr-review-toolkit
Codex review is split into distinct responsibilities. codex-review-pass is read-only: it launches the six review subagents (code-reviewer, code-simplifier, silent-failure-hunter, type-design-analyzer, pr-test-analyzer, and comment-analyzer) and returns a normalized bundle. pr-review-and-document owns review publishing and writes that bundle through the shared ${PR_REVIEW_TOOLKIT_ROOT}/scripts/cache-*.sh helpers. gemini-review-integrator merges Gemini Code Assist feedback into that same canonical comment. pr-review-resolver is the interactive decision coordinator for unresolved findings and owns all resolver status updates. codex-fix-worker is resolver-managed only: it fixes exactly one selected issue with bounded owned files and never writes the review comment/cache directly.
Recommended persistent command approvals for ACP-driven Codex runs:
npx claudepluginhub marxbiotech/pr-review-toolkit --plugin pr-workflowv9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development