what-context-needed
bởi github
Hỏi trợ lý AI xem nó cần những tệp nào trước khi trả lời câu hỏi của bạn. Nhắc trợ lý xác định các tệp bắt buộc và tùy chọn để có ngữ cảnh trước khi cố gắng trả lời. Cấu trúc đầu ra thành bốn loại: tệp bắt buộc phải xem, tệp hữu ích, tệp đã xem và những điều chưa rõ còn lại. Giúp nhà phát triển tránh các câu trả lời không đầy đủ bằng cách đảm bảo trợ lý đã xem xét mã nguồn liên quan trước. Giảm bớt việc trao đổi qua lại bằng cách làm rõ các phụ thuộc và khoảng trống
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.