بنقرة واحدة
code-research
Research open-source repositories to understand how something is built or works.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Research open-source repositories to understand how something is built or works.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use Fast Apply (edit_file) for precise edits without reading full files.
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
Research existing architecture before implementing a complex feature.
| name | code-research |
| description | Research open-source repositories to understand how something is built or works. |
| metadata | {"author":"morph","version":"0.1.0","argument-hint":"<question about an external repo>"} |
Use github_codebase_search to explore external open-source repositories and understand their implementation details.
vercel/next.js, facebook/react).github_codebase_search calls in parallel — one per angle. Do not run them sequentially.Always decompose the research into 2-4 concurrent searches. For example, to understand how a repo handles authentication:
Run all queries at the same time to minimize latency.
"Find how implements . Include entry points, key functions, and data flow."