docs(skills): add 云盘 alias alongside 云空间 for agent clarity#1071
Hidden character warning
docs(skills): add 云盘 alias alongside 云空间 for agent clarity#1071fangshuyu-768 wants to merge 4 commits into
Conversation
"云空间" and "云盘" refer to the same concept (Lark Drive), but only "云空间" was used across all skill docs. AI agents that encounter "云盘" or "网盘" from user input cannot map these terms to the lark-drive skill. Add "(云盘)" or "/云盘" annotation next to every "云空间" occurrence so agents understand the equivalence. Covers 30 files across 8 skills: lark-drive, lark-shared, lark-wiki, lark-doc, lark-sheets, lark-markdown, lark-minutes, lark-apps.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR standardizes cloud space terminology across the Larksuite CLI skill documentation by systematically clarifying that "云空间" (cloud space), "云盘" (cloud disk), and "云存储" (cloud storage) are equivalent, using the notation "云空间(云盘/云存储)" throughout. Changes span the lark-drive skill core documentation, all 20 command references, and six related skills (lark-apps, lark-markdown, lark-minutes, lark-shared, lark-sheets, lark-wiki). ChangesCloud space/disk terminology standardization across skill documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
"云存储" is another common alias for the same concept (Lark Drive). Add it to all existing annotations so agents can route "云存储" to lark-drive just like "云盘" and "网盘".
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@ecd9ad6e59d3dc950717145799e02a45eff4a004🧩 Skill updateUnavailable for this PR because source repo/branch metadata is missing. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1071 +/- ##
==========================================
+ Coverage 67.82% 67.83% +0.01%
==========================================
Files 592 592
Lines 55307 55307
==========================================
+ Hits 37512 37518 +6
+ Misses 14683 14678 -5
+ Partials 3112 3111 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/lark-drive/SKILL.md`:
- Around line 15-16: The blockquote in SKILL.md contains an internal blank line
triggering markdownlint MD028; remove the empty line inside the `>` block so the
entire quote ("术语说明: 飞书云空间也常被称为\"云盘\"或\"云存储\",三者指的是同一个产品,是飞书官方的云端文件存储与管理中心。") is
continuous on consecutive `>`-prefixed lines to satisfy the no-blanks-blockquote
rule.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: d48d0c2d-4e3e-42db-834c-b8ecb369bbc6
📒 Files selected for processing (30)
skills/lark-apps/SKILL.mdskills/lark-drive/SKILL.mdskills/lark-drive/references/lark-drive-add-comment.mdskills/lark-drive/references/lark-drive-create-folder.mdskills/lark-drive/references/lark-drive-create-shortcut.mdskills/lark-drive/references/lark-drive-delete.mdskills/lark-drive/references/lark-drive-download.mdskills/lark-drive/references/lark-drive-export-download.mdskills/lark-drive/references/lark-drive-export.mdskills/lark-drive/references/lark-drive-import.mdskills/lark-drive/references/lark-drive-move.mdskills/lark-drive/references/lark-drive-pull.mdskills/lark-drive/references/lark-drive-push.mdskills/lark-drive/references/lark-drive-reactions.mdskills/lark-drive/references/lark-drive-search.mdskills/lark-drive/references/lark-drive-status.mdskills/lark-drive/references/lark-drive-task-result.mdskills/lark-drive/references/lark-drive-upload.mdskills/lark-drive/references/lark-drive-version-delete.mdskills/lark-drive/references/lark-drive-version-get.mdskills/lark-drive/references/lark-drive-version-history.mdskills/lark-drive/references/lark-drive-version-revert.mdskills/lark-markdown/SKILL.mdskills/lark-minutes/SKILL.mdskills/lark-minutes/references/lark-minutes-upload.mdskills/lark-shared/SKILL.mdskills/lark-sheets/SKILL.mdskills/lark-sheets/references/lark-sheets-cell-data.mdskills/lark-wiki/SKILL.mdskills/lark-wiki/references/lark-wiki-move.md
| > **术语说明:** 飞书云空间也常被称为"云盘"或"云存储",三者指的是同一个产品,是飞书官方的云端文件存储与管理中心。 | ||
|
|
There was a problem hiding this comment.
Remove blank line inside blockquote to satisfy markdownlint MD028.
Line 16 creates a blank line within the > blockquote section and triggers no-blanks-blockquote.
Suggested fix
> **术语说明:** 飞书云空间也常被称为"云盘"或"云存储",三者指的是同一个产品,是飞书官方的云端文件存储与管理中心。
-
> **导入分流规则:** 如果用户要把本地 Excel / CSV / `.base` 快照导入成 Base / 多维表格 / bitable,必须优先使用 `lark-cli drive +import --type bitable`。不要先切到 `lark-base`;`lark-base` 只负责导入完成后的表内操作。📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| > **术语说明:** 飞书云空间也常被称为"云盘"或"云存储",三者指的是同一个产品,是飞书官方的云端文件存储与管理中心。 | |
| > **术语说明:** 飞书云空间也常被称为"云盘"或"云存储",三者指的是同一个产品,是飞书官方的云端文件存储与管理中心。 | |
| > **导入分流规则:** 如果用户要把本地 Excel / CSV / `.base` 快照导入成 Base / 多维表格 / bitable,必须优先使用 `lark-cli drive +import --type bitable`。不要先切到 `lark-base`;`lark-base` 只负责导入完成后的表内操作。 |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 16-16: Blank line inside blockquote
(MD028, no-blanks-blockquote)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@skills/lark-drive/SKILL.md` around lines 15 - 16, The blockquote in SKILL.md
contains an internal blank line triggering markdownlint MD028; remove the empty
line inside the `>` block so the entire quote ("术语说明:
飞书云空间也常被称为\"云盘\"或\"云存储\",三者指的是同一个产品,是飞书官方的云端文件存储与管理中心。") is continuous on
consecutive `>`-prefixed lines to satisfy the no-blanks-blockquote rule.
Summary
"云空间" and "云盘" refer to the same concept (Lark Drive), but only "云空间" was used across all skill docs. AI agents that encounter "云盘" or "网盘" from user input cannot map these terms to the
lark-driveskill, leading to routing failures.This PR adds "(云盘)" or "/云盘" annotation next to every "云空间" occurrence so agents understand the equivalence.
Changes
飞书云空间(云盘), added explicit routing note for "云盘"/"网盘"/"我的空间"Total: 30 files across 8 skills, 59 insertions / 59 deletions (annotation only, no logic change).
Test
grep -rn "云空间" skills/ --include="*.md" | grep -v "云盘"returns no outputSummary by CodeRabbit