docs(base): harden dashboard multi-block read guidance - #2122
Conversation
…nstraints - SKILL.md: update routing table to say "一个或多个图表计算结果" for +dashboard-block-get-data; add three new Dashboard guidance bullets covering arrange precision limits, creation verification shortcut, and multi-block serial read pattern - lark-base-dashboard-block-get-data.md: add multi-block serial loop example with safety note that IDs must come verbatim from +dashboard-block-list - lark-base-dashboard.md: tighten arrange caution block (x/y/w/h wording, two new caution bullets); fix verification guideline to not call +dashboard-block-get-data just to confirm creation; add multi-block read hint after scenario 5
📝 WalkthroughWalkthroughUpdates Lark Base dashboard guidance for shortcut limitations, creation verification, layout rearrangement, and serial retrieval of multiple component calculation results. ChangesDashboard documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
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-base/references/lark-base-dashboard-block-get-data.md`:
- Line 66: Update the --dashboard-id example in the dashboard data command to
use a dashboard-shaped placeholder such as dshxxxxxxxx instead of the
block-shaped blkxxxxxxxx, while leaving the separate --block-id example
unchanged.
🪄 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 Plus
Run ID: ac87edf5-1223-48ac-830c-d3b90d4feb56
📒 Files selected for processing (3)
skills/lark-base/SKILL.mdskills/lark-base/references/lark-base-dashboard-block-get-data.mdskills/lark-base/references/lark-base-dashboard.md
PR Quality SummaryCI did not complete successfully. Use the failed check links below to decide whether this PR needs a code change or a rerun. CI status
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@600214240c78e83c10475a92b5224fb2c983ff5c🧩 Skill updatenpx skills add wanghm25/cli#docs/dashboard-multi-block-read-guidance -y -g |
Summary
Ports the dashboard documentation changes from #2117 onto a branch in my fork and adds focused pagination and strict failure-handling fixes.
Changes
+dashboard-block-listuntilhas_more=falsebefore building the multi-block read set.The commits remain independently scoped:
Test Plan
git diff --checkRelated Issues
This PR does not close or modify #2117; the original PR remains open unchanged.
Summary by CodeRabbit