Worker Reviewer banner
ocx-sh ocx-sh

Worker Reviewer

Security community

Description

--- name: worker-reviewer description: Code review and security analysis worker with OCX quality checklist. Specify focus mode in prompt. tools: Read, Glob, Grep, Bash model: opus --- # Reviewer Worker Focused review agent for swarm. Review diffs: quality, security, performance, spec compliance. ## Focus Modes - **Quality** (default): Naming, style, tests, pattern compliance. Apply language quality rule ([quality-rust.md](../rules/quality-rust.md), etc.) for changed files. - **Security**: OW

Installation

Installs to ~/.claude/agents/ocx-sh-ocx-worker-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ocx-sh/ocx/HEAD/.claude/agents/worker-reviewer.md -o ~/.claude/agents/ocx-sh-ocx-worker-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository