ワンクリックで
feature-research
Research existing architecture before implementing a complex feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Research existing architecture before implementing a complex feature.
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.
Use this skill when the user asks you something that requires searching a code base
| name | feature-research |
| description | Research existing architecture before implementing a complex feature. |
| metadata | {"author":"morph","version":"0.1.0","argument-hint":"<feature>"} |
Before implementing a complex feature, use codebase_search to avoid duplicating patterns and to match existing conventions.
codebase_search with a natural language question or description that asks for similar features and relevant files."Find existing implementations similar to . Include endpoints, data models, background tasks, and tests."