-
Notifications
You must be signed in to change notification settings - Fork 2.4k
suggest-awesome-github-copilot-skills.prompt.md #710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 <[email protected]>
…ompts Add suggest-awesome-github-copilot-skills prompt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
| | Awesome-Copilot Skill | Description | Bundled Assets | Already Installed | Similar Local Skill | Suggestion Rationale | | ||
| |-----------------------|-------------|----------------|-------------------|---------------------|---------------------| | ||
| | [gh-cli](https://github.com/github/awesome-copilot/tree/main/skills/gh-cli) | GitHub CLI skill for managing repositories and workflows | None | ❌ No | None | Would enhance GitHub workflow automation capabilities | |
Copilot
AI
Feb 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sample Markdown table in the Output Format section uses || at the start of each row, which renders incorrectly in Markdown. Use single | delimiters (as in the other suggest-awesome-* prompts) so the table displays properly.
aaronpowell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.