mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-24 04:15:14 +00:00
Convert all prompts to skills and update plugin manifests
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
committed by
Aaron Powell
parent
9efb8cd388
commit
caab1f623b
39
skills/what-context-needed/SKILL.md
Normal file
39
skills/what-context-needed/SKILL.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
name: what-context-needed
|
||||
description: 'Ask Copilot what files it needs to see before answering a question'
|
||||
---
|
||||
|
||||
# What Context Do You Need?
|
||||
|
||||
Before answering my question, tell me what files you need to see.
|
||||
|
||||
## My Question
|
||||
|
||||
{{question}}
|
||||
|
||||
## Instructions
|
||||
|
||||
1. Based on my question, list the files you would need to examine
|
||||
2. Explain why each file is relevant
|
||||
3. Note any files you've already seen in this conversation
|
||||
4. Identify what you're uncertain about
|
||||
|
||||
## Output Format
|
||||
|
||||
```markdown
|
||||
## Files I Need
|
||||
|
||||
### Must See (required for accurate answer)
|
||||
- `path/to/file.ts` — [why needed]
|
||||
|
||||
### Should See (helpful for complete answer)
|
||||
- `path/to/file.ts` — [why helpful]
|
||||
|
||||
### Already Have
|
||||
- `path/to/file.ts` — [from earlier in conversation]
|
||||
|
||||
### Uncertainties
|
||||
- [What I'm not sure about without seeing the code]
|
||||
```
|
||||
|
||||
After I provide these files, I'll ask my question again.
|
||||
Reference in New Issue
Block a user