what-context-needed
por github
Pergunte a um assistente de IA quais arquivos ele precisa antes de responder sua pergunta. Solicita que o assistente identifique arquivos obrigatórios e opcionais para contexto antes de tentar responder. Estrutura a saída em quatro categorias: arquivos essenciais, arquivos úteis, arquivos já vistos e incertezas restantes. Ajuda desenvolvedores a evitar respostas incompletas, garantindo que o assistente examine o código relevante antecipadamente. Reduz idas e vindas ao esclarecer dependências e lacunas no contexto antes da pergunta real ser...
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.