用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill lab-trend命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | lab-trend |
| description | Show a side-by-side trend of one or more lab values for a patient |
| enabled | true |
Use this skill when the user asks for a trend, history, or progression of specific lab values (e.g. "Show me Eleanor's last 3 A1Cs", "George's eGFR trend", "How has Tomás's lipid panel changed?").
epic_search_patients_by_name → epic_get_patient if needed.
For each lab code the user named, call epic_list_observations(patient_id, code: '<code>', limit: 10).
Common codes in our fixtures: A1C, BP, LDL, EGFR, TSH, FT4, HR, TEMP, SPO2, PEF.
For one lab:
# George Achterberg (PAT-100006) — HbA1c trend
| Date | HbA1c | Interpretation |
|---|---|---|
| 10 Mar 2026 | 7.8% | Above goal |
For multiple labs:
# George Achterberg (PAT-100006) — Lab trends
## HbA1c
| Date | Value | Interpretation |
|---|---|---|
| 10 Mar 2026 | 7.8% | Above goal |
## eGFR
| Date | Value | Interpretation |
|---|---|---|
| 10 Mar 2026 | 42 mL/min/1.73m² | CKD stage 3 |
## Reading
A1C is drifting up against an eGFR that puts him in CKD-3. Consider the SGLT-2 indication for renal protection (he's already on empagliflozin) and whether adding a GLP-1 is appropriate. Recheck both in 3 months.
effective_at.