Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

editorial-review编辑评论

Agent Skill

editorial-review 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,205

周安装

256

GitHub Stars

公开资料未说明

下载量

2,028
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:editorial-review(编辑评论)
来源仓库:https://github.com/liqiongyu/editorial-review
安装命令:
openclaw skills install editorial-review
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install editorial-review

简介

editorial-review 用于对中文内容进行出版前的全面审阅,检查错误和语言质量。

  • 适用于文章校对、内容审核和语言润色场景。
  • 通过 clawhub 安装并使用 openclaw skills install editorial-review 命令调用。
  • 主要用于中文文本,建议在正式发表前使用以确保准确性。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
editorial-review
description
Comprehensive editorial review for Chinese content before publication. Use when the user asks to 'review my article', 'proofread this', 'check for errors', 'editorial review', 'pre-publish check', 'compliance review', or any Chinese text that needs proofreading, grammar checking, fact verification, political sensitivity screening, or advertising law compliance before release. Also activate when the user says '审校', '校对', '审核', '检查错误', '发布前检查', '合规审查', or submits Chinese content asking for quality review. Covers articles, news, blog posts, press releases, marketing copy, social media posts, and any public-facing Chinese text. Even if the user only asks for 'a quick check' or 'look this over', use this skill to ensure thorough coverage.

Editorial Review

Systematic editorial review for Chinese content before publication. Modeled after the publishing industry's "Three Reviews, Three Proofs" (三审三校) quality system, adapted for AI-assisted single-pass comprehensive review.

This skill catches errors that embarrass authors and organizations: typos, grammar mistakes, factual inaccuracies, political landmines, and advertising law violations. It produces a structured review report with every issue located, categorized, and accompanied by a concrete fix.

When to Activate

  • Proofreading: "help me proofread", "check for typos", "审校一下", "校对"
  • Editorial review: "review before publishing", "发布前审核", "editorial check"
  • Compliance review: "check for sensitive content", "合规检查", "advertising law check"
  • Grammar check: "check grammar", "检查语法", "有没有病句"
  • Fact verification: "verify the facts", "核实数据", "fact-check this"
  • General quality: user submits Chinese text and asks to "look it over", "check this", "review"

Review Modes

Select mode based on content length, stakes, and user request. Announce the selected mode before starting.

ModeContent LengthLayersOutputUse When
Quick< 500 charsLayers 1-3Inline commentsSocial media, short posts, internal messages
Standard500-5,000 charsLayers 1-6Structured reportBlog posts, articles, newsletters
Deep> 5,000 chars or high-stakesAll 8 layersFull report + summaryPress releases, official statements, regulatory filings, news articles

Default to Standard. Escalate to Deep if the content is public-facing and high-stakes (government, legal, financial, medical). Use Quick only when explicitly requested or for obviously short, low-stakes content.

Platform Compatibility

Map interactive tools to whatever the current environment provides:

PlatformQuestion toolFile write
Claude CodeAskUserQuestionWrite / Edit
Codexrequest_user_inputwrite_file / edit_file
Geminiask_userfile tools
Other / Claude.aiNumbered options in chatinline output

Language: The review report is written in the same language as the content (Chinese). Skill internals and reference files are in English.

The 8-Layer Review Pipeline

Process layers sequentially. Each layer catches a distinct class of errors. Do NOT skip layers — earlier layers catch surface errors that could mask deeper issues.

For each issue found, record: location (paragraph/sentence number or quote), category (layer + sub-type), original text, suggested fix, and severity (Critical / Major / Minor).

Layer 1: Character Accuracy (文字准确性)

The most fundamental layer. Chinese input methods produce homophone and shape-similar errors that spell-checkers miss.

Check for:

  • Homophone confusion (同音字): 的/地/得, 在/再, 以/已, 做/作, 即/既, etc.
  • Similar-looking character errors (形近字): 已/己/巳, 未/末, 拔/拨, 辩/辨/辫
  • Common fixed-phrase errors: 松驰→松弛, 穿流不息→川流不息, 渡假→度假, 再接再励→再接再厉
  • Missing or duplicated characters (e.g., 党的的领导)
  • Inconsistent simplified/traditional character mixing

Consult references/typography-and-punctuation.md § "Common Character Errors" for the full error list.

Severity: Typos in titles/headlines = Critical. Body text typos = Major. Rare/debatable cases = Minor.

Layer 2: Punctuation and Typography (标点与排版)

Chinese has its own punctuation system (GB/T 15834-2011) with strict rules that differ from English.

Check for:

  • Full-width vs half-width punctuation (Chinese text must use full-width: ,。!?;:)
  • Spaces between Chinese and Latin characters/numbers (花了 5000 元, not 花了5000元)
  • NO space between numbers and %, °C, etc. (90%, not 90 %)
  • Proper ellipsis (……, six dots, not ... three dots)
  • Proper em-dash (——, two character widths)
  • No stacked punctuation (!!! is wrong)
  • Book title marks 《》 used only for published works, not events/brands/courses
  • Nested quotation marks (outer " ", inner ' ')
  • Proper noun capitalization in mixed text (GitHub not github, iOS not IOS)

Consult references/typography-and-punctuation.md § "Punctuation Rules" and § "CJK-Latin Mixing" for full rules.

Severity: Systematic punctuation errors = Major. Isolated cases = Minor.

Layer 3: Grammar and Logic (语法与逻辑)

Chinese grammar errors (病句) fall into six standard categories. Logical fallacies undermine credibility.

Check for the six error types:

  1. Improper word order (语序不当): misplaced modifiers, adverbials after predicates
  2. Mismatched collocation (搭配不当): subject-predicate, verb-object, modifier mismatches
  3. Missing/redundant components (成分残缺或赘余): missing subject after 使/让/通过, redundant modifiers
  4. Tangled structure (结构混乱): mid-sentence subject shifts, blended constructions
  5. Ambiguous meaning (表意不明): unclear pronoun references, scope ambiguity
  6. Illogical statements (不合逻辑): self-contradictions, one-sided/two-sided mismatches, improper classification in parallel lists

Also check for:

  • Run-on sentences (> 80 characters without punctuation)
  • Logical fallacies: hasty generalization, false cause, circular reasoning, equivocation
  • Unsupported causal claims

Consult references/grammar-and-logic.md for detailed examples and detection patterns.

Severity: Ambiguity or contradiction = Critical. Grammar errors = Major. Style-level issues = Minor.

Layer 4: Factual Accuracy (事实准确性)

Incorrect facts damage credibility and may create legal liability.

Check for:

  • Person names, titles, and affiliations — are they current and correct?
  • Organization names — official full name on first use?
  • Dates and times — do they match known events?
  • Statistics and data — traced to a primary source? Correctly quoted?
  • Direct quotes — verified against original source? No selective editing?
  • Geographic references — correct place names and relationships?
  • Historical claims — consistent with established record?
  • Scientific/technical claims — supported by evidence?

When web access is available, verify key claims using search tools. When unavailable, flag unverifiable claims rather than silently passing them.

Consult references/fact-checking.md for the verification methodology.

Severity: Factual errors in key claims = Critical. Unverified statistics = Major. Minor date/name details = Minor.

Layer 5: Political and Territorial Compliance (政治与领土合规)

Content published in or about China must observe strict political sensitivities. Violations can result in content removal, fines, or worse.

Key areas:

  • Taiwan: Must be "Taiwan Province" or "China's Taiwan region", never a separate country. No "Republic of China" or Taiwan flag references.
  • Hong Kong / Macau: Must use "SAR" designation, not standalone country references.
  • Tibet / Xinjiang: No framing suggesting independence or separatism.
  • Maps: Must include nine-dash line, Taiwan, Diaoyu Islands, Nansha Islands if applicable.
  • Historical events: Handle Cultural Revolution, specific political campaigns with care.
  • Leadership references: Correct titles, no satirical nicknames, no unauthorized commercial use.
  • Ethnic and religious content: No content promoting division or extremism.

Consult references/political-compliance.md for the full framework and examples.

Severity: Territorial sovereignty violations = Critical. Sensitive framing = Major. Borderline references = Minor (flag for human review).

Layer 6: Advertising Law Compliance (广告法合规)

Chinese advertising law (广告法) prohibits absolute claims and deceptive language with fines of 200K-1M yuan.

Prohibited categories:

  • Superlatives: 最好, 最优, 最先进, 史上最低价
  • Ranking claims: 第一, NO.1, 全网第一, 独一无二
  • Grade/level terms: 国家级, 世界级, 顶级, 极品
  • Exclusivity: 独创, 缔造者, 发明者
  • Scarcity manipulation: 绝版, 空前绝后
  • Authority endorsement: 特供, 专供, 国家领导人推荐
  • Urgency manipulation: 再不抢就没了, 错过不再
  • Unsubstantiated medical/health/financial claims

Exceptions exist — terms used in corporate philosophy, internal product comparisons, product specifications, or backed by documented certifications are permitted.

Consult references/advertising-law.md for the complete prohibited word list and exception rules.

Severity: Clear prohibited terms in commercial content = Critical. Borderline terms = Major. Non-commercial content = Minor (advisory).

Layer 7: Consistency and Style (一致性与风格)

Inconsistency signals carelessness and confuses readers.

Check for:

  • Same concept using different terms across the text
  • Mixed date formats (2026年3月 vs 2026-03 vs 3月2026)
  • Mixed number formats (Arabic vs Chinese numerals for same context)
  • Person/organization name variations
  • Tone shifts (formal ↔ colloquial) without purpose
  • Mixed use of 你 vs 您 (formality level)

Severity: Terminology inconsistency = Major. Minor format variations = Minor.

Layer 8: Structure and Readability (结构与可读性)

The final layer evaluates whether the content works as a whole.

Check for:

  • Title accurately reflects content
  • Lead/abstract summarizes key points (for news/articles)
  • Logical paragraph progression
  • No duplicate content across sections
  • Image captions present and accurate (if applicable)
  • Hyperlinks functional and relevant (if applicable)
  • Appropriate length for the format
  • Clear conclusion or call-to-action

Severity: Misleading title = Critical. Structural gaps = Major. Readability nits = Minor.

Output Format

Review Report Structure

Always produce the report in this structure:

# Editorial Review Report (审校报告)

## Overview
- Content type: [article / news / press release / marketing copy / ...]
- Word count: [X characters]
- Review mode: [Quick / Standard / Deep]
- Review date: [YYYY-MM-DD]

## Summary
- Critical issues: [N]
- Major issues: [N]
- Minor issues: [N]
- Overall assessment: [Ready for publication / Needs revision / Needs major rework]

## Issues by Layer

### Layer 1: Character Accuracy
| # | Location | Original | Suggested Fix | Severity | Explanation |
|---|----------|----------|---------------|----------|-------------|
| 1 | Para 2, line 3 | "松驰" | "松弛" | Major | Homophone error... |

### Layer 2: Punctuation and Typography
...

[Continue for each applicable layer]

## Clean Version (Optional)
[If requested, provide the corrected full text with all fixes applied]

## Reviewer Notes
[Any observations about overall quality, patterns, or recommendations for the author]

Severity Definitions

SeverityMeaningAction
CriticalFactual error, political violation, legal risk, or meaning-altering mistakeMust fix before publication
MajorClear error that harms quality or credibilityShould fix before publication
MinorStyle preference, debatable choice, or minor inconsistencyFix if time permits

Workflow

  1. Receive content — Read the full text before making any comments. Understand the content type, target audience, and publication context.
  2. Select mode — Announce: "This is a [length] [content type]. I'll run a [mode] review covering Layers [N-M]."
  3. Execute layers sequentially — Work through each layer. Record every issue found.
  4. Compile report — Organize issues by layer. Count severities. Assess overall readiness.
  5. Present report — Share the structured report. If the user wants a corrected version, produce it.
  6. Iterate — If the user revises and resubmits, run a focused re-review on previously flagged issues.

Examples

Example 1: Quick review

User: "帮我看看这条朋友圈:新年到了,祝大家在新的一年里万事如意!我们公司是全国最好的AI公司,欢迎合作."

Review: Two issues found.

  • Layer 2 (Punctuation): Half-width commas and period used. Should be full-width ,and 。 → Major
  • Layer 6 (Advertising Law): "全国最好的" is a superlative claim prohibited by advertising law → Critical

Example 2: Standard review trigger

User: "审校一下这篇公众号文章" [pastes 2000-char article]

→ Standard mode, Layers 1-6, full structured report.

Example 3: Deep review trigger

User: "这是要发到官网的新闻稿,帮我仔细检查一下,特别是合规方面" [pastes 8000-char press release]

→ Deep mode, all 8 layers, extra attention to Layers 5-6.

Caveats

  • Political compliance is advisory, not authoritative. This skill flags potential issues based on known patterns, but political sensitivities evolve. Always have a qualified human reviewer make final decisions on politically sensitive content.
  • Fact-checking depends on available tools. With web access, the skill can verify claims. Without it, the skill flags unverifiable claims but cannot confirm accuracy.
  • Advertising law applies to commercial content. Non-commercial editorial content (news reporting, academic papers) has different rules. The skill adjusts its severity accordingly.
  • This skill does NOT rewrite content. It identifies issues and suggests fixes. The author retains creative control. A clean corrected version is only produced when explicitly requested.
  • Dialect and regional variations exist. The default standard is mainland simplified Chinese (普通话). For Taiwan (Traditional Chinese) or Hong Kong contexts, some rules (especially Layer 5) may need adjustment — inform the skill of the target region.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.3%
按下载量换算1,588

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills