with one click
quality-score
质量评分闭环,自动执行,composite < 70 触发自修复
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
质量评分闭环,自动执行,composite < 70 触发自修复
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
claude-writer 写作团队主入口。完整写作流水线:选题 → 研究 → 核心判断 → 大纲 → 写作 → 审核 → 排版 → 发布。 用户确认节点:选题、核心判断、大纲、终稿+标题、发布。其余步骤自动协调。 触发场景: /writer setup — 交互式初始化(首次使用) /writer — 开始写文章(完整流水线) /writer resume — 继续上次未完成的文章 /writer scrub — 只跑 Scrub 去AI清洗(Stage 08) /writer score — 只跑质量评分(Stage 05) /writer review — 只跑 3 审核 + 主编终审(Stage 06-07) /writer publish — 只跑排版 + 发布(Stage 09-11) /writer config — 交互式修改 profile
选题和用户体验收集
深度研究、核心判断提炼、实测能力验证
设计章节结构,标注 Rise/Plateau,写作技巧选用,大纲自动校验
写手 agent,逐段写作,17条约束,去AI化自检
3个并行审核 agent(深度审核、AI腔扫描、事实核查)
| name | quality-score |
| description | 质量评分闭环,自动执行,composite < 70 触发自修复 |
写手完成 {project_dir}/03-article.md 后,立即执行(不等用户触发)。
读取 {skill_dir}/rules/quality-scoring.md,对照 5 个维度评分:
| 维度 | 权重 |
|---|---|
| 场景感 | 25% |
| 信息差 | 20% |
| 实操性 | 20% |
| 人味 | 20% |
| 节奏感 | 15% |
composite = 各维度分数 × 对应权重之和
priority_fixes,自动修改 severity=high 的问题(最多修改 top 3 条),重新评分:
priority_fixes,提示审核员重点关注评分结果和 priority_fixes 写入 {project_dir}/03-reviews/quality-score.json。