Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfsilver/friday

vscode copilot helper with prompts config
https://github.com/wolfsilver/friday

ai copilot prompt

Last synced: 17 days ago
JSON representation

vscode copilot helper with prompts config

Awesome Lists containing this project

README

        

# Friday AI Assistant

Friday AI Assistant is a VSCode plugin based on GitHub Copilot that helps you better utilize GitHub Copilot.
It provides prompts to make chatting more convenient.

## Usage
Use `@friday` to invoke the assistant, then select the desired command.

Custom Commands:
Add custom commands in `settings.json` with the following format:

```json
{
"friday.prompts": {
"refactor_function": "Refactor the following code to eliminate redundancy and improve maintainability by applying the DRY (Don't Repeat Yourself) principle. Identify repeated code patterns and abstract them into reusable functions or classes as appropriate.",
}
}
```
Then, in the chat, enter `@friday /custom /refactor_function` to invoke the custom command.

use command `Update Commands` to update the command list.
![](image.png)