what-context-needed
930
总安装量
925
周安装量
#949
全站排名
安装命令
npx skills add https://github.com/github/awesome-copilot --skill what-context-needed
Agent 安装分布
codex
923
github-copilot
923
opencode
922
gemini-cli
922
kimi-cli
922
amp
922
Skill 文档
What 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.