Conversation
Add microsoft/azure-skills as an external plugin with metadata including author, homepage, keywords, license, and repository fields. Regenerated marketplace.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR adds microsoft/azure-skills as the first external plugin entry to the awesome-copilot marketplace. External plugins are hosted outside this repository and referenced via plugins/external.json, which is then merged into the generated marketplace.json during the build step.
Changes:
- Adds
azure-skillsas the first entry inplugins/external.jsonwith full metadata (name, description, version, author, homepage, keywords, license, repository, and source). - Updates
.github/plugin/marketplace.jsonto include the new external plugin, regenerated by the build pipeline.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
plugins/external.json |
New file (replacing empty array) defining the azure-skills external plugin from microsoft/azure-skills |
.github/plugin/marketplace.json |
Auto-generated file updated to include the new azure-skills external plugin entry in alphabetical order |
There is one discrepancy worth flagging before merging:
The homepage field on line 10 of plugins/external.json (and correspondingly line 33 of .github/plugin/marketplace.json) points to https://github.com/microsoft/github-copilot-for-azure, which is a different repository from both the repository field (https://github.com/microsoft/azure-skills) and the source.repo (microsoft/azure-skills). The homepage is the URL users will follow to learn about the plugin, so pointing it to an unrelated Microsoft repo appears to be an error.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add microsoft/azure-skills as an external plugin with metadata including author, homepage, keywords, license, and repository fields. Regenerated marketplace.json.