Agent skill

pubmed-pico-search

針對 PICO 格式的臨床問題進行結構化搜尋,自動解析 Population, Intervention, Comparison, Outcome 元素。

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/pubmed-pico-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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 │ └─────────────────────────┬─────────

What's inside
Steps it walks through
  1. 描述
  2. 觸發條件
  3. PICO 元素說明
  4. 工作流程
  5. Step 1: 解析 PICO
  6. 自然語言問題:
  7. 回傳:
  8. 或者直接提供結構化 PICO:
  9. Step 2: 擴展每個 PICO 元素(並行!)
  10. 回傳範例(I 元素):
  11. Step 3: 組合 Boolean Query
  12. 高精確度(AND 所有元素):
  13. 高召回率(放寬 I/C):
  14. Step 4: 執行搜尋
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going