Back to list
mdbabumiamssm

clinical-trial-matcher

by mdbabumiamssm

9🍴 2📅 Jan 23, 2026

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

  1. Extract Patient Data: Identify key demographics (age, sex), primary diagnosis, stage of disease, and prior lines of therapy from the user's input.
  2. Search Vector Database:
    • Generate an embedding for the patient summary.
    • Query the trials_vector_db for top 20 semantic matches.
  3. Filter by Logic:
    • Apply hard filters: status=Recruiting, phase!=Terminated.
    • Check inclusion/exclusion criteria (e.g., "Must have EGFR mutation", "No prior immunotherapy").
  4. 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.

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon