بنقرة واحدة
people-research
People research using Exa search. Finds experts, professional profiles, and public bios.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
People research using Exa search. Finds experts, professional profiles, and public bios.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Merge or squash-merge a pull request and report best-effort remote and local source-branch cleanup. Use when user says "merge this PR", "squash merge", "md", "smd", or anything about merging pull requests.
(devtools plugin) Create a branch, commit changes, push, and open a PR — or just commit+push+PR if already on a feature branch. Links related issues from GitHub or Linear based on project tracker config.
Automate the release process. Use when user says "cut a release", "new version", "bump version", "publish release", or anything about versioning and publishing.
Plan, draft, and execute Exa deep-research workflows. Use when the user wants staged research planning, cost-aware discovery before deep synthesis, or an explicit deep-research report. Also use when the user asks to refine a research question, compare options, explore a market or technical landscape, gather sources cheaply before synthesis, or decide whether deep research is necessary.
Code context using Exa. Finds reliable code docs, snippets, API references, and debugging examples.
Company research using Exa search. Finds company context, competitors, and market signals.
| name | people-research |
| description | People research using Exa search. Finds experts, professional profiles, and public bios. |
| context | fork |
Use this skill for finding experts, candidates, speakers, authors, investors, founders, maintainers, or other public professional profiles.
| Intent | Primary Tool | Notes |
|---|---|---|
| Professional profile discovery | web_search_advanced_exa with category: "people" | Use when available; put role, domain, company, or location in query. |
| Broad discovery when advanced search is unavailable | web_search_exa | Use precise role/company/topic terms and public-profile keywords. |
| Compare multiple people or build a shortlist | web_research_exa | Use when enabled; include selection criteria in systemPrompt. |
| Direct factual question about one person | web_answer_exa | Good for short cited checks. |
| Read selected profile pages or bios | web_fetch_exa | Fetch only high-signal URLs. |
| Find similar profiles from a strong seed page | web_find_similar_exa | Use when one public profile is an ideal example. |
If web_search_advanced_exa is unavailable, fall back to web_search_exa. If web_research_exa is unavailable, provide a sourced shortlist without deep synthesis.
When using web_search_advanced_exa with category: "people", avoid:
excludeDomainsstartPublishedDate / endPublishedDateFor includeDomains, only LinkedIn domains are accepted by the extension for category: "people", such as linkedin.com or www.linkedin.com.
{ "query": "distributed systems database engineer San Francisco", "category": "people", "numResults": 10 }{ "query": "AI infrastructure startup founder", "category": "people", "includeDomains": ["linkedin.com"], "numResults": 10 }{ "query": "Find public experts in database internals and distributed systems who write about production engineering trade-offs.", "systemPrompt": "Prefer public bios, personal sites, talks, publications, and reputable profiles. Flag common-name ambiguity and sparse evidence.", "outputSchema": { "type": "object", "properties": { "experts": { "type": "array", "items": { "type": "object" } }, "caveats": { "type": "array", "items": { "type": "string" } } } } }