ワンクリックで
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})