docs: use npx skills to install the skill#585
Conversation
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #585 +/- ##
=======================================
Coverage 48.33% 48.33%
=======================================
Files 40 40
Lines 3958 3958
=======================================
Hits 1913 1913
Misses 2045 2045 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates agent-facing documentation to install DPDispatcher skills via the skills CLI (npx skills) instead of manual cloning/copying, making installation more reproducible for agent workspaces.
Changes:
- Replace manual skill installation steps with an
npx skills add ...command. - Add brief explanation of the agent argument and what the CLI does.
- Keep the existing “refresh/restart session” step.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughReplaced manual three-step agent skill installation instructions with a single Skill CLI command: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <njzjz@qq.com>
for more information, see https://pre-commit.ci
Summary by CodeRabbit
npx -y skills add deepmodeling/dpdispatcher -a <your-agent-name> -y.