ワンクリックで
copd
COPD management - lung function monitoring (FEV1), symptom assessment (CAT, mMRC), exacerbation tracking, and vaccination records
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
COPD management - lung function monitoring (FEV1), symptom assessment (CAT, mMRC), exacerbation tracking, and vaccination records
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 | copd |
| description | COPD management - lung function monitoring (FEV1), symptom assessment (CAT, mMRC), exacerbation tracking, and vaccination records |
Long-term management of Chronic Obstructie Pulmonary Disease (COPD), including lung function monitoring, symptom assessment, and exacerbation prevention.
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 |
|---|---|---|
| fev1, lung-function | lung_function | Lung function test record |
| cat | cat_assessment | CAT score |
| mmrc | mmrc_assessment | mMRC dyspnea scale |
| symptom | symptom_record | Symptom record |
| exacerbation | exacerbation_record | Exacerbation record |
| medication | medication_management | Medication management |
| vaccine | vaccine_record | Vaccination record |
| status | control_status | View control status |
| assessment | gold_assessment | GOLD group assessment |
| Input Keywords | Field | Example |
|---|---|---|
| fev1, fev | fev1 | 1.8 (L) |
| predicted, percent, % | fev1_percent_predicted | 65 (%) |
| fvc, fvc | fvc | 3.2 (L) |
| ratio | fev1_fvc_ratio | 0.56 |
| Input Keywords | Symptom Type |
|---|---|
| dyspnea | dyspnea |
| cough | cough |
| sputum | sputum |
| wheeze | wheeze |
| Input Keywords | Color Value |
|---|---|
| white | white |
| clear | clear |
| yellow | yellow |
| green | green |
| purulent | purulent |
| Input Keywords | Volume Value |
|---|---|
| scanty | scanty |
| moderate | moderate |
| abundant | abundant |
| Input Keywords | Severity |
|---|---|
| mild | mild |
| moderate | moderate |
| severe | severe |
| Input Keywords | Trigger |
|---|---|
| viral | viral_infection |
| bacterial | bacterial_infection |
| pollution | air_pollution |
| weather | weather_change |
Please provide complete lung function data:
- FEV1 value (L)
- FEV1 percent predicted (%)
- FVC value (L) [optional]
- FEV1/FVC ratio [optional]
Please perform CAT scoring (each item 0-5 points):
1. Cough
2. Sputum
3. Chest tightness
4. Shortness of breath climbing stairs
5. Limitation in housework activities
6. Confidence in outdoor activities
7. Sleep quality
8. Energy level
Or enter total score directly (0-40 points)
Please select mMRC grade (0-4):
Grade 0 - Only shortness of breath during strenuous exercise
Grade 1 - Shortness of breath when walking fast or climbing incline
Grade 2 - Walk slower than peers or need to stop to catch breath
Grade 3 - Need to stop after 100m or few minutes
Grade 4 - Severe shortness of breath, cannot leave home
{
"date": "2025-06-10",
"post_bronchodilator": {
"fev1": 1.8,
"fev1_percent_predicted": 65,
"fvc": 3.2,
"fev1_fvc_ratio": 0.56
},
"gold_grade": "Grade 2",
"interpretation": "Moderate airflow limitation"
}
{
"date": "2025-06-20",
"total_score": 18,
"max_score": 40,
"interpretation": "Moderate symptom impact",
"impact_level": "Medium",
"items": {
"cough": 2,
"sputum": 2,
"chest_tightness": 2,
"breathlessness_climbing": 3,
"activity_limitation": 2,
"confidence_outdoors": 2,
"sleep": 3,
"energy": 2
}
}
{
"id": "exace_20250215000000001",
"date": "2025-02-15",
"severity": "moderate",
"triggers": ["viral_infection"],
"symptoms": ["increased_dyspnea", "purulent_sputum"],
"treatment": ["antibiotics", "prednisone"],
"hospitalized": false,
"recovery_days": 10
}
Complete schema definition: see schema.json.
data/copd-tracker.json1. Identify operation type (fev1/cat/mmrc/symptom/exacerbation/medication/vaccine/status/assessment)
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/copd-tracker.json
7. Output confirmation and medical recommendations
User: fev1 1.8 65%
AI: Lung function test result recorded
FEV1: 1.8 L (65% predicted)
GOLD Grade: Grade 2 (moderate)
Interpretation: Moderate airflow limitation
Recommendation: Regular lung function recheck, at least once a year
User: cat score 18
AI: CAT score recorded
Total score: 18/40
Impact: Moderate impact
Grade: Medium
Symptom control needs improvement, consult doctor for treatment adjustment
User: exacerbation moderate viral_infection
AI: Exacerbation event recorded
Date: 2025-06-20
Severity: Moderate
Trigger: Viral infection
This is the 1st exacerbation this year
If symptoms continue to worsen for more than 3 days, seek medical attention
User: copd status
AI: COPD Control Status Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
GOLD Grade: Grade 2 (moderate)
Symptom assessment: CAT 18 (moderate impact)
Lung function: FEV1 1.8L (65%)
Exacerbations: 1 this year (last: 2025-02-15)
Medication: Tiotropium 18μg qd
Vaccination: Flu vaccine (2024-10), Pneumonia vaccine (2023-05)
Control Evaluation: Symptom control suboptimal, recommend optimizing treatment
For more examples, see examples.md.