docs: optimize base skill references#1171
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAdds a package high-risk tip constant, updates json-help wording and related tests, attaches or edits Tips and flag descriptions across many Base shortcuts, and rewrites/cleans SKILL.md plus many lark-base reference Markdown files. ChangesBase CLI tips & docs consolidation
Estimated code review effort: 🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1171 +/- ##
==========================================
+ Coverage 68.92% 69.22% +0.29%
==========================================
Files 629 634 +5
Lines 58762 59555 +793
==========================================
+ Hits 40503 41224 +721
- Misses 14952 15012 +60
- Partials 3307 3319 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5be573d to
57212ea
Compare
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@63b61f2251f0b6cd5f57b5df3f9cec5edde2906f🧩 Skill updatenpx skills add zgz2048/cli#codex/base-skill-reference-optimization -y -g |
38a83f7 to
78519fb
Compare
a8c5966 to
a618b19
Compare
bba005d to
914aa1f
Compare
914aa1f to
63b61f2
Compare
Summary
Optimize the Base skill reference set so the skill routes by task and keeps only high-value guidance for complex Base JSON/DSL workflows. This removes command-manual style reference pages and moves concise usage guidance into command tips and the main skill routing document.
Changes
skills/lark-base/SKILL.mdinto routing, boundaries, token/link handling, identity fallback, query/write rules, and retained reference guidance.--help.Test Plan
go test ./shortcuts/baselark-cli <domain> <command>flow works as expected: checkedlark-cli drive +search --helpfor the Base title search example and scanned retained Base docs for deleted-reference links / low-value--helpprompts.Related Issues
Summary by CodeRabbit
New Features
Documentation
Tests