🚀 快速安装
复制以下命令并运行,立即安装此 Skill:
npx @anthropic-ai/skills install github/awesome-copilot/what-context-needed
💡 提示:需要 Node.js 和 NPM
ℹ️ 技能信息
名称: (what-context-needed – 开发工具 | 汇易宝)
分类: 教程课程
来源: github/awesome-copilot
安装数: 7,145
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.

评论(0)