Context
Surfaced while fixing #266 (documenting the boundary between quality-gate code mode and the built-in /code-review).
Problem
Two spots in the review plugin describe code-review as an optional claude-plugins-official marketplace plugin, but per current official docs /code-review is a bundled/built-in Claude Code skill (invoked bare, not namespaced), the successor to the old built-in /simplify:
plugins/review/skills/quality-gate/context/pr.md (lines ~5-9) references a code-review orchestrator plugin invoked as /code-review:code-review "when installed".
plugins/review/README.md (line ~61) lists code-review among "Optional orchestrator plugins ... from the official marketplace".
Additionally, pr.md's description ("parallel review agents with confidence scoring ... posts findings as a PR comment") appears conflated across surfaces: it partly matches the managed GitHub App Code Review service (@claude review, inline PR comments) and partly the local bundled /code-review --comment command — not a single installable plugin.
Why not folded into #266
#266 is scoped to code mode. Correcting pr.md/README needs its own verification pass to untangle which claims map to (a) the local bundled /code-review command, (b) the managed Code Review GitHub App service, and (c) any historical marketplace plugin — fixing by inference would violate the repo's research/verification discipline.
Suggested fix
Verify each surface against https://code.claude.com/docs/en/code-review and the commands/skills references, then reword pr.md and README so the code-review references name the correct surface(s) and drop the "must be installed" framing where the capability is actually built-in.
Related
Work-class: C2 (mechanical) — attended triage 2026-07-23, operator-ratified. 🤖
Context
Surfaced while fixing #266 (documenting the boundary between
quality-gatecode mode and the built-in/code-review).Problem
Two spots in the
reviewplugin describecode-reviewas an optionalclaude-plugins-officialmarketplace plugin, but per current official docs/code-reviewis a bundled/built-in Claude Code skill (invoked bare, not namespaced), the successor to the old built-in/simplify:plugins/review/skills/quality-gate/context/pr.md(lines ~5-9) references acode-revieworchestrator plugin invoked as/code-review:code-review"when installed".plugins/review/README.md(line ~61) listscode-reviewamong "Optional orchestrator plugins ... from the official marketplace".Additionally,
pr.md's description ("parallel review agents with confidence scoring ... posts findings as a PR comment") appears conflated across surfaces: it partly matches the managed GitHub App Code Review service (@claude review, inline PR comments) and partly the local bundled/code-review --commentcommand — not a single installable plugin.Why not folded into #266
#266 is scoped to code mode. Correcting
pr.md/README needs its own verification pass to untangle which claims map to (a) the local bundled/code-reviewcommand, (b) the managed Code Review GitHub App service, and (c) any historical marketplace plugin — fixing by inference would violate the repo's research/verification discipline.Suggested fix
Verify each surface against https://code.claude.com/docs/en/code-review and the commands/skills references, then reword
pr.mdand README so thecode-reviewreferences name the correct surface(s) and drop the "must be installed" framing where the capability is actually built-in.Related
Work-class: C2 (mechanical) — attended triage 2026-07-23, operator-ratified. 🤖