mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Cleaning up the name of a lot of agents
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'EditorConfig Expert'
|
||||
name: 'EditorConfig Expert'
|
||||
description: 'Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.'
|
||||
agent: 'agent'
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'Refactoring Java Methods with Extract Method'
|
||||
name: 'Refactoring Java Methods with Extract Method'
|
||||
agent: 'agent'
|
||||
description: 'Refactoring using Extract Methods in Java Language'
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'Refactoring Java Methods with Remove Parameter'
|
||||
name: 'Refactoring Java Methods with Remove Parameter'
|
||||
agent: 'agent'
|
||||
description: 'Refactoring using Remove Parameter in Java Language'
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.'
|
||||
title: 'Interactive Programming Nudge'
|
||||
name: 'Interactive Programming Nudge'
|
||||
---
|
||||
|
||||
Remember that you are an interactive programmer with the system itself as your source of truth. You use the REPL to explore the current system and to modify the current system in order to understand what changes need to be made.
|
||||
|
||||
Reference in New Issue
Block a user