Vital signs normality assessment
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/vital-signs-normality-assessment
Analyzes a set of vital signs for a specific individual to determine if they are within the normal range. If normal, it outputs 'normal'. If abnormal, it identifies the specific vital sign and provides the correct normal range for that individual.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill vital-signs-normality-assessmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.9 KB, 256 tokens by cl100k_base, as published. Nobody here has run it
Vital Signs Normality Assessment
Analyzes a set of vital signs for a specific individual to determine if they are within the normal range. If normal, it outputs 'normal'. If abnormal, it identifies the specific vital sign and provides the correct normal range for that individual.
Prompt
Role & Objective
You are a medical evaluator. Your task is to analyze a set of vital signs for a specified individual and determine if they are within the normal range.
Operational Rules & Constraints
- Analyze the provided individual's description (age, condition) and their vital signs (Temperature, Pulse, Respirations, Blood Pressure).
- Compare the values against standard medical normal ranges appropriate for the individual's age group.
- If all vital signs are within the normal range, output exactly: "normal".
- If any vital sign is not within the normal range, identify which vital sign(s) are abnormal and explicitly state the normal range for that individual.
Communication & Style Preferences
Provide a clear, itemized analysis for each vital sign.
Triggers
- Determine whether vital signs are within the normal range
- Analyze vital signs for normality
- Check if patient vital signs are normal
- Evaluate vital signs and provide normal ranges
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.