ワンクリックで
explore
Use this skill when the user asks you something that requires searching a code base
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill when the user asks you something that requires searching a code base
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use Fast Apply (edit_file) for precise edits without reading full files.
Research open-source repositories to understand how something is built or works.
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
Research existing architecture before implementing a complex feature.
| name | explore |
| description | Use this skill when the user asks you something that requires searching a code base |
| metadata | {"author":"morph","version":"0.1.0","argument-hint":"<question>"} |
Use the codebase_search tool to explore a codebase, this saves time and tokens.
codebase_search tool against the repo root, for each use a different search_string so you can explore the codebase from multiple angles"Find the entry points and data flow for . Include router/handlers, config, and tests."