Research a topic thoroughly in this repo and return a structured summary with file references. Use when you need to understand how something works, find patterns across modules, or audit implementations.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Research a topic thoroughly in this repo and return a structured summary with file references. Use when you need to understand how something works, find patterns across modules, or audit implementations.
metadata
{"stage":"tool","tags":["research"]}
context
fork
agent
Explore
allowed-tools
["Read","Grep","Glob"]
Deep Research (Explore)
Research $ARGUMENTS thoroughly.
Required output
Findings: 3-10 bullets, each backed by specific file references
Key code locations: a short list of the most important paths to read next
Open questions / unknowns: what you could not confirm from the repo
Method
Start broad: use Glob to find likely modules.
Then go deep: use Grep to locate exact identifiers and call sites.
Read the top-ranked files and follow references until the flow is clear.
Stop when you hit diminishing returns (two additional searches yield no new information).
Rules
Be evidence-driven: always cite file paths.
Do not implement changes; this skill is for investigation only.