mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Improving the tools for prompts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: "agent"
|
mode: "agent"
|
||||||
tools: ["codebase", "terminalCommand"]
|
tools: ["changes", "codebase", "editFiles", "problems"]
|
||||||
description: "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation"
|
description: "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: "agent"
|
mode: "agent"
|
||||||
tools: ["codebase", "terminalCommand"]
|
tools: ["changes", "codebase", "editFiles", "problems"]
|
||||||
description: "Get best practices for C# async programming"
|
description: "Get best practices for C# async programming"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: "agent"
|
mode: "agent"
|
||||||
tools: ["codebase", "terminalCommand"]
|
tools: ["changes", "codebase", "editFiles", "problems", "search"]
|
||||||
description: "Get best practices for MSTest unit testing, including data-driven tests"
|
description: "Get best practices for MSTest unit testing, including data-driven tests"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: "agent"
|
mode: "agent"
|
||||||
tools: ["codebase", "terminalCommand"]
|
tools: ["changes", "codebase", "editFiles", "problems", "search"]
|
||||||
description: "Get best practices for NUnit unit testing, including data-driven tests"
|
description: "Get best practices for NUnit unit testing, including data-driven tests"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: "agent"
|
mode: "agent"
|
||||||
tools: ["codebase", "terminalCommand"]
|
tools: ["changes", "codebase", "editFiles", "problems", "search"]
|
||||||
description: "Get best practices for XUnit unit testing, including data-driven tests"
|
description: "Get best practices for XUnit unit testing, including data-driven tests"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: "agent"
|
mode: "agent"
|
||||||
tools: ["codebase", "terminalCommand"]
|
tools: ["changes", "codebase", "editFiles", "problems", "runCommands"]
|
||||||
description: "Get best practices for Entity Framework Core"
|
description: "Get best practices for Entity Framework Core"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user