pubmed-pico-search
針對 PICO 格式的臨床問題進行結構化搜尋,自動解析 Population, Intervention, Comparison, Outcome 元素。
Profile →npx skills add majiayu000/claude-skill-registry --skill pubmed-pico-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: pubmed-pico-search description: PICO-based clinical question search. Triggers: PICO, 臨床問題, A比B好嗎, treatment comparison, clinical question, 療效比較 --- # PICO 臨床問題搜尋 ## 描述 針對 PICO 格式的臨床問題進行結構化搜尋,自動解析 Population, Intervention, Comparison, Outcome 元素。 ## 觸發條件 - 「A 比 B 好嗎?」、「哪個治療效果更好?」 - 「在...病人中...的效果」 - 「...相比...」、「療效比較」 - 提到 PICO、臨床實證、治療指引 --- ## PICO 元素說明 | 元素 | 英文 | 說明 | 範例 | |------|------|------|------| | **P** | Population | 什麼病人? | ICU 病人、糖尿病患者 | | **I** | Intervention | 什麼治療? | remimazolam、SGLT2 抑制劑 | | **C** | Comparison | 比較什麼? | propofol、傳統療法 | | **O** | Outcome | 什麼結果? | 譫妄發生率、死亡率 | --- ## 工作流程 ``` ┌─────────────────────────────────────────────────────────────┐ │ Step 1: parse_pico(description) │ │ → 自動解析臨床問題為 P, I, C, O 元素 │ └─────────────────────────┬───────────────────────────────────┘ │ ┌─────────────────────────▼───────────────────────────────────┐ │ Step 2: generate_search_queries() × 4 (並行) │ │ → 每個 PICO 元素分別取得 MeSH + 同義詞 │ └─────────────────────────┬───────────────────────────────────┘ │ ┌─────────────────────────▼───────────────────────────────────┐ │ Step 3: 組合 Boolean Query │ │ → (P) AND (I) AND (C) AND (O) + filter │ └─────────────────────────┬─────────
- 描述
- 觸發條件
- PICO 元素說明
- 工作流程
- Step 1: 解析 PICO
- 自然語言問題:
- 回傳:
- 或者直接提供結構化 PICO:
- Step 2: 擴展每個 PICO 元素(並行!)
- 回傳範例(I 元素):
- Step 3: 組合 Boolean Query
- 高精確度(AND 所有元素):
- 高召回率(放寬 I/C):
- Step 4: 執行搜尋
What does the pubmed-pico-search skill do?
針對 PICO 格式的臨床問題進行結構化搜尋,自動解析 Population, Intervention, Comparison, Outcome 元素。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill pubmed-pico-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.