From ocr
Lists all available code review reviewer personas from .ocr/skills/references/reviewers/, displaying name and focus area in a table.
How this command is triggered — by the user, by Claude, or both
Slash command
/ocr:reviewersThe summary Claude sees in its command listing — used to decide when to auto-load this command
**Usage** **Steps** 1. Read `.ocr/skills/references/reviewers/` directory 2. For each reviewer file, extract name and focus area 3. Display in table format: **Reference** - Reviewer definitions are in `.ocr/skills/references/reviewers/` - See `.ocr/skills/assets/reviewer-template.md` to create custom reviewers
Usage
/ocr-reviewers
Steps
.ocr/skills/references/reviewers/ directory| Reviewer | Focus |
|------------|------------------------------------------|
| Principal | Architecture, patterns, maintainability |
| Quality | Code style, readability, best practices |
| Security | Auth, vulnerabilities, data handling |
| Testing | Test coverage, edge cases, assertions |
Reference
.ocr/skills/references/reviewers/.ocr/skills/assets/reviewer-template.md to create custom reviewersnpx claudepluginhub spencermarx/open-code-review --plugin ocr/fire-7-reviewRuns multi-perspective code review using 16 specialized reviewer personas (security, quality, architecture, UX/DX) to catch issues a single reviewer would miss. Accepts a file, directory, PR number, or review phase as target.
/code-reviewGenerates unified code review by having multiple AI models (Claude + externals) independently review code changes, compare findings, and converge on consensus.
/reviewPerforms brutal multi-perspective code review on file or git diff from 5 agents (architecture, risk, quality, testability, requirements), with verdicts, summary table, Wall of Shame, and action items.
/persona-panelRuns a multi-persona expert review panel against a file, directory, or output range, dispatching domain-specific personas, consolidating results, and emitting a sidecar report with a verdict.
/code-review-requestsRequests effective code reviews for Laravel projects with specific focus areas and context, activating the laravel:code-review-requests skill.
/reviewerReviews code across security, performance, maintainability, API contracts, data integrity, test coverage, and error handling by invoking a specialist multi-agent review pipeline.