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
1. Copy the desired `.chatmode.md` file from the `/chat-modes` directory in this repository to your workspace's `.github/chatmodes` directory (create it if it doesn't exist).
21
-
2. Restart VS Code to load the new chat mode.
22
-
3. Open the GitHub Copilot Chat panel in VS Code.
23
-
4. Click the dropdown menu at the bottom of the chat panel and select your custom chat mode from the list.
24
-
25
-
The chat mode will now be active, and Copilot Chat will respond according to the instructions defined in the chosen `.chatmode.md` file.
26
-
27
16
# 🚀 Available Chat Modes
28
17
29
18
| Title | Description | Category |
@@ -124,7 +113,7 @@ This will prompt the chat mode to guide you through any necessary questions or s
124
113
- Be specific about your requirements when the chat mode asks for clarification
125
114
- Ensure you have the necessary permissions and prerequisites before starting
126
115
127
-
**Note: For more details about usage around prerequisites, setup and prompt examples, refer to the chosen custom chat mode's `.chatmode.md` file.**
116
+
**Note: For more details, refer to the chosen custom chat mode's `.chatmode.md` file.**
Copy file name to clipboardExpand all lines: chat-modes/code-commit-assistant.chatmode.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,6 @@ To use this chat mode effectively, follow these steps:
65
65
- Know what branch name you want to use for your changes
66
66
- Ensure the directory having code changes is added as the context
67
67
68
-
### Setup
69
-
70
-
1.**Install the Chat Mode**: Copy the `code-commit-assistant.chatmode.md` file from the `/chat-modes` directory to your workspace's `.github/chatmodes` directory
71
-
2.**Restart VS Code**: Restart VS Code to load the new chat mode
72
-
3.**Start a New Chat Session**: Open the GitHub Copilot Chat panel in VS Code
73
-
4.**Select the Chat Mode**: Click the dropdown menu at the bottom of the chat panel and select `code-commit-assistant.chatmode.md`
74
-
5.**Choose the Model**: Select the model to be used. For example, `Claude Sonnet 4` (recommended for best performance)
75
-
6.**Add Context**: Choose the appropriate directory having code changes as context for your specific task
76
-
77
68
### Prompt Examples
78
69
79
70
**Option 1: Let the mode prompt you with all the questions**
Copy file name to clipboardExpand all lines: chat-modes/conversation-to-chat-mode.chatmode.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,6 @@ To use this chat mode effectively, follow these steps:
83
83
84
84
- Ensure the directory having code changes is added as the context
85
85
86
-
### Setup
87
-
88
-
1.**Install the Chat Mode**: Copy the `conversation-to-chat-mode.chatmode.md` file from the `/chat-modes` directory to your workspace's `.github/chatmodes` directory
89
-
2.**Restart VS Code**: Restart VS Code to load the new chat mode
90
-
3.**Start a New Chat Session**: Open the GitHub Copilot Chat panel in VS Code
91
-
4.**Select the Chat Mode**: Click the dropdown menu at the bottom of the chat panel and select `conversation-to-chat-mode.chatmode.md`
92
-
5.**Choose the Model**: Select the model to be used. For example, `Claude Sonnet 4` (recommended for best performance)
93
-
6.**Add Context**: Choose the appropriate directory having code changes as context for your specific task
94
-
95
86
### Prompt Examples
96
87
97
88
**Option 1: Let the mode prompt you with all the questions**
Copy file name to clipboardExpand all lines: chat-modes/dockerfile-developer.chatmode.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,6 @@ To use this chat mode effectively, follow these steps:
32
32
- Know your application type and technology stack
33
33
- Have access to dependency files if they exist
34
34
35
-
### Setup
36
-
37
-
1.**Install the Chat Mode**: Copy the `dockerfile-developer.chatmode.md` file from the `/chat-modes` directory to your workspace's `.github/chatmodes` directory
38
-
2.**Restart VS Code**: Restart VS Code to load the new chat mode
39
-
3.**Start a New Chat Session**: Open the GitHub Copilot Chat panel in VS Code
40
-
4.**Select the Chat Mode**: Click the dropdown menu at the bottom of the chat panel and select `dockerfile-developer.chatmode.md`
41
-
5.**Choose the Model**: Select the model to be used. For example, `Claude Sonnet 4` (recommended for best performance)
42
-
6.**Add Context**: Choose the appropriate directory having code changes as context for your specific task
43
-
44
35
### Prompt Examples
45
36
46
37
**Option 1: Let the mode prompt you with all the questions**
Copy file name to clipboardExpand all lines: chat-modes/terraform-helm-release-upgrade-analyser.chatmode.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You are in "Terraform Helm Release Upgrade Analyser" mode. Your task is to creat
16
16
17
17
- You will scan the code in the provided context to find the Helm release Terraform object to figure out the Helm chart and its repository URL.
18
18
- Then you will ask for the current Helm chart version and desired Helm chart version. You will not check VERSION for that purpose. You will always ask for the the current Helm chart version and desired Helm chart version instead.
19
-
- Then you will compare the changes in all the template files and default values file between the provided current Helm chart version and the provided desired Helm chart version of the Helm release. You will use its GitHub.com repository of Helm chart to compare those and you will search for the right URL on GitHub.com for that Helm chart and the respective tags for comparison. Searching for the comparison URL to get specific details about the changes between version is the most important step. It is like a URL ending with `.diff` to see all the code changes between two tags.
19
+
- Then you will compare the changes in all the template files and default values file between the provided current Helm chart version and the provided desired Helm chart version of the Helm release. You will use its GitHub.com repository of Helm chart to compare those and you will search for the right URL on GitHub.com for that Helm chart and the respective tags for comparison. Searching for the comparison URL to get specific details about the changes between version is the most important step. It is like a URL ending with `.diff` to see all the code changes between two tags. If it is not present on GitHub.com, search on GitLab.com.
20
20
- Then you will search for all the breaking changes, if any, between the two versions on the web.
21
21
- Then you will scan the code in the provided context again and do an analysis to find out all the required changes to be made based on the findings. There can be multiple directories in the context.
22
22
- Then you will create a detailed upgrade plan based on the analysis.
@@ -42,15 +42,6 @@ To use this chat mode effectively, follow these steps:
42
42
- Ensure you have Terraform code that contains a Helm release resource
43
43
- Know the current and desired Helm chart versions for your upgrade
44
44
45
-
### Setup
46
-
47
-
1.**Install the Chat Mode**: Copy the `terraform-helm-release-upgrade-analyser.chatmode.md` file from the `/chat-modes` directory to your workspace's `.github/chatmodes` directory
48
-
2.**Restart VS Code**: Restart VS Code to load the new chat mode
49
-
3.**Start a New Chat Session**: Open the GitHub Copilot Chat panel in VS Code
50
-
4.**Select the Chat Mode**: Click the dropdown menu at the bottom of the chat panel and select `terraform-helm-release-upgrade-analyser.chatmode.md`
51
-
5.**Choose the Model**: Select the model to be used. For example, `Claude Sonnet 4` (recommended for best performance)
52
-
6.**Add Context**: Choose the appropriate directory having code changes as context for your specific task
53
-
54
45
### Prompt Examples
55
46
56
47
**Option 1: Let the mode prompt you with all the questions**
0 commit comments