Clarify "Local" section in Skills page with description - #333628
Merged
Hawk Ticehurst (hawkticehurst) merged 1 commit intoAug 31, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Hawk Ticehurst (hawkticehurst)
August 31, 2026 19:26
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Clarifies the “Local” skills group for remote agent environments.
Changes:
- Adds a localized description explaining local skill synchronization.
- Updates the remote skills fixture to render Local and Remote groups.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
aiCustomizationListWidget.ts |
Adds the Local skills group description. |
aiCustomizationManagementEditor.fixture.ts |
Adds representative client-synced skill fixture data. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Vritant Bhardwaj (vritant24)
approved these changes
Aug 31, 2026
Contributor
Screenshot ChangesBase: Changed (3)1 insignificant change(s) omitted (≤20 px, Δ≤2). See CI logs for details. |
Hawk Ticehurst (hawkticehurst)
deleted the
agents/skills-page-local-section-clarification
branch
August 31, 2026 20:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #333572
This pull request addresses the confusion surrounding the "Local" section in the Skills page by adding a clear description. The changes made include:
aiCustomizationListWidget.tsfile to include a description stating that "Local" refers to skills stored on the user's local machine and synced to the active remote agent environment.aiCustomizationManagementEditor.fixture.tsto include a client-synced skill, ensuring that the "Local" group can be rendered and tested properly.Key Changes:
Reproduction Steps:
~/.copilot/skills/<skill>/SKILL.md.This clarification helps users understand the distinction between "Local" and "User" skills, ensuring better management and visibility of skills in the application.