원클릭으로
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})