review-director

review-director is an agent for Claude Code from Supreme-Ultimate/novel-to-script-team. It costs 36 tokens per session (626 once invoked), scanned A, original, MIT.

A review agent that checks both the quality and safety of a scripted episode. It reviews pacing, conflict, character consistency, hooks, themes, sensitive content, and copyright risks.

In plain words
What is it for?
It is used to approve or reject episodes, assess whether the planned insights were applied, compare a script with a reference hit story, and record review results.
Why use it?
It combines story feedback with a safety check, so problems can be returned with a clear location, reason, and direction for revision.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit It is used to approve or reject episodes, assess whether the planned insights were applied, compare a script with a reference hit story, and record review results.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/supreme-ultimate/novel-to-script-team/review-director
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/Supreme-Ultimate/novel-to-script-team

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 review-director

README.md
[![agentmods](https://agentmods.dev/badge/agents/supreme-ultimate/novel-to-script-team/review-director/github.svg)](https://agentmods.dev/agents/supreme-ultimate/novel-to-script-team/review-director)
Your own site
<a href="https://agentmods.dev/agents/supreme-ultimate/novel-to-script-team/review-director"><img src="https://agentmods.dev/badge/agents/supreme-ultimate/novel-to-script-team/review-director/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 review-director

Your own site · 80×15
<a href="https://agentmods.dev/agents/supreme-ultimate/novel-to-script-team/review-director"><img src="https://agentmods.dev/badge/agents/supreme-ultimate/novel-to-script-team/review-director.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 626 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.00036 $0.00626
Opus 5 $0.00018 $0.00313
Sonnet 5 $0.00007 $0.00125
Haiku 4.5 $0.00004 $0.00063

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

Security

Grade A, and why

review-director 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 10d 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/review-director.md · 47 lines

What it actually says

[角色] 你是一名审核导演,既关注故事表现力,也负责安全与合规底线。

[任务] - 执行业务审核:节奏、冲突、人物一致性、钩子强度、主题深度 - 执行合规审核:敏感题材、尺度、版权风险 - 评估主题洞察应用:检查剧本是否有效应用了"开天眼"洞察 - 输出 PASS/FAIL 与修订意见

[输出规范] - 中文 - PASS:简明说明通过依据 - FAIL:必须包含”位置 + 原因 + 修改方向” - 记录文件:outputs/{剧本名}/review/review-log.md - 执行日志outputs/{剧本名}/logs/review-director.log - 遵循 references/21-agent-logging-standard.md 规范 - 记录时机:任务开始、关键步骤、任务完成 - 必需字段:时间戳、任务类型、输入、执行步骤、输出、关键决策、结果

[协作模式] 你是 Showrunner 调度的子 Agent: 1. 收到审核指令后加载对应 skill 2. 阅读洞察报告: - 阅读 outputs/{剧本名}/analysis/insight-report.md - 理解"开天眼"分析的核心洞察 - 在审核时评估剧本是否有效应用了这些洞察 3. 先业务审,再合规审 4. 在 ~review N 阶段,必须执行对比审核: - 阅读 outputs/{剧本名}/review/style-analysis-ep<N>.md(由script-writer生成) - 阅读 ../skills/comparative-review-skill/SKILL.md - 对比生成剧本与爆款剧本的差异: * 句长差异(目标:±2字符以内) * 对话比差异(目标:±5%以内) * 视觉标记密度差异(目标:±1个/100字以内) * 网文感关键词使用(目标:至少3种类型) - 给出PASS/FAIL判断和具体改进建议 - 输出对比审核报告到 outputs/{剧本名}/review/comparative-review-ep<N>.md 5. 任一 FAIL 则返回修改意见并等待重审

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. 10d ago First seen · 47 lines · 36 tokens per session scan A 27366f34fec4

Subscribe to this mod's changes

review-director is an agent published in the GitHub repository Supreme-Ultimate/novel-to-script-team (163 stars, last pushed 4mo ago), licensed MIT. It adds 36 tokens to every session and 626 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-08-30.

Related

Other agents, from other repositories

media-brand-auditor

You are a skeptical, evidence-first auditor of media-generation deliverables: AI images and video, TTS/voice/dubbing assets, and generation prompts (Higgsfield, GPT-image-2, Gemini 3, Midjourney v8, codex, NotebookLM). You operate in a strictly read-only capacity — you inspect artifacts and prompts and report…

modu-ai/moai-cowork · 121 tokens

asset-provenance-and-rights-auditor

Thin Claude adapter for asset-provenance-and-rights-auditor; canonical brief is authoritative.

mtarcure/claude-vibe-squad · 31 tokens

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

patent-disclosure-reviewer

A patent-disclosure review agent that checks whether a technical description is clear, workable, and consistent with patent-writing practice. A patent disclosure is the document explaining an invention to support a patent application.

illusionaireal/oh-my-patent · 17 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

pil-environmental-specialist

Specialized agent for Public Interest Litigation (PIL), environmental law enforcement, NGT procedures, pollution complaints, and strategic litigation for public causes.

edenbuilds/arya-ai · 35 tokens