From reviewers
Parallel PR review with a selectable team of reviewers. Use for reviewing staged changes, a branch diff, or a GitHub PR. Caller specifies which reviewers to run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reviewers:deep-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the requested reviewers in parallel against the diff. Do not review the diff yourself in this session.
Run the requested reviewers in parallel against the diff. Do not review the diff yourself in this session.
Add more by dropping files into agents/<name>-reviewer.md and listing them here.
The caller specifies reviewers one of three ways:
full runs all three reviewers.Confirm the selection in one line before spawning: "Running: security, style. Proceed? (or specify others)" Skip confirmation if the caller already named reviewers explicitly.
Resolve the diff:
gh pr diff <number>git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@' (fall back to main/master), then git diff <default>...<branch>git diff --staged
Save to /tmp/review.diff.Determine the reviewer set per the rules above.
Spawn the selected subagents in parallel. Pass each one: "Review /tmp/review.diff. Repo root: ." For style-reviewer, also pass: "Style guide: docs/style-guide.md if present."
Merge results. Deduplicate where reviewers flag the same line. Sort by severity: blocker, concern, nit. Each row: file:line, severity, category, reviewer, issue, fix.
Return the merged table plus a one-line header: "Reviewed by: . N findings (X blocker, Y concern, Z nit)."
npx claudepluginhub atayarani/agent-marketplace --plugin reviewersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.