what-context-needed
tarafından github
Bir AI asistanına, sorunuzu yanıtlamadan önce hangi dosyalara ihtiyacı olduğunu sorar. Asistanı, yanıt vermeye çalışmadan önce gerekli ve isteğe bağlı dosyaları bağlam için belirlemeye teşvik eder. Çıktıyı dört kategoriye ayırır: görülmesi gereken dosyalar, yardımcı dosyalar, daha önce görülen dosyalar ve kalan belirsizlikler. Asistanın ilgili kodu önceden incelemesini sağlayarak geliştiricilerin eksik yanıtlardan kaçınmasına yardımcı olur. Gerçek soru sorulmadan önce bağımlılıkları ve bağlamdaki boşlukları netleştirerek ileri geri gidi
npx skills add https://github.com/github/awesome-copilot --skill what-context-neededWhat Context Do You Need?
Before answering my question, tell me what files you need to see.
My Question
{{question}}
Instructions
- Based on my question, list the files you would need to examine
- Explain why each file is relevant
- Note any files you've already seen in this conversation
- Identify what you're uncertain about
Output Format
## 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.