maxoreric

health-report

- 运动不足 → 建议增加运动量、设定步数目标

maxoreric 0 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add maxoreric/sop-engine/skills-health-report

Install via the SkillsCat registry.

SKILL.md

health-report

用途: 生成健康报告和建议

输入:

health_score: number
analysis:
  temperature_ok: boolean
  heart_rate_ok: boolean
  steps_ok: boolean
  issues: array
level: string  # "normal" 或 "alert"

输出:

status: string
report:
  score: number
  level: string          # "优秀" / "良好" / "需改善"
  summary: string
  recommendations: array
  alerts: array          # 仅当 level="alert" 时
timestamp: string

报告等级

  • 优秀 (80-100分): 健康状况良好,继续保持
  • 良好 (60-79分): 健康状况尚可,有改善空间
  • 需改善 (0-59分): 健康状况需要关注

建议生成规则

根据分析结果生成个性化建议:

  • 体温异常 → 建议休息、监测体温
  • 心率异常 → 建议减少剧烈运动、就医检查
  • 运动不足 → 建议增加运动量、设定步数目标