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
+87-13Lines changed: 87 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ A curated collection of custom chat modes based on `chatmode.md` files for Visua
8
8
9
9
Custom chat modes allow you to modify GitHub Copilot's behavior in VS Code. Each `chatMode.md` file builds a specialized AI assistant with targeted knowledge and abilities for your development work, significantly cutting development time by eliminating repetitive manual tasks.
@@ -24,13 +24,15 @@ To use any of these custom chat modes:
24
24
25
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
26
27
-
## 🧩 Available Chat Modes
27
+
#🚀 Available Chat Modes
28
28
29
29
| Title | Description | Category |
30
30
| ----- | ----------- | -------- |
31
31
|[Terraform Helm Release Upgrade Analyser](chat-modes/terraform-helm-release-upgrade-analyser.chatmode.md)| Creates a detailed upgrade plan for a Helm release created via Terraform by analysing the configuration differences between the current and desired Helm chart versions and any breaking changes | Infrastructure & DevOps |
32
+
|[Dockerfile Developer](chat-modes/dockerfile-developer.chatmode.md)| Develops optimized, secure, and best-practice Dockerfiles based on user requirements and application context | Infrastructure & DevOps |
33
+
|[Conversation to Chat Mode](chat-modes/conversation-to-chat-mode.chatmode.md)| Creates a custom chat mode file based on a conversational interface where users describe their specific task requirements and guidelines | Development Tools |
32
34
33
-
### 🚀 Featured Chat Mode: Terraform Helm Release Upgrade Analyser
35
+
## Terraform Helm Release Upgrade Analyser
34
36
35
37
This chat mode helps you safely upgrade Helm releases managed by Terraform by:
36
38
@@ -39,33 +41,104 @@ This chat mode helps you safely upgrade Helm releases managed by Terraform by:
39
41
-**Breaking Change Analysis**: Identifies potential breaking changes and compatibility issues
40
42
-**Detailed Planning**: Creates comprehensive upgrade plans with step-by-step instructions
0 commit comments