docs(im): name --query/--member-ids in +chat-search shortcut row#812
Conversation
The +chat-search row in lark-im SKILL.md described the search as "by keyword and/or member open_ids", which doesn't match the real flag names (--query, --member-ids). Naming them inline avoids agents guessing --keyword from the prose, matching the style already used by +chat-messages-list. Change-Id: Ife8668d9b13ee66711bc4e81a7b2bcc7f05d9586
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the ChangesSkill Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #812 +/- ##
==========================================
+ Coverage 65.44% 65.60% +0.16%
==========================================
Files 509 513 +4
Lines 47069 47644 +575
==========================================
+ Hits 30806 31259 +453
- Misses 13596 13685 +89
- Partials 2667 2700 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@266a7c9ff71a14f33cc5717137c1308b6d0abd95🧩 Skill updatenpx skills add shifengjuan-dev/lark-cli#docs/im-chat-search-flag-names -y -g |
Summary
--query/--member-idsin the+chat-searchrow ofskills/lark-im/SKILL.md.--keywordflag from the prose. Naming the real flags inline matches the style already used by+chat-messages-listand removes the wrong-guess path.Test plan
git diff mainshows the intended single-line change inskills/lark-im/SKILL.md.lark-cli im +chat-search --query "X"directly, without first guessing--keyword.Summary by CodeRabbit