with one click
pipeline-copy-review
Content Pipeline Stage 3 文案打分机(单命令执行)
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
Content Pipeline Stage 3 文案打分机(单命令执行)
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
今日头条自动发布工具 - 微头条/文章/视频 + NAS 统一调度(生产就绪)
/pipeline-diagnose、pipeline 挂了、看 pipeline 状态 — Content Pipeline 总体健康诊断,一键输出所有关键状态并引导到具体 stage skill
/pipeline-persondata、修待补充、人物数据占位符 — Content Pipeline Stage 4 (person-data 构造) 运维 skill,修 "待补充/暂无数据" 导致的图片占位符问题
/pipeline-regen、重生图、V6 出图失败 — Content Pipeline Stage 4 (V6 图片生成) 运维 skill
/pipeline-run、用 X 做一套内容、给我生成 X 的内容 — Content Pipeline 手动即时触发(主理人在 Claude Code 对话里临时跑一条,走和 Dashboard 自动路径完全一样的 6 阶段 pipeline,但即时给进度反馈)
金句卡片生成工作流的质检和选择
| name | pipeline-copy-review |
| description | Content Pipeline Stage 3 文案打分机(单命令执行) |
bash /opt/cecelia-skills/pipeline-copy-review.sh打分搬运机执行器。容器内 /opt/cecelia-skills/pipeline-copy-review.sh 承载两层评审逻辑:
skill 只负责发起执行,不碰打分逻辑。
CONTENT_OUTPUT_DIR — 产物根目录(含 cards/copy.md + article/article.md)BRAIN_URL — 可选,默认 http://host.docker.internal:5221bash /opt/cecelia-skills/pipeline-copy-review.sh
stdout 最后一行:
{
"copy_review_verdict":"APPROVED|REVISION",
"copy_review_feedback":"..."|null,
"quality_score":0-5,
"copy_review_total":0-25,
"copy_review_threshold":18,
"copy_review_rule_details":[
{"id":"R1|R2|R3|R4|R5","label":"...","pass":true|false,...},
{"id":"D1|D2|D3|D4|D5","label":"...","pass":true|false,"value":0-5,"reason":"..."}
]
}
copy_review_feedback 在 REVISION 时会被 Brain 写回 state,交给下一轮 copywrite 精修