improvement: add SkillsMP discovery link to Skill Browser dialog#675
improvement: add SkillsMP discovery link to Skill Browser dialog#675breaking-brake merged 2 commits intomainbreaking-brake/cc-wf-studio:mainfrom improvement/skill-discovery-linkbreaking-brake/cc-wf-studio:improvement/skill-discovery-linkCopy head branch name to clipboard
Conversation
- Added external link to skillsmp.com next to "Browse Skills" heading - Added i18n key skill.browser.browseSkills for all supported languages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Added "Select Skill" label with SkillsMP link matching MCP pattern - Simplified dialog description to single purpose statement - Added i18n keys skill.browser.selectSkill and skill.browser.browseSkills Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis pull request introduces a discovery link in the Skill Browser Dialog that directs users to skillsmp.com, accompanied by support for the new link via localization keys. The implementation includes proper keyboard accessibility and icon styling, with translations added across six languages. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
## [3.30.3](v3.30.2...v3.30.3) (2026-03-23) ### Bug Fixes * canvas toolbar toggles getting stuck open on rapid hover ([#679](#679)) ([7b42494](7b42494)) ### Improvements * add minimap 3-state display mode with scroll auto-show ([#677](#677)) ([fb26d73](fb26d73)) * add PulseMCP discovery link to MCP server selection ([#674](#674)) ([e6f2b6c](e6f2b6c)) * add SkillsMP discovery link to Skill Browser dialog ([#675](#675)) ([7638fdf](7638fdf)) * add sub-agent discovery link to Sub-Agent Creation dialog ([#676](#676)) ([3523da8](3523da8)) * increase max node limit to 100 with user-configurable setting ([#678](#678)) ([e4318db](e4318db))
|
🎉 This PR is included in version 3.30.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Add an external link to SkillsMP (skillsmp.com) and a "Select Skill" label to the Skill Browser Dialog, matching the MCP server selection pattern for consistency.
What Changed
Before
After
Changes
src/webview/src/components/dialogs/SkillBrowserDialog.tsx- Added Select Skill label with SkillsMP link, simplified descriptionsrc/webview/src/i18n/translation-keys.ts- Addedskill.browser.selectSkillandskill.browser.browseSkillskeyssrc/webview/src/i18n/translations/{en,ja,ko,zh-CN,zh-TW}.ts- Added translations, simplified description textTesting
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
New Features
Localization