Skip to content

Conversation

@NoahJenkins
Copy link

Pull Request Checklist

  • [X ] I have read and followed the CONTRIBUTING.md guidelines.
  • [X ] My contribution adds a new instruction, prompt, agent, or skill file in the correct directory.
  • [ X] The file follows the required naming convention.
  • [X ] The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, or skill with GitHub Copilot.
  • [X ] I have run npm start and verified that README.md is 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

  • New instruction file.
  • [X ] New prompt file.
  • New agent file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, agent, collection or skill.
  • Other (please specify):

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.

Copilot AI and others added 4 commits February 12, 2026 22:56
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
Copilot AI review requested due to automatic review settings February 12, 2026 23:12
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

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.md prompt 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.

Comment on lines +55 to +57
| 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 |
Copy link

Copilot AI Feb 12, 2026

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.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

@aaronpowell aaronpowell left a 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

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.

3 participants