From 9bcb9bdd2306994501a8f651617811e9d4608bad Mon Sep 17 00:00:00 2001 From: wangzhuc Date: Sun, 29 Mar 2026 01:27:26 +0800 Subject: [PATCH] =?UTF-8?q?Step=207=20=E6=96=B0=E5=A2=9E=20metadata=20?= =?UTF-8?q?=E9=A2=84=E6=A3=80=EF=BC=88=E5=80=9F=E9=89=B4=20md2wechat=20ins?= =?UTF-8?q?pect=20=E6=A8=A1=E5=BC=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布前检查:标题长度、摘要字节数、封面存在、正文字数、图片数量。 预检全部通过才进入排版,减少发布失败率。 Co-Authored-By: Claude Opus 4.6 (1M context) --- SKILL.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index b291134..a9f581b 100644 --- a/SKILL.md +++ b/SKILL.md @@ -213,7 +213,21 @@ WebSearch: "{选题关键词} 数据 报告 2025 2026" --- -### Step 7: 排版 + 发布 +### Step 7: 预检 + 排版 + 发布 + +**7a. Metadata 预检**(发布前必须通过): + +| 检查项 | 标准 | 不通过时 | +|--------|------|---------| +| H1 标题 | 存在且 5-64 字节 | 自动修正或提示用户 | +| 摘要 | 存在且 ≤ 120 UTF-8 字节 | converter 自动生成 | +| 封面图 | 推送模式下需要 | 无封面则警告,仍可推送(微信会显示默认封面) | +| 正文字数 | ≥ 200 字 | 警告"内容过短,微信可能不收录" | +| 图片数量 | ≤ 10 张 | 超出则移除末尾多余图片 | + +预检全部通过后才进入排版。 + +**7b. 排版 + 发布**: **如果 `skip_publish = true`** → 直接走 preview。