with one click
content-review
内容审核 skill — 整合敏感词扫描 + 去 AI 味检查 + 质量评分,输出审核报告并联动状态机
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
内容审核 skill — 整合敏感词扫描 + 去 AI 味检查 + 质量评分,输出审核报告并联动状态机
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Orchestrate a single content writing task. Activate when user asks to write one specific piece of content, or picks a topic to write about. Trigger: "写这个" / "帮我写" / "写成文案" / "写一篇".
为中文社媒写一篇完整原创稿。用户要写帖子、出内容、起草文章、产出文案时激活。这是执行者技能——真正动笔的那一个。
启动 AutoCrew 风格校准流程。用户主动激活,类似 YC office hours 的引导式对话。 Trigger: 用户输入 "/calibrate" 或 "风格校准" 或 "校准风格"
Calibrate writing style to match user's brand voice. Activate when user provides sample content, asks to set up their brand voice, or wants to calibrate style. Trigger: "风格校准" / "设置风格" / "我的风格是" / "参考这个账号".
Publish approved content to social media platforms. Activate when user asks to publish, post, or distribute content. Trigger: "发布" / "发到小红书" / "帮我发" / "发布这篇". Supports Xiaohongshu, Douyin, WeChat Video, WeChat MP (公众号).
中文去AI味 skill。社媒内容完稿前必须过一遍。优先调用 `autocrew_humanize`,把 AI 痕迹清掉,再决定是否需要人工二次润色。
| name | content-review |
| description | 内容审核 skill — 整合敏感词扫描 + 去 AI 味检查 + 质量评分,输出审核报告并联动状态机 |
| trigger | 当用户说"审核"、"review"、"检查内容"、"内容审核"时触发 |
对内容执行完整审核流程,输出审核报告 + 一键修复建议。
draft_ready 时自动建议执行按以下顺序执行 5 项检查,每项独立评分:
调用 autocrew_content tool:
action: "review_scan" (如果已实现)
或直接使用敏感词模块逻辑:
body 字段platform 字段)~/.autocrew/sensitive-words/custom.txt评分规则:
根据 platform 字段检查平台特有规则:
小红书:
抖音:
微信公众号:
调用 humanizeZh() 函数对内容做一次检测(dry-run 模式):
评分规则:
评估内容质量的 4 个维度:
信息密度(0-25 分)
Hook 强度(0-25 分)
CTA 清晰度(0-25 分)
可读性(0-25 分)
总分 = 4 项之和(0-100)
格式:
## 📋 内容审核报告
**内容:** {title} ({content_id})
**平台:** {platform}
**审核时间:** {timestamp}
### 1. 敏感词扫描 {✅/⚠️/❌}
{详细结果}
### 2. 平台合规 {✅/⚠️/❌}
{详细结果}
### 3. AI 味检测 {✅/⚠️/❌}
AI 味评分:{score}/100
{详细结果}
### 4. 质量评分
总分:{score}/100
- 信息密度:{n}/25
- Hook 强度:{n}/25
- CTA 清晰度:{n}/25
- 可读性:{n}/25
### 📌 审核结论
{APPROVED / NEEDS_REVISION}
### 🔧 修复建议
{如果需要修改,列出具体建议}
审核完成后,根据结果自动建议状态流转:
全部通过 → 建议 reviewing → approved
autocrew_content action=transition content_id={id} target_status=approved
需要修改 → 建议 reviewing → revision
autocrew_content action=transition content_id={id} target_status=revision diff_note="审核未通过: {原因摘要}"
用户确认修改后 → revision → reviewing(重新审核)
每次审核产生的修改建议,如果用户采纳并修改了内容:
creator-profile.json 的 writingRulesforce 跳过custom.txt