fix: align slides xml-get skill flags - #2237
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthrough更新 ChangesSlides XML Get 文档
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: 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-slides/references/lark-slides-xml-presentations-get.md`:
- Around line 25-28: The purpose statement for the XML presentation read
shortcut must cover both complete-presentation XML and single-slide XML returned
when --slide-id or --slide-number is set. Update that statement while preserving
the existing descriptions of the command’s behavior.
🪄 Autofix
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: 64395d7d-73fb-4acf-866d-2c3f64fee1d2
📒 Files selected for processing (2)
shortcuts/slides/slides_xml_get_test.goskills/lark-slides/references/lark-slides-xml-presentations-get.md
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@caa1ebd648215e484d2d7a90a8b6685bf16b6eeb🧩 Skill updatenpx skills add larksuite/cli#fix/slides-xml-get-skill-flags -y -g |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2237 +/- ##
==========================================
- Coverage 76.34% 76.33% -0.01%
==========================================
Files 991 993 +2
Lines 106019 106633 +614
==========================================
+ Hits 80940 81400 +460
- Misses 18944 19032 +88
- Partials 6135 6201 +66 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Align the
lark-slidesSkill documentation with the publicslides +xml-getflags so agents do not combine incompatible output options such as--rawand--output.Changes
--raw,--slide-id, and--slide-number, including their incompatibility rules.Test Plan
go test ./shortcuts/slidesmake buildlark-slidesRelated Issues
Summary by CodeRabbit