بنقرة واحدة
daily-schedule
Pull a clinician's schedule for a date and produce one-line summaries for each patient
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Pull a clinician's schedule for a date and produce one-line summaries for each patient
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Read the plant-floor Azure IoT surface — device twins (spindles, conveyors, robotic arms, vision systems), time-series telemetry with pre-annotated alarms, downtime events with cause codes and lot ids, and per-line OEE rollups (Availability × Performance × Quality).
Share generated files (PDFs, charts, CSVs) with Frank by writing them to /tmp and referencing the absolute path. The frontend auto-converts /tmp paths into download links.
Build the downloadable incident brief PDF — cover + KPI strip + OEE chart + downtime timeline + root-cause narrative + supplier/material signals + recommended actions + sign-off, per SOP §7.1. Renders via the inline HTML template + Playwright.
Microsoft 365 surface — READ Frank's mailbox / Wes's calendar / OneDrive (shift reports, SOPs) AND a strict H-I-T-L workflow to draft and send an email (e.g. brief Wes on the morning incident).
Compute and plot OEE — a 7-day trend chart with target/threshold lines, an overlay of telemetry alarms and downtime stops, plus a flat CSV export. Saves /tmp/oee-trend-<plant>-line-<N>-<date>.png + .csv.
The Olympus Cleveland-plant Standard Operating Procedure — alarm thresholds, escalation matrix, supplier quality-hold rules, OEE definitions, incident-brief template requirements. Cite the section number when answering.
| name | daily-schedule |
| description | Pull a clinician's schedule for a date and produce one-line summaries for each patient |
| enabled | true |
Use this skill when the user asks for today's clinic schedule, tomorrow's schedule, or a brief on the list of patients they're seeing (e.g. "Brief me on my patients for 2 June", "What's my clinic look like today, I'm Dr. Solomon", "Who am I seeing tomorrow?").
epic_get_practitioner to confirm and pull their department.epic_list_practitioner_schedule(practitioner_id, from_date, to_date) — same date for both.
For each Booked or Planned encounter, in parallel:
epic_get_patient(patient_id) — name, DOB, MRNepic_list_conditions(patient_id) — active problem list (default — include_resolved: false)epic_list_allergies(patient_id) — any severe allergies to flag# 2 June 2026 — Dr. Aniyah Solomon (Internal Medicine, Adult Primary Care)
## Schedule (3 patients)
### 10:00 · ENC-200003 · Office Visit · 30 min
**Eleanor Hsu (PAT-100001, MRN-100001)** — F, 78 (DOB 12 Mar 1948)
- **Reason today:** Follow-up — BP not at goal on current regimen
- Active problems: HTN, T2DM, ASCVD (post-MI 6 months ago)
- Allergies: ⚠️ Penicillin (moderate, rash)
### 10:45 · ENC-200102 · Office Visit · 25 min
**Marcus Bell (PAT-100002, MRN-100002)** — M, 44 (DOB 4 Sep 1981)
- **Reason today:** Follow-up after antibiotic course (acute bronchitis)
- Allergies: 🔴 Sulfa drugs (severe, hives + swelling)
### 16:30 · ENC-200501 · Office Visit · 30 min
**George Achterberg (PAT-100006, MRN-100006)** — M, 70 (DOB 22 Jul 1955)
- **Reason today:** Chronic kidney disease follow-up + A1C check
- Active problems: CKD stage 3, T2DM (with hyperglycemia), HTN
start time.