← スキル一覧に戻る

clinical-trial-matcher
by mdbabumiamssm
⭐ 9🍴 2📅 2026年1月23日
SKILL.md
name: clinical-trial-matcher description: Matches patient profiles to open clinical trials using vector similarity and inclusion/exclusion criteria. Use when a user provides patient data and asks for relevant trials.
Clinical Trial Matcher
This skill matches a patient's clinical profile against a database of active clinical trials (ClinicalTrials.gov).
When to use this skill
- When the user provides a patient case summary, medical history, or specific diagnosis.
- When the user explicitly asks to "find trials" or "recruit patients".
- When evaluating eligibility criteria for a specific trial.
How to use it
- Extract Patient Data: Identify key demographics (age, sex), primary diagnosis, stage of disease, and prior lines of therapy from the user's input.
- Search Vector Database:
- Generate an embedding for the patient summary.
- Query the
trials_vector_dbfor top 20 semantic matches.
- Filter by Logic:
- Apply hard filters:
status=Recruiting,phase!=Terminated. - Check inclusion/exclusion criteria (e.g., "Must have EGFR mutation", "No prior immunotherapy").
- Apply hard filters:
- Format Output:
- Present matches in a structured list: Trial ID (
NCT number), Title, Phase, and "Why it fits" (matching logic). - Highlight any potential exclusion criteria that need verification.
- Present matches in a structured list: Trial ID (
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です