Skip to content

Conversation

@alefragnani
Copy link

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Add skills for contributing commands and localization in VS Code extensions.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, chat mode, collection or skill.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings January 11, 2026 15:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds two new skills to help with VS Code extension development: one for contributing commands and another for handling localization. Both skills provide guidelines and best practices for their respective areas.

Changes:

  • Added vscode-ext-localization skill for localizing VS Code extensions
  • Added vscode-ext-commands skill for contributing commands in VS Code extensions
  • Updated docs/README.skills.md to include the two new skills

Reviewed changes

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

File Description
skills/vscode-ext-localization/SKILL.md New skill file providing guidelines for localizing VS Code extensions, covering package.json configurations, walkthrough content, and source code strings
skills/vscode-ext-commands/SKILL.md New skill file providing guidelines for contributing commands in VS Code extensions, including naming conventions, visibility patterns, and side bar commands
docs/README.skills.md Updated skill registry to include the two new VS Code extension skills

alefragnani and others added 2 commits January 11, 2026 13:15
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

1 participant