一键导入
briefing
Generate a structured pre-consultation patient briefing. Use when the physician asks for a briefing, a pre-consultation summary, or sends /briefing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a structured pre-consultation patient briefing. Use when the physician asks for a briefing, a pre-consultation summary, or sends /briefing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search the live web or read a specific web page for recency-sensitive clinical information — drug recalls, newly published guidance, FDA/EMA safety communications — that the local clinical guidelines corpus does not cover. Use when the physician asks to "search the web", "look up the latest", or asks about something the guidelines search returned no results for.
Claude Agent SDK patterns and best practices
Code review and refactoring guidelines
FastAPI backend patterns for AI Doctor Assistant
React frontend development patterns for AI Doctor Assistant
Architecture guidance for AI Doctor Assistant
| name | briefing |
| description | Generate a structured pre-consultation patient briefing. Use when the physician asks for a briefing, a pre-consultation summary, or sends /briefing. |
Generate a structured briefing for the patient in this conversation, grounded in retrieved clinical evidence.
mcp__guidelines__search_clinical_guidelines for each major
condition, and for drug interactions when the patient takes 2+ medications.
Use specific clinical queries (e.g. "metformin renal dosing eGFR 45"),
not vague ones (e.g. "diabetes"). If any guidelines search returns nothing
relevant — for a condition, medication interaction, or screening — and the
web-research skill is available, you may search the web for authoritative
guidance and cite the source URL in the flag/action description — local
guidelines remain the primary source.labs (values outside reference ranges),
medications (interaction/dosing concerns), screenings (overdue
preventive screenings for age/gender/conditions), ai_insight (clinical
patterns across the data). Severity: critical = immediate concern,
warning = needs attention this visit, info = worth noting. source
is always "ai". Include suggested_action when a concrete next step
exists.one_liner (single sentence capturing the clinical
picture), key_conditions (active conditions from the record),
relevant_history (brief clinically relevant context).[source_id] from search results for every clinical claim. If no
relevant guidelines were found, state that explicitly — never invent
source backing.mcp__publisher__publish_briefing exactly once
with the complete briefing. Do NOT paste the briefing JSON into your chat
reply — the dashboard renders it from the publish call.