From 2975b0b4de0142a95c1499dbb159ea4dcd4345c5 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 2 Feb 2026 09:45:55 -0500 Subject: [PATCH 1/5] Revise MCP Server section to clarify installation steps Updated the section title and clarified the MCP Server installation instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bec39297..12e309b2 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Discover our curated collections of prompts, instructions, and agents organized | [Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 20 items | devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance | -## MCP Server +## How to Install Artifacts -To make it easy to add these customizations to your editor, we have created a [MCP Server](https://developer.microsoft.com/blog/announcing-awesome-copilot-mcp-server) that provides a prompt for searching and installing prompts, instructions, agents, and skills directly from this repository. You'll need to have Docker installed and running to run the server. +To make it easy to add these customizations to your editor, we have created an [MCP Server](https://developer.microsoft.com/blog/announcing-awesome-copilot-mcp-server) that provides a prompt for searching and installing prompts, instructions, agents, and skills directly from this repository. You'll need to have Docker installed and running to run the MCP server locally. [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vscode) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vscode-insiders) [![Install in Visual Studio](https://img.shields.io/badge/Visual_Studio-Install-C16FDE?logo=visualstudio&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vs) From 6f03dc7c71c654aed9b4345400f404f2f0e44b2e Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Thu, 5 Feb 2026 16:38:31 -0800 Subject: [PATCH 2/5] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e309b2..de606006 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Discover our curated collections of prompts, instructions, and agents organized | [Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 20 items | devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance | -## How to Install Artifacts +## How to Install Customizations To make it easy to add these customizations to your editor, we have created an [MCP Server](https://developer.microsoft.com/blog/announcing-awesome-copilot-mcp-server) that provides a prompt for searching and installing prompts, instructions, agents, and skills directly from this repository. You'll need to have Docker installed and running to run the MCP server locally. From 187c9d25e91911e9dcba88702a6422b24df64e18 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:06:31 +0100 Subject: [PATCH 3/5] fix: markdown formatting in code review examples Updated markdown code blocks for example comments in the code review instructions. --- instructions/code-review-generic.instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/instructions/code-review-generic.instructions.md b/instructions/code-review-generic.instructions.md index c8a1ca29..b4c21ff6 100644 --- a/instructions/code-review-generic.instructions.md +++ b/instructions/code-review-generic.instructions.md @@ -242,7 +242,7 @@ Explanation of the impact or reason for the suggestion. ### Example Comments #### Critical Issue -```markdown +````markdown **🔴 CRITICAL - Security: SQL Injection Vulnerability** The query on line 45 concatenates user input directly into the SQL string, @@ -290,10 +290,10 @@ test('should process full refund when order is cancelled', () => { expect(result.status).toBe('refunded'); }); ``` -``` +```` #### Suggestion -```markdown +````markdown **🟢 SUGGESTION - Readability: Simplify nested conditionals** The nested if statements on lines 30-40 make the logic hard to follow. @@ -318,7 +318,7 @@ if (!user || !user.isActive || !user.hasPermission('write')) { } // do something ``` -``` +```` ## Review Checklist From 83fe668a7c8a5eeed990af7b8e19bda8d73c120d Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:16:26 +0100 Subject: [PATCH 4/5] fix markdown code blocks --- instructions/code-review-generic.instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/code-review-generic.instructions.md b/instructions/code-review-generic.instructions.md index b4c21ff6..bcd7365d 100644 --- a/instructions/code-review-generic.instructions.md +++ b/instructions/code-review-generic.instructions.md @@ -265,10 +265,10 @@ stmt.setString(1, email); ``` **Reference:** OWASP SQL Injection Prevention Cheat Sheet -``` +```` #### Important Issue -```markdown +````markdown **🟡 IMPORTANT - Testing: Missing test coverage for critical path** The `processPayment()` function handles financial transactions but has no tests From 865d19c7e5032fb81c75abcc7af55904964afe75 Mon Sep 17 00:00:00 2001 From: Pavel Sulimau Date: Sat, 7 Feb 2026 14:40:21 +0100 Subject: [PATCH 5/5] Fix command for adding Awesome Copilot marketplace in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e198cbfb..84cc5742 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Plugins are installable packages generated from collections. Each plugin contain First, add the Awesome Copilot marketplace to your Copilot CLI: ```bash -copilot marketplace add github/awesome-copilot +copilot plugin marketplace add github/awesome-copilot ``` Then install any plugin from the collection: