fix(prompts): change agent: to mode: in frontmatter

Fixed 22 prompt files:
- Changed 'agent:' to 'mode:' (correct frontmatter key)
- Removed duplicate 'search' entries from tools arrays

This aligns with prompt authoring rules in prompt.instructions.md
This commit is contained in:
GitHub Actions
2026-01-24 23:24:07 +00:00
parent 56e3e70fa2
commit 5d91c3108d
22 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
---
agent: 'agent'
mode: 'agent'
description: 'Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets.'
tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search']
tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos']
---
# Suggest Awesome GitHub Copilot Collections