docs(skills): regenerate lark-mail SKILL.md for user_mailbox allow/blocked senders#702
docs(skills): regenerate lark-mail SKILL.md for user_mailbox allow/blocked senders#702infeng wants to merge 1 commit intolarksuite:mainfrom
Conversation
…ocked senders Codegen output from cli-registry `make all project=mail` after the registry sprint added `user_mailbox.allow_senders` and `user_mailbox.blocked_senders` resources (list / batch_create / batch_remove × 2). The SKILL.md update adds these two resource sections under `## API Resources` plus 6 rows in the `## 权限表` section. Other description deltas come from refreshed upstream meta and ride along with the same regeneration; no hand edits. `internal/registry/meta_data.json` is gitignored (CI fetches it from the published registry via scripts/fetch_meta.py), so it is intentionally not part of this commit. sprint: S8
📝 WalkthroughWalkthroughUpdates documentation for Lark Mail API with two new mailbox sender-control resources ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 #702 +/- ##
=======================================
Coverage 63.80% 63.80%
=======================================
Files 500 500
Lines 43531 43531
=======================================
Hits 27773 27773
Misses 13317 13317
Partials 2441 2441 ☔ 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@f6ae59ef5c75aadaec4a03db25c5ce515e5ec33f🧩 Skill updatenpx skills add infeng/cli#harness/01kq9v50hxs3qvqg0njny6r5cq -y -g |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@skills/lark-mail/SKILL.md`:
- Around line 497-498: The docs currently have empty descriptions for
user_mailbox.rules.reorder and user_mailbox.rules.update in SKILL.md; update the
two entries to include concise descriptions: for user_mailbox.rules.reorder
explain it reorders rule evaluation priority by accepting an ordered list of
rule IDs (or positions) and returns the updated rule sequence, and for
user_mailbox.rules.update describe it updates a specific rule’s properties
(conditions, actions, enabled flag, etc.) given a rule ID and payload and
returns the modified rule; place these summaries in the lines for `reorder` and
`update` respectively so the high-traffic reference shows meaningful
explanations.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - `reorder` — | ||
| - `update` — |
There was a problem hiding this comment.
Fill missing method descriptions for rules APIs
Line 497 and Line 498 have empty descriptions for user_mailbox.rules.reorder and user_mailbox.rules.update. This is a docs regression in a high-traffic reference section.
📝 Suggested patch
- - `reorder` —
- - `update` —
+ - `reorder` — 调整收信规则执行顺序
+ - `update` — 更新指定收信规则的条件或动作配置🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@skills/lark-mail/SKILL.md` around lines 497 - 498, The docs currently have
empty descriptions for user_mailbox.rules.reorder and user_mailbox.rules.update
in SKILL.md; update the two entries to include concise descriptions: for
user_mailbox.rules.reorder explain it reorders rule evaluation priority by
accepting an ordered list of rule IDs (or positions) and returns the updated
rule sequence, and for user_mailbox.rules.update describe it updates a specific
rule’s properties (conditions, actions, enabled flag, etc.) given a rule ID and
payload and returns the modified rule; place these summaries in the lines for
`reorder` and `update` respectively so the high-traffic reference shows
meaningful explanations.
Generated by the harness-coding skill.
Sprints
Source specs
This MR was created autonomously. Quality gates were enforced by the repo's own pre-commit hooks.
Summary by CodeRabbit
Release Notes
New Features
Documentation