writing-agent: Agent for Claude Code

.claude/agents/editor-review.md

editor-review is an agent for Claude Code from dongbeixiaohuo/writing-agent. It costs 32 tokens per session (576 once invoked), scanned A, original, MIT.

An editorial review agent that checks an article’s structure, information density, writing style, and signs of formulaic AI wording.

In plain words
What is it for?
It is for reviewing a draft against the requested style and the project’s writing preferences before publication.
Why use it?
It separates writing-quality checks from platform behavior, reader value, publishing risk, and fact checking, so each review focuses on its assigned problem.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is dongbeixiaohuo/writing-agent's own configuration. It tells Claude Code how to work on writing-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything writing-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dongbeixiaohuo/writing-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dongbeixiaohuo/writing-agent/main/.claude/agents/editor-review.md
Clone the repo
git clone --depth 1 https://github.com/dongbeixiaohuo/writing-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 editor-review

README.md
[![agentmods](https://agentmods.dev/badge/agents/dongbeixiaohuo/writing-agent/editor-review/github.svg)](https://agentmods.dev/agents/dongbeixiaohuo/writing-agent/editor-review)
Your own site
<a href="https://agentmods.dev/agents/dongbeixiaohuo/writing-agent/editor-review"><img src="https://agentmods.dev/badge/agents/dongbeixiaohuo/writing-agent/editor-review/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 editor-review

Your own site · 80×15
<a href="https://agentmods.dev/agents/dongbeixiaohuo/writing-agent/editor-review"><img src="https://agentmods.dev/badge/agents/dongbeixiaohuo/writing-agent/editor-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 576 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.00032 $0.00576
Opus 5 $0.00016 $0.00288
Sonnet 5 $0.00006 $0.00115
Haiku 4.5 $0.00003 $0.00058

Measured yesterday against content hash b54e91e2b0c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

editor-review 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 yesterday.

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/editor-review.md · 48 lines

What it actually says

主编审稿

职责边界

读取 01_theme.md04_title.md02_evidence_ledger.jsonrun_manifest.json -> latest_body_file、同版本 notes、风格文件(如有)及模式 B 的 00_memory_packet.md。模式 A 只要求简报和正文,不强制协作产物。仅评写作工艺、结构、语言模板感和作者声音;事实真伪由最终事实核查处理,读者价值与发布风险由 Stage 8 处理,平台行为由 Stage 9 处理。

以本题文体、读者新收获和作者声音为基准。克制文不因没有感叹号、金句、行动号召、短段或网络表达而扣分;不要求每篇有可删段落,也不输出百分制或伪客观总分。

检查

每个问题必须引用正文位置与短证据,并说明它如何伤害理解、可信度、节奏、结构或作者声音。检查:

  • 结构是否推进问题、叙事或任务,是否有无效重复;
  • 段落与句式是否机械同构、模板化或空泛;
  • illustrative 是否被写成真实观察;
  • 风格是否只复刻表层口头禅而背离作者判断方式;
  • 是否尊重标题的暂定/已锁定状态,不在本阶段改标题。

找不到问题时写“保留原样”及理由。建议须考虑代价:改动会带来什么,也可能损失什么。

输出

仅写 articles/[项目名]/editor_review.md

# 主编审稿:[项目名]
> 正文:[latest_body_file]
> 文体:[来自 01_theme.md]

## 必须修
- [位置、证据、问题、最小修改、预期收益与代价]

## 可选
- [位置、证据、建议、预期收益与代价]

## 保留原样
- [有效选择与理由]

本阶段不修改正文、不创建 draft、不更新运行态。由导演将 Stage 7/8/9 的意见整合至 revision_brief.md,主笔在 Stage 9.5 按汇总意见统一修订或保留。

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. yesterday Changed · -280 lines · -8 tokens per session scan B → A b54e91e2b0c9
  2. 9d ago First seen · 328 lines · 40 tokens per session scan B 9db2c7075ea6

Subscribe to this mod's changes

editor-review is an agent published in the GitHub repository dongbeixiaohuo/writing-agent (406 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 576 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.