Coding & Refactoringlow risk

what-context-needed

Ask Copilot what files it needs to see before answering a question

github/awesome-copilot·skills/what-context-needed/SKILL.md
95/ 100品質

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a codex -y
個人環境に導入~/.agents/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a codex -g -y
手動配置先.agents/skills/what-context-neededOfficial docs ↗
プロジェクトに導入.claude/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a claude-code -y
個人環境に導入~/.claude/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a claude-code -g -y
手動配置先.claude/skills/what-context-neededOfficial docs ↗
プロジェクトに導入.agents/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a github-copilot -y
個人環境に導入~/.copilot/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a github-copilot -g -y
手動配置先.agents/skills/what-context-neededOfficial docs ↗
プロジェクトに導入.agents/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a cursor -y
個人環境に導入~/.cursor/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a cursor -g -y
手動配置先.agents/skills/what-context-neededOfficial docs ↗
プロジェクトに導入.agents/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a gemini-cli -y
個人環境に導入~/.gemini/skills/what-context-needed
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/what-context-needed -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/what-context-needed
手動配置先.agents/skills/what-context-neededOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# 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

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