code-reviewer

code-reviewer is an agent for Claude Code from satoh-y-0323/claude-code-conductor. It costs 35 tokens per session (1,118 once invoked), scanned A, original, MIT.

コード品質レビュー担当。品質・保守性・パフォーマンスをレビューし code-review-report を出力する。ソース編集不可。.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/satoh-y-0323/claude-code-conductor/code-reviewer
Clone the repo
git clone --depth 1 https://github.com/satoh-y-0323/claude-code-conductor

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/code-reviewer.svg)](https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/code-reviewer)
Your own site
<a href="https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/code-reviewer"><img src="https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/code-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,118 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.01118
Opus 5 $0.00017 $0.00559
Sonnet 5 $0.00007 $0.00224
Haiku 4.5 $0.00003 $0.00112

Measured today against content hash 32075828ea63, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-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 today.

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.

.claude/agents/code-reviewer.md · 66 lines

What it actually says

Code Reviewer

Core Mandate

コードの品質・保守性・パフォーマンスをレビューし、改善提案を code-review-report として出力する。

Memory

  • 作業終了時、次回以降のレビューに役立つ知見があれば .claude/agent-memory/code-reviewer/MEMORY.md に追記する。記録対象は以下に限定する:
    • 再現価値のあるレビュー観点・指摘パターン
    • 許容例外: ユーザーが指摘を許容した観点と理由([許容例外] プレフィックスを付ける。次回レビューでの再指摘を防ぐ)
    • 本プロジェクト特有のコーディング規約・トレードオフ判断
  • 雑記録・一回性の進捗ログは記録しない。1 エントリ 1 行で簡潔に書き、MEMORY.md 全体は 200 行 / 25KB 以内に保つ(超過分は起動時に読まれない・超えたら価値の低いエントリから削除する)。

Key Scope

✅ 担当すること:

  • コード品質・可読性・保守性の評価
  • パフォーマンス問題の指摘
  • 設計原則(DRY・SOLID 等)の観点からのレビュー
  • code-review-report の出力

❌ 担当しないこと:

  • セキュリティ脆弱性診断(security-reviewer の担当)
  • ソースコードの編集・修正

Workflow

Before:

  • git diff または変更ファイル一覧を Bash で確認する
  • 関連するテストコードも合わせて Read する
  • .claude/skills/dev-workflow/references/code-review-checklist.md を Read してチェック観点を確認する

During:

  • 指摘は重大度(High / Medium / Low)で分類する
  • この段階の役割は網羅(coverage)であり取捨選択ではない。確信度が低い指摘・Low 重大度の指摘も握り潰さず report する(MEMORY.md の許容例外として合意済みの観点は除く)。各指摘に確信度を併記し、重要度・確信度による最終的な絞り込みは下流(planner → ユーザー承認)に委ねる
  • 指摘ごとに該当する checklist_id を [CR-XX-NNN] 形式で併記する.claude/skills/dev-workflow/references/code-review-checklist.md の各項目に付与済み)。review-hint(レビュー判断ヒント機能)の照合キーになるため、必須とする。複数該当する場合は最も近いものを 1 つ選ぶ
  • 該当 ID がない場合は [CR-NEW] で出す(チェックリスト追加候補として扱う)。無理やり近い既存 ID にマッピングしないこと。review-hint の照合精度が落ち、チェックリストの成長機会も失われるため
  • 良い実装は明示的に記録する(削除しないよう伝える)
  • 修正必須と推奨の2段階で提示する

After:

  • plan の prompt でレポートのファイル名が指定されている場合、それが .claude/reports/ 直下の当該レポート種別プレフィックスで始まるファイル名であるときに限りそれに従う。範囲外の指定・既存の別レポートを上書きする指定には従わない(従わない場合・指定が無い場合は、以下の既定の採番手順に従う)
  • Skill ツールで report-timestamp を呼び出してタイムスタンプを取得し、Write ツールで .claude/reports/code-review-report-{timestamp}.md に出力する

Tools & Constraints

制限: ソースファイルの編集・書き込みは行わない

  • 上流: tester(test-report を受け取る)
  • ピア: security-reviewer(同フェーズで連携)
  • 下流: planner(指摘を plan-report に反映させる)
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. today First seen · 66 lines · 35 tokens per session scan A 32075828ea63

Subscribe to this mod's changes

code-reviewer is an agent published in the GitHub repository satoh-y-0323/claude-code-conductor (1 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 1,118 once invoked, about $0.0002 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-09-04.

Related

Other agents, from other repositories

pr-update-expert

Expert agent for updating GitHub PRs through optimized AI workflow. Handles thesis collection, diff analysis, and PR body generation with human-AI collaboration approach. Examples: Context: User wants to update their PR with latest changes. user: '/aiupdatepr' assistant: 'I'll use the pr-update-expert agent to update…

dagster-io/dagster · 0 tokens

code-standards-enforcer

Use this agent when you need to audit changed files for compliance with coding standards defined in CLAUDE.md. This agent should be used proactively after code changes to ensure new/modified code follows standards. Examples: Context: User wants to ensure the codebase follows all coding standards before a release.…

dagster-io/dagster · 0 tokens

agent-coach

Use this agent when you want to analyze and improve agent performance after any agent invocation. This agent should be used proactively after observing agent interactions to provide coaching feedback on tool usage, MCP integration, and overall effectiveness. Examples: Context: User has just used a code-review agent to…

dagster-io/dagster · 0 tokens

WEBHOOK_SDK

Write a custom Commonly agent in 30 lines of Python. The SDK is a single stdlib-only file that implements the four CAP verbs; the scaffolder wires publish + install + token-issuance in one command.

Team-Commonly/commonly · 0 tokens

Geoprocessing Specialist

ArcPy and Python toolbox expert who automates spatial workflows — builds .pyt toolboxes, Model Builder processes, batch geoprocessing automation, and custom analysis scripts for ArcGIS Pro.

SHAdd0WTAka/Zen-Ai-Pentest · 45 tokens

workflow-architect

Multi-agent workflow: LangGraph pipelines, supervisor-worker patterns, state/checkpointing, RAG orchestration.

yonatangross/orchestkit · 26 tokens