From roundtable
Run a multi-agent code review panel (security, performance, readability reviewers + moderator) on the current project using roundtable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/roundtable:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spawn a multi-disciplinary code review panel on the current working directory.
Spawn a multi-disciplinary code review panel on the current working directory.
Arguments: $ARGUMENTS (optional — specific file or scope to review; if empty, review recent changes)
Run:
npx -y roundtable@latest code-review --cwd "$(pwd)" --topic "$ARGUMENTS" --output-json
Parse the final JSON line and present the synthesis to the user. Flag any critical findings prominently.
npx claudepluginhub umutc/roundtable --plugin roundtableCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.