Skip to content

Fix 122 broken symlinks in skills/ directory#225

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-broken-symlinks-skills
Draft

Fix 122 broken symlinks in skills/ directory#225
Copilot wants to merge 2 commits intomainfrom
copilot/fix-broken-symlinks-skills

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 27, 2026

All symlinks under skills/ were broken after skill directories moved from .github/skills/ to .github/plugins/<plugin>/skills/.

Updated every symlink target to reflect the new location:

# Before (broken)
skills/python/data/blob -> ../../../.github/skills/azure-storage-blob-py

# After
skills/python/data/blob -> ../../../.github/plugins/azure-sdk-python/skills/azure-storage-blob-py

Plugin mapping by language:

  • Python (azure-sdk-python) -- 38 symlinks
  • .NET (azure-sdk-dotnet) -- 28 symlinks
  • Java (azure-sdk-java) -- 25 symlinks
  • TypeScript (azure-sdk-typescript) -- 24 symlinks
  • Rust (azure-sdk-rust) -- 7 symlinks

All 122 symlinks now resolve and each target contains a valid SKILL.md.


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Copilot AI linked an issue Mar 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix broken symlinks in skills directory Fix 122 broken symlinks in skills/ directory Mar 27, 2026
Copilot AI requested a review from thegovind March 27, 2026 13:58
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.

Broken symlinks for skills

2 participants