what-context-needed

작성자: github

AI 어시스턴트에게 질문에 답하기 전에 필요한 파일이 무엇인지 물어보세요. 어시스턴트가 답변을 시도하기 전에 필수 및 선택 파일을 식별하도록 유도합니다. 출력을 네 가지 범주로 구조화합니다: 반드시 봐야 할 파일, 도움이 되는 파일, 이미 본 파일, 남은 불확실성. 개발자가 관련 코드를 사전에 검토하도록 보장하여 불완전한 답변을 방지합니다. 실제 질문 전에 종속성과 컨텍스트의 공백을 명확히 함으로써 왕복을 줄입니다...

npx skills add https://github.com/github/awesome-copilot --skill what-context-needed

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

## 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.