| name | growth |
| description | Track child growth measurements (height, weight, BMI, head circumference) with WHO growth standards percentile analysis and velocity tracking. Use when user mentions child height, weight, growth, or physical development. |
Child Growth Curve Tracking Skill
Child growth monitoring and assessment, based on WHO child growth standards, providing percentile analysis and growth abnormality alerts.
核心流程
用户输入 → 解析测量信息 → 读取儿童信息 → 计算月龄 → 计算百分位/Z-score → 评估生长状态 → 保存数据
步骤 1: 解析用户输入
Operation Type Mapping
| Input | action | Description |
|---|
| record | record | Record growth data |
| status | status | View growth assessment |
| percentile | percentile | Percentile analysis |
| velocity | velocity | Growth velocity |
| check | check | Abnormality check |
| history | history | History records |
测量参数识别
| 输入模式 | 参数 | 值示例 |
|---|
| height[:\s]+(\d+.?\d*) | height | 112.5 |
| (\d+.?\d*)\s*cm | height | 112.5 |
| weight[:\s]+(\d+.?\d*) | weight | 20.5 |
| (\d+.?\d*)\s*kg | weight | 20.5 |
| head[:\s]+(\d+.?\d*) | head_circumference | 48 |
| date[:\s]+(\d{4}-\d{2}-\d{2}) |