Help us improve
Share bugs, ideas, or general feedback.
From pr-review-mcp
Canonical consumer skill for PR review in this plugin. Delegates autonomous execution to the built-in pr-reviewer background agent and documents the correct relationship between MCP tools, MCP prompts, and Claude skills.
npx claudepluginhub thebtf/pr-review-mcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/pr-review-mcp:pr-review [pr-number-or-url][pr-number-or-url]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this as the canonical consumer-facing entry for PR review workflows.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Use this as the canonical consumer-facing entry for PR review workflows.
pr-reviewer is the built-in background autonomous executor agent./pr:review remains the built-in MCP prompt slash command for MCP-native flows and compatibility, but it is not the primary plugin workflow surface.mcp__pr__pr_* (data/actions: summary, list, get, invoke, await, resolve, etc.)/pr:review, /pr:review-background, /pr:setupskills/pr-review/SKILL.md) and other SKILL.md artifactsowner/repo#N, or URL).pr-reviewer agent in background (model: sonnet).pr-reviewer run the full MCP-native review cycle:
pr_invoke)pr_await_reviews / pr_poll_updates)pr_list, pr_get, code fixes)mcp__aimux__agents for larger code changes when aimux is available in the consumer environmentpr_resolve)/pr:review only when you explicitly want the MCP prompt/slash-command path instead of the built-in plugin agent path.Skill("mcp__pr__review") — wrong abstraction. That is not a Claude skill./pr:review as the only plugin-facing interface — wrong. The built-in pr-reviewer agent is the primary plugin workflow surface.gh pr diff/gh api ...comments as primary review path — wrong. Use the built-in agent or MCP-native prompt/tool flow.