Agent skill

goal-analyzer

分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill goal-analyzer-huifer-wellally-health-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWrite
Path: skills/analysis/goal-analyzer-huifer-wellally-health-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 健康目标分析器技能 分析健康目标数据,识别目标模式和进度,评估目标达成情况,并提供个性化目标管理建议。 ## 功能 ### 1. SMART目标验证 验证设定的新目标是否符合SMART原则。 **验证维度**: - **S**pecific(具体性) - 目标是否明确具体 - 是否有清晰的定义 - 是否避免模糊表述 - **M**easurable(可衡量性) - 是否有可量化的指标 - 是否有明确的衡量标准 - 是否可以追踪进度 - **A**chievable(可实现性) - 目标是否现实可行 - 是否考虑了当前状况 - 是否在合理时间范围内 - 减重目标:建议每周0.5-1公斤 - 运动目标:建议每周3-5次,每次30-60分钟 - **R**elevant(相关性) - 目标是否与健康相关 - 是否符合用户整体健康计划 - 是否与现有目标协调 - **T**ime-bound(有时限) - 是否有明确的截止日期 - 时间框架是否合理 - 是否有阶段性里程碑 **输出**: - SMART评分(每个维度1-5分) - 总体评分和等级(S级/A级/B级/C级) - 改进建议 - 目标优化方案 **示例评估**: ```json { "goal": "6个月内减重5公斤", "smart_scores": { "specific": 5, "measurable": 5, "achievable": 4, "relevant": 5, "time_bound": 5 }, "overall_score": 4.8, "grade": "A", "assessment": "优秀的SMART目标", "suggestions": [ "建议设定阶段性里程碑(每2个月减重1.5-2公斤)", "建议配合运动计划和饮食调整" ] } ``` --- ### 2. 目标进度追踪 追踪和分析目标的完成进度。 **追踪内容**: - **当前进度** - 完成百分比 - 当前数值vs目标数值 - 剩余差距 - **时间进度** - 已用时间占比 - 剩余时间 - 进度超前/落后判断 - **速度分析** - 平均进度速度(每周/每月) - 预计完成时间 - 是否需要调整计划 - **趋势识别** - 进度趋势(加速/稳定/减速) - 周期性模式 - 异常波动检测 **输出**: - 进度可视化(进度条、百分比) - 完成概率预测 - 时间预估(乐观/中性/悲观) - 调整建议 **进度评级**: - 🟢 **优秀** - 进度超前,预计提前完成 - 🟡 **正常** - 进度符合预期 - 🟠 **落后** - 进度略慢,需要加快 - 🔴 **严重落后** - 进度严重滞后,建议调整目标 --- ### 3. 习惯养成分析 分析习惯的养成情况和连续性。 **

What's inside
Steps it walks through
  1. 功能
  2. 1. SMART目标验证
  3. 2. 目标进度追踪
  4. 3. 习惯养成分析
  5. 4. 动机评估与管理
  6. 5. 成就系统管理
  7. 6. 障碍识别与建议
  8. 7. 数据关联分析
  9. 8. 可视化报告生成
  10. 医学安全边界
  11. 能力范围声明
  12. 危险信号识别
  13. 输出格式
  14. 目标分析报告
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the goal-analyzer skill do?

分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill goal-analyzer-huifer-wellally-health-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going