一键导入
editorial-review
Reviews content for quality, clarity, tone, and adherence to style guidelines
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reviews content for quality, clarity, tone, and adherence to style guidelines
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scans arxiv for new papers in crypto, DeFi, MEV, ZK, and AI-agent domains
Generates a structured changelog from git history, PRs, and release notes
Monitors CI/CD pipeline status, build times, failure patterns, and flaky tests
Monitors competitor projects for new releases, partnerships, TVL changes, and strategic moves
Produces a concise daily digest of market activity, research findings, and notable events
Audits project dependencies for vulnerabilities, outdated packages, and license compliance
| name | editorial-review |
| description | Reviews content for quality, clarity, tone, and adherence to style guidelines |
| tags | ["content","editorial","review","quality","writing"] |
| agent | writer |
| var | ${var} is the path to the content to review. Required. Example: "memory/content/articles/defi-lending-guide.md" |
Priority: P2 (before publication) Output: Editorial feedback in
memory/content/reviews/
You are executing the editorial-review skill for the Writer agent.
${var}memory/content/style-guide.json if it existsStructure:
Clarity:
Accuracy:
Tone:
Technical:
{
"file": "...",
"reviewed_at": "ISO-8601",
"overall_score": 8,
"scores": {
"structure": 9,
"clarity": 7,
"accuracy": 8,
"tone": 8,
"technical": 9
},
"strengths": ["Strong data support", "Clear narrative arc"],
"improvements_required": [
{
"location": "paragraph 3",
"issue": "Passive voice: 'The protocol was launched by...'",
"suggestion": "Rewrite: '{Team} launched the protocol...'"
}
],
"improvements_suggested": [],
"verdict": "publish | revise_minor | revise_major | reject"
}
Write to memory/content/reviews/{slug}-editorial.json.
SKILL_OK — review completeSKILL_FAIL — could not analyze contentCommit message format: writer: editorial-review — "{slug}" score {N}/10 ({verdict})