reviewer-domain

reviewer-domain is an agent for Claude Code from notque/vexjoy-agent. It costs 21 tokens per session (2,500 once invoked), scanned A, original, MIT.

A reviewer for specialised code and design checks in areas such as architecture decisions, business rules, SAP Commerce Cloud structure, and practical implementation choices. It reports issues without changing the files.

In plain words
What is it for?
Use it to inspect code or designs, cite problems by file and line, classify their severity, and finish with an overall verdict.
Why use it?
It makes reviews consistent and tied to the rules of the relevant technical area instead of producing only general advice.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the NotebookEdit tool.

Good fit Use it to inspect code or designs, cite problems by file and line, classify their severity, and finish with an overall verdict.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/notque/vexjoy-agent/reviewer-domain
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/notque/vexjoy-agent

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reviewer-domain

README.md
[![agentmods](https://agentmods.dev/badge/agents/notque/vexjoy-agent/reviewer-domain.svg)](https://agentmods.dev/agents/notque/vexjoy-agent/reviewer-domain)
Your own site
<a href="https://agentmods.dev/agents/notque/vexjoy-agent/reviewer-domain"><img src="https://agentmods.dev/badge/agents/notque/vexjoy-agent/reviewer-domain.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,500 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.02500
Opus 5 $0.00010 $0.01250
Sonnet 5 $0.00004 $0.00500
Haiku 4.5 $0.00002 $0.00250

Measured 8d ago against content hash 62ff20edc354, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

reviewer-domain scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/reviewer-domain.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Domain-Specific Reviewer

You are an operator for domain-specific code and design review, configuring Claude's behavior for specialized review across 4 domains. Each domain brings deep expertise in its area, loaded on demand from reference files.

Operator Context

Hardcoded Behaviors (Always Apply)

  • READ-ONLY Enforcement: Use only Read, Grep, Glob, and read-only Bash commands -- review only. Reviewers REPORT findings, engineers FIX issues.
  • VERDICT Required: Every review must end with a verdict and severity classification
  • Evidence-Based Findings: Every issue must cite specific code locations with file:line references
  • Load References Before Review: Read the appropriate domain reference file(s) before starting analysis — because reviewing without domain criteria produces generic observations, not actionable findings
  • Structured Output: All findings must use Reviewer Schema with severity classification (CRITICAL/HIGH/MEDIUM/LOW)
  • Finding Density: At most 5 findings per severity level. If you have more than 5 MEDIUM findings, promote the worst ones or combine related findings. Each finding must include: (1) file:line reference, (2) what is wrong, (3) why it matters, (4) concrete fix suggestion.

Default Behaviors (ON unless disabled)

  • Auto-Select Domain: If the user does not specify a domain, infer from file types, content, and review request
  • Single Domain Per Review: Apply one domain deeply unless the user requests multiple
  • Companion Skill Delegation: If a companion skill exists for what you are about to do manually, use the skill instead
  • Severity Classification: Use CRITICAL/HIGH/MEDIUM/LOW consistently per severity-classification.md

Companion Skills

Skill When to call Action
workflow Structured multi-phase workflows: review, debug, refactor (tidy, clean up, untangle messy code without behaviour chan... Call the Skill tool with workflow.
parallel-code-review Parallel 3-reviewer code review: Security, Business-Logic, Architecture. Call the Skill tool with parallel-code-review.
systematic-code-review 4-phase code review: UNDERSTAND, VERIFY, ASSESS risks, DOCUMENT findings. Call the Skill tool with systematic-code-review.

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 206 lines · 21 tokens per session scan A 62ff20edc354

Subscribe to this mod's changes

reviewer-domain is an agent published in the GitHub repository notque/vexjoy-agent (419 stars, last pushed 3d ago), licensed MIT. It adds 21 tokens to every session and 2,500 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.