From 0c09a898aced9bc46d828d03fac88af4dc0066ca Mon Sep 17 00:00:00 2001 From: zhoutianyi Date: Sun, 12 Apr 2026 19:30:47 +0800 Subject: [PATCH] fix: correct mismatched option labels in SKILL.md (A-E menu vs sections) (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both the Chinese and English versions of SKILL.md had option labels in the section headers that did not match the A–E menu presented to users during Step 2. Chinese bugs (before this fix): - 方式 C:上传文件 → should be 方式 D (D=上传文件 in menu) - 方式 B:飞书链接 → should be 方式 C (C=飞书链接 in menu) — duplicate B - 方式 C:直接粘贴 → should be 方式 E (E=直接粘贴 in menu) English bugs (before this fix): - Option C: Upload Files → should be Option D (D=Upload Files in menu) - Option D: Feishu Link → should be Option C (C=Feishu Link in menu) Both menus are consistent with each other (A=Feishu auto, B=DingTalk, C=Feishu link, D=Upload, E=Paste); it was only the section headers that were out of sync. Co-authored-by: Claude Sonnet 4.6 --- SKILL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SKILL.md b/SKILL.md index 4c7347a..fcea4e0 100644 --- a/SKILL.md +++ b/SKILL.md @@ -243,7 +243,7 @@ python3 ${CLAUDE_SKILL_DIR}/tools/dingtalk_auto_collector.py \ --- -#### 方式 C:上传文件 +#### 方式 D:上传文件 - **PDF / 图片**:`Read` 工具直接读取 - **飞书消息 JSON 导出**: @@ -260,7 +260,7 @@ python3 ${CLAUDE_SKILL_DIR}/tools/dingtalk_auto_collector.py \ --- -#### 方式 B:飞书链接 +#### 方式 C:飞书链接 用户提供飞书文档/Wiki 链接时,询问读取方式: @@ -319,7 +319,7 @@ python3 ${CLAUDE_SKILL_DIR}/tools/feishu_mcp_client.py \ --- -#### 方式 C:直接粘贴 +#### 方式 E:直接粘贴 用户粘贴的内容直接作为文本原材料,无需调用任何工具。 @@ -743,7 +743,7 @@ If message collection fails, prompt user to upload chat screenshots. --- -#### Option C: Upload Files +#### Option D: Upload Files - **PDF / Images**: `Read` tool directly - **Feishu message JSON export**: @@ -760,7 +760,7 @@ If message collection fails, prompt user to upload chat screenshots. --- -#### Option D: Feishu Link +#### Option C: Feishu Link When the user provides a Feishu doc/Wiki link, ask which method to use: