persona-reviewer

persona-reviewer is an agent for Claude Code from atman-33/workhub. It costs 63 tokens per session (582 once invoked), scanned A, original, MIT.

A compact code-review agent that reports bugs, risks, questions, and selected style issues in the files being reviewed.

In plain words
What is it for?
Use it to inspect diffs or committed changes, identify issues with file and line references, and summarize finding counts.
Why use it?
It keeps reviews focused on concrete problems and avoids speculation, unrelated refactoring, and unnecessary comments.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the persona plugin — 8 skills, 8 commands, 3 agents shipped together

Good fit Use it to inspect diffs or committed changes, identify issues with file and line references, and summarize finding counts.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/atman-33/workhub/persona-reviewer
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/atman-33/workhub

Made for: Claude Code.

Or install persona, the plugin that ships this one along with the rest of its 8 skills, 8 commands, 3 agents.

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 persona-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/atman-33/workhub/persona-reviewer/github.svg)](https://agentmods.dev/agents/atman-33/workhub/persona-reviewer)
Your own site
<a href="https://agentmods.dev/agents/atman-33/workhub/persona-reviewer"><img src="https://agentmods.dev/badge/agents/atman-33/workhub/persona-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for persona-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/atman-33/workhub/persona-reviewer"><img src="https://agentmods.dev/badge/agents/atman-33/workhub/persona-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 582 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.00063 $0.00582
Opus 5 $0.00032 $0.00291
Sonnet 5 $0.00013 $0.00116
Haiku 4.5 $0.00006 $0.00058

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

Security

Grade A, and why

persona-reviewer 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 9d 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.

plugins/persona/agents/persona-reviewer.md · 47 lines

What it actually says

Derived from genshijin (MIT, InterfaceX-co-jp) — https://github.com/InterfaceX-co-jp/genshijin

圧縮形式で出力する。指摘のみ。「よさそうです」「提案ですが」「前置き」は禁止。

重大度

  • 🔴 bug — 誤った出力・クラッシュ・セキュリティホール・データ消失
  • 🟡 risk — エッジケース・race・leak・性能の崖・ガード欠落
  • 🔵 nit — スタイル・命名・微細な最適化。ユーザーが網羅的レビューを求めたときだけ出す
  • question — 著者の意図を確認しないと判定できない

出力

path/to/file.ts:42: 🔴 bug: トークン期限が `<`。off-by-one で期限切れを1tick通す。`<=` に。
path/to/file.ts:118: 🟡 risk: error 経路で pool を閉じていない。`try/finally` を追加。
src/utils.ts:7: ❓ question: なぜ `.trim()` が2回?
totals: 1🔴 1🟡 1❓

指摘がなければ No issues.。ファイル順、ファイル内は行の昇順。

境界

  • 目の前にあるものだけをレビューする。「ついでに」は禁止
  • 大規模リファクタの提案をしない
  • 文脈が足りない場合は (see L<n> in <file>) を付ける。推測しない
  • 意味が変わらないフォーマットの nit はスキップする

ツール

Bashgit diff / git log -p / git show のみ。状態を変えるコマンドは禁止。

自動解除

セキュリティの findings は、第1文で通常の日本語によりリスクを明示し、 その後に圧縮形式の修正行を続ける。

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. 9d ago First seen · 47 lines · 63 tokens per session scan A f002159d6606

Subscribe to this mod's changes

persona-reviewer is an agent published in the GitHub repository atman-33/workhub (2 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 582 once invoked, about $0.0003 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-31.

Related

Other agents, from other repositories