ワンクリックで
diabetes
Diabetes management - blood glucose monitoring, HbA1c tracking, TIR analysis, hypoglycemia event logging, and complication screening
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Diabetes management - blood glucose monitoring, HbA1c tracking, TIR analysis, hypoglycemia event logging, and complication screening
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
AI-driven health analysis system including comprehensive analysis, risk prediction, intelligent Q&A, and report generation.
Manage allergy records including drug, food, and environmental allergies with severity tracking and medical alert integration.
Track and assess child developmental milestones based on ASQ-3 and Denver II standards. Use when user mentions development, milestones, motor skills, language, social skills, or cognitive development.
Track child illness, symptoms, fever management, and medication records. Use when user mentions child sickness, fever, cough, cold, or disease.
Child mental health screening, mood tracking, behavior assessment, anxiety and ADHD screening. Use when user mentions child emotions, behavior, attention, mood swings, or mental concerns.
Track child diet, nutrition assessment, picky eating management, and dietary advice. Use when user mentions child eating, meals, nutrition, vitamins, or feeding issues.
| name | diabetes |
| description | Diabetes management - blood glucose monitoring, HbA1c tracking, TIR analysis, hypoglycemia event logging, and complication screening |
Comprehensive blood glucose monitoring and diabetes management to help control blood sugar and prevent complications.
User Input -> Identify Operation Type -> Extract Parameter Info -> Check Completeness -> [Need Supplement] Ask User
|
[Information Complete]
|
Generate JSON -> Save Data -> Output Confirmation
| Input Keywords | Operation Type | Description |
|---|---|---|
| record, glucose, bg | glucose_record | Log blood glucose |
| hba1c, a1c | hba1c_record | Log HbA1c |
| trend | trend_analysis | View glucose trend |
| tir | tir_analysis | View Time in Range |
| hypo, hypoglycemia | hypo_event | Log hypoglycemia event |
| screening, complication | complication_screening | Complication screening |
| target | target_view | View glucose targets |
| achievement | achievement_view | View achievement status |
| medication | medication_management | Medication management |
| Input Keywords | Type Value | Target Range |
|---|---|---|
| fasting | fasting | 4.4-7.0 |
| postprandial, 2h | postprandial_2h | <10.0 |
| bedtime | bedtime | 6.0-9.0 |
| random | random | - |
| Input Keywords | Symptom |
|---|---|
| sweating | sweating |
| palpitations | palpitations |
| tremor | tremor |
| hunger | hunger |
| confusion | confusion |
| dizziness | dizziness |
| Input Keywords | Screening Type |
|---|---|
| retina, 眼底, 视网膜 | retinopathy |
| kidney, 肾脏, 肾 | nephropathy |
| nerve, 神经, 神经病变 | neuropathy |
| foot, 足, 足部 | foot_complication |
| Input Keywords | Severity |
|---|---|
| none | none |
| mild | mild |
| moderate | moderate |
| severe | severe |
| proliferative | proliferative |
| Input Keywords | Status |
|---|---|
| normal | normal |
| microalbuminuria | microalbuminuria |
| macroalbuminuria | macroalbuminuria |
Please select glucose measurement type:
- fasting (fasting blood glucose)
- postprandial (2-hour post-meal blood glucose)
- bedtime (bedtime blood glucose)
- random (random blood glucose)
Do you have any of the following symptoms?
- Sweating
- Palpitations
- Tremor
- Hunger
- Confusion
- Dizziness
Please provide detailed screening results:
- Retina: none/mild/moderate/severe/proliferative
- Kidney: normal/microalbuminuria/macroalbuminuria + UACR + eGFR
- Nerve: normal/abnormal
- Foot: normal/low_risk/high_risk + Wagner grade
{
"id": "glu_20250620070000001",
"date": "2025-06-20",
"time": "07:00",
"type": "fasting",
"value": 6.5,
"unit": "mmol/L",
"in_range": true,
"target_range": "4.4-7.0"
}
{
"date": "2025-06-15",
"value": 6.8,
"unit": "%",
"target": "<7.0",
"in_target": true,
"change_from_previous": -0.3
}
{
"id": "hypo_20250618153000001",
"date": "2025-06-18",
"time": "15:30",
"value": 3.4,
"severity": "level_1",
"symptoms": ["sweating", "palpitations"],
"treatment": "glucose_tablets",
"resolved": true
}
{
"retinopathy": {
"status": "none",
"last_exam": "2025-03-20",
"next_exam": "2026-03-20"
},
"nephropathy": {
"status": "microalbuminuria",
"uacr": 45,
"egfr": 78,
"ckd_stage": "G2A2"
},
"neuropathy": {
"status": "none",
"monofilament_test": "normal"
},
"foot": {
"status": "low_risk",
"pulses_present": true,
"ulcer": false,
"wagner_grade": 0
}
}
Complete schema definition: see schema.json.
data/diabetes-tracker.json1. Identify operation type (record/hba1c/trend/tir/hypo/screening/target/achievement/medication)
2. Extract parameter information
3. Check required field completeness
4. If missing, ask user to supplement
5. Generate JSON compliant with schema.json
6. Save to data/diabetes-tracker.json
7. Output confirmation and medical recommendations
User: record fasting 6.5
AI: Blood glucose measurement recorded
Time: 2025-06-20 07:00
Type: Fasting blood glucose
Value: 6.5 mmol/L
Status: Within target range (4.4-7.0)
Recommendation: Continue maintaining good blood glucose control
User: hypo 3.4 sweating
AI: Hypoglycemia event recorded
Time: 2025-06-18 15:30
Blood glucose: 3.4 mmol/L
Severity: Level 1 (mild)
Symptoms: Sweating, Palpitations
Hypoglycemia Management Recommendations:
━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Immediately take 15g fast-acting glucose
- 3-5 glucose tablets
- 150ml juice or sugary drink
2. Re-check after 15 minutes
3. If still below 3.9 mmol/L, repeat step 1
4. After glucose normalizes, if >1 hour until next meal, eat small amount of long-acting carbohydrate
User: hba1c 6.8
AI: HbA1c test result recorded
Value: 6.8%
Target: <7.0%
Status: On target
Change from last: -0.3% (improved)
Recommendation: Test HbA1c every 3 months
User: achievement
AI: Blood Glucose Achievement Report
━━━━━━━━━━━━━━━━━━━━━━━━━━
HbA1c: 6.8% (target <7.0%) ✓ On target
Past 7 days glucose:
- Fasting: Average 6.2 mmol/L (achievement rate 85.7%)
- Post-meal 2h: Average 8.5 mmol/L (achievement rate 71.4%)
- Bedtime: Average 7.1 mmol/L (achievement rate 100%)
TIR: 72% (target >70%) ✓ On target
Hypoglycemia events: 1 (level 1)
Control Evaluation: Good blood glucose control, continue
For more examples, see examples.md.