You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,18 @@ We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md)
19
19
20
20
## 📋 Custom Instructions
21
21
22
-
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices:
22
+
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices.
23
+
24
+
### How to Use Custom Instructions
25
+
26
+
**To Install:**
27
+
- Click the **VS Code** or **VS Code Insiders** install button for the instruction you want to use
28
+
- Download the `*.instructions.md` file and manually add it to your project's instruction collection
29
+
30
+
**To Use/Apply:**
31
+
- Copy these instructions to your `.github/copilot-instructions.md` file in your workspace
32
+
- Create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder
33
+
- Instructions automatically apply to Copilot behavior once installed in your workspace
23
34
24
35
| Title | Description | Install |
25
36
| ----- | ----------- | ------- |
@@ -86,12 +97,21 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
86
97
|[Terraform Conventions](instructions/terraform.instructions.md)| Terraform Conventions and Guidelines |[](https://vscode.dev/redirect?url=vscode%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fterraform.instructions.md)[](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fterraform.instructions.md)|
87
98
|[VueJS 3 Development Instructions](instructions/vuejs3.instructions.md)| VueJS 3 development standards and best practices with Composition API and TypeScript |[](https://vscode.dev/redirect?url=vscode%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fvuejs3.instructions.md)[](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fvuejs3.instructions.md)|
88
99
89
-
> 💡 **Usage**: Copy these instructions to your `.github/copilot-instructions.md` file or create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder.
90
-
91
100
## 🎯 Reusable Prompts
92
101
93
102
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.
94
103
104
+
### How to Use Reusable Prompts
105
+
106
+
**To Install:**
107
+
- Click the **VS Code** or **VS Code Insiders** install button for the prompt you want to use
108
+
- Download the `*.prompt.md` file and manually add it to your prompt collection
109
+
110
+
**To Run/Execute:**
111
+
- Use `/prompt-name` in VS Code chat after installation
112
+
- Run the `Chat: Run Prompt` command from the Command Palette
113
+
- Hit the run button while you have a prompt file open in VS Code
114
+
95
115
| Title | Description | Install |
96
116
| ----- | ----------- | ------- |
97
117
| [AI Prompt Engineering Safety Review & Improvement](prompts/ai-prompt-engineering-safety-review.prompt.md) | Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content. | [](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fai-prompt-engineering-safety-review.prompt.md) [](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fai-prompt-engineering-safety-review.prompt.md) |
@@ -169,12 +189,21 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi
169
189
|[Update Standard OO Component Documentation](prompts/update-oo-component-documentation.prompt.md)| Update existing object-oriented component documentation following industry best practices and architectural documentation standards. |[](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fupdate-oo-component-documentation.prompt.md)[](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fupdate-oo-component-documentation.prompt.md)|
170
190
|[Update Specification](prompts/update-specification.prompt.md)| Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code. |[](https://vscode.dev/redirect?url=vscode%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fupdate-specification.prompt.md)[](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-prompt%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fprompts%2Fupdate-specification.prompt.md)|
171
191
172
-
> 💡 **Usage**: Use `/prompt-name` in VS Code chat, run `Chat: Run Prompt` command, or hit the run button while you have a prompt open.
173
-
174
192
## 🧩 Custom Chat Modes
175
193
176
194
Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, enabling enhanced context-aware assistance for particular tasks or workflows.
177
195
196
+
### How to Use Custom Chat Modes
197
+
198
+
**To Install:**
199
+
- Click the **VS Code** or **VS Code Insiders** install button for the chat mode you want to use
200
+
- Download the `*.chatmode.md` file and manually install it in VS Code using the Command Palette
201
+
202
+
**To Activate/Use:**
203
+
- Import the chat mode configuration into your VS Code settings
204
+
- Access the installed chat modes through the VS Code Chat interface
205
+
- Select the desired chat mode from the available options in VS Code Chat
206
+
178
207
| Title | Description | Install |
179
208
| ----- | ----------- | ------- |
180
209
|[4.1 Beast Mode (VS Code v1.102)](chatmodes/4.1-Beast.chatmode.md)| GPT 4.1 as a top-notch coding agent. |[](https://vscode.dev/redirect?url=vscode%3Achat-mode%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fchatmodes%2F4.1-Beast.chatmode.md)[](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-mode%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fchatmodes%2F4.1-Beast.chatmode.md)|
@@ -262,4 +291,4 @@ This project may contain trademarks or logos for projects, products, or services
0 commit comments