What
Evaluate the code-review plugin for installation.
What it does
/code-review launches 4 parallel agents to review a PR:
- 2x CLAUDE.md compliance agents
- 1x bug detector (changes only, not pre-existing)
- 1x git blame/history analyzer
- Each issue scored 0-100 for confidence; only ≥80 posted
- Automatically skips closed, draft, trivial, or already-reviewed PRs
- Posts structured review comment with GitHub code links
Overlap check
superpowers:requesting-code-review skill exists — need to understand if this complements or conflicts
- pr-review-toolkit (separate plugin) provides more granular agent-level review
Questions to answer
- Does this complement or duplicate the superpowers requesting-code-review skill?
- Is the 4-agent approach worth the token cost vs. a single-pass review?
- How well does it work with existing CLAUDE.md guidelines?
- Requires
gh CLI — already installed
What
Evaluate the code-review plugin for installation.
What it does
/code-reviewlaunches 4 parallel agents to review a PR:Overlap check
superpowers:requesting-code-reviewskill exists — need to understand if this complements or conflictsQuestions to answer
ghCLI — already installed