Skip to content

Commit b83f433

Browse files
committed
CHANGE: Update README for clarity and guidance
- Enhanced instructions and prompts for better user experience - Improved clarity on the use of GitHub Copilot features
1 parent f0e9390 commit b83f433

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ I've spent many hours building my own tools and prompts and chat modes to help m
1717

1818
GitHub Copilot provides multiple ways to customize AI responses and tailor assistance to your specific workflows, team guidelines, and project requirements:
1919

20-
| **[🔧 Custom Instructions](#-custom-instructions-files)** | **[📝 Prompt Files (Reusable Prompts)](#-prompt-files-reusable-prompts)** | **[🧩 Custom Chat Modes](#-custom-chat-modes)** | **[🔌 MCP Servers](#-mcp-servers)** |
20+
| **🔧 [Custom Instructions](#-custom-instructions-files)** | **📝 [Prompt Files (Reusable Prompts)](#-prompt-files-reusable-prompts)** | **🧩 [Custom Chat Modes](#-custom-chat-modes)** | **🔌 [MCP Servers](#-mcp-servers)** |
2121
| --- | --- | --- | --- |
2222
| Define common guidelines for tasks like code generation, reviews, and commit messages. Describe *how* tasks should be performed<br><br>**Benefits:**<br>• Automatic inclusion in every chat request<br>• Repository-wide consistency<br>• Multiple implementation options | Create reusable, standalone prompts for specific tasks. Describe *what* should be done with optional task-specific guidelines<br><br>**Benefits:**<br>• Eliminate repetitive prompt writing<br>• Shareable across teams<br>• Support for variables and dependencies | Define chat behavior, available tools, and codebase interaction patterns within specific boundaries for each request<br><br>**Benefits:**<br>• Context-aware assistance<br>• Tool configuration<br>• Role-specific workflows | Extend GitHub Copilot agents with standardized tools, resources, and prompts via Model Context Protocol for specialized tasks and external integrations<br><br>**Benefits:**<br>• Invoke tools for databases, APIs, and file operations<br>• Access external resources as chat context<br>• Pre-configured prompts for complex workflows<br>• Tool confirmation and parameter editing<br>• Automatic discovery and workspace sharing |
2323

update-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I've spent many hours building my own tools and prompts and chat modes to help m
2424
2525
GitHub Copilot provides multiple ways to customize AI responses and tailor assistance to your specific workflows, team guidelines, and project requirements:
2626
27-
| **[🔧 Custom Instructions](#-custom-instructions-files)** | **[📝 Prompt Files (Reusable Prompts)](#-prompt-files-reusable-prompts)** | **[🧩 Custom Chat Modes](#-custom-chat-modes)** | **[🔌 MCP Servers](#-mcp-servers)** |
27+
| **🔧 [Custom Instructions](#-custom-instructions-files)** | **📝 [Prompt Files (Reusable Prompts)](#-prompt-files-reusable-prompts)** | **🧩 [Custom Chat Modes](#-custom-chat-modes)** | **🔌 [MCP Servers](#-mcp-servers)** |
2828
| --- | --- | --- | --- |
2929
| Define common guidelines for tasks like code generation, reviews, and commit messages. Describe *how* tasks should be performed<br><br>**Benefits:**<br>• Automatic inclusion in every chat request<br>• Repository-wide consistency<br>• Multiple implementation options | Create reusable, standalone prompts for specific tasks. Describe *what* should be done with optional task-specific guidelines<br><br>**Benefits:**<br>• Eliminate repetitive prompt writing<br>• Shareable across teams<br>• Support for variables and dependencies | Define chat behavior, available tools, and codebase interaction patterns within specific boundaries for each request<br><br>**Benefits:**<br>• Context-aware assistance<br>• Tool configuration<br>• Role-specific workflows | Extend GitHub Copilot agents with standardized tools, resources, and prompts via Model Context Protocol for specialized tasks and external integrations<br><br>**Benefits:**<br>• Invoke tools for databases, APIs, and file operations<br>• Access external resources as chat context<br>• Pre-configured prompts for complex workflows<br>• Tool confirmation and parameter editing<br>• Automatic discovery and workspace sharing |
3030

0 commit comments

Comments
 (0)