suggest-awesome-github-copilot-skills.prompt.md#710
Conversation
Create new prompt that suggests relevant GitHub Copilot skills from the awesome-copilot repository based on repository context and chat history, following the same pattern as existing suggest prompts for agents, instructions, prompts, and collections. Co-authored-by: NoahJenkins <41129202+NoahJenkins@users.noreply.github.com>
…ompts Add suggest-awesome-github-copilot-skills prompt
There was a problem hiding this comment.
Pull request overview
Adds a new “Suggest Awesome GitHub Copilot Skills” prompt to help users identify relevant skills from this repository and optionally install/update them in their own repo, and indexes it in the prompts documentation.
Changes:
- Added
suggest-awesome-github-copilot-skills.prompt.mdprompt for discovering/suggesting/installing skills. - Updated the prompts index to include the new prompt and install links.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| prompts/suggest-awesome-github-copilot-skills.prompt.md | New prompt template for suggesting and optionally installing/updating skills based on repo context. |
| docs/README.prompts.md | Adds the new prompt to the prompts list with VS Code install links. |
aaronpowell
left a comment
There was a problem hiding this comment.
Can you add this to https://github.com/github/awesome-copilot/blob/main/collections/awesome-copilot.collection.yml and then run a new build to update the collection and also npm run plugin:refresh --name awesome-copilot to update the plugin
|
@aaronpowell this has been added to awesome-copilot/blob/main/collections/awesome-copilot.collection.yml, a new build was run, and I ran npm run plugin:refresh --name awesome-copilot. I have committed the new changes. |
|
@all-contributors add @NoahJenkins for prompts |
|
I couldn't determine any contributions to add, did you specify any contributions? |
|
https://github.com/all-contributors add @NoahJenkins for code |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Added a prompt that will review the skills available in this repo, then suggest which ones should be added to a users repo.
Really it's just a new suggest-awesome-github-copilot prompt, but for skills.
Type of Contribution
Additional Notes
Nothing else to note.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.