Skip to content

fix: skill install command - #396

Open
swatDong wants to merge 2 commits into
microsoft:mainfrom
swatDong:fixdoc
Open

fix: skill install command#396
swatDong wants to merge 2 commits into
microsoft:mainfrom
swatDong:fixdoc

Conversation

@swatDong

@swatDong swatDong commented Jul 30, 2026

Copy link
Copy Markdown

Fix #363

  • For direct skills, keep npx skills add microsoft/skills
  • For plugins, use their own install commands npx skills add microsoft/azure-skills ... or npx skills add https://github.com/microsoft/skills/tree/main/...

Copilot AI review requested due to automatic review settings July 30, 2026 02:15
@swatDong
swatDong requested a review from thegovind as a code owner July 30, 2026 02:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes #363 by generating install commands based on each skill’s source.

Changes:

  • Adds source-aware install command generation.
  • Reuses it across cards and detail modals.
  • Updates clipboard test expectations.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
SkillCard.tsx Adds source-based command routing.
SkillDetailModal.tsx Reuses shared command generation.
copy.spec.ts Adjusts clipboard assertion.

Comment thread docs-site/e2e/copy.spec.ts Outdated
Copilot AI review requested due to automatic review settings July 30, 2026 02:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skill install command not work

2 participants