CtrlK
BlogDocsLog inGet started
Tessl Logo

health-trend-analyzer

分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或"我的健康状况有什么变化?"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表)。

53

Quality

61%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/health-trend-analyzer/SKILL.md

The canonical home for this skill is health-trend-analyzer in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

35%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is a comprehensive but overly verbose specification document rather than an actionable skill. It describes many capabilities at a conceptual level but provides almost no executable code, relying heavily on pseudocode and descriptive bullet points. The content would benefit greatly from being condensed to essential instructions with actual implementation code, while moving reference material to the bundle files it already names but doesn't provide.

Suggestions

Replace all pseudocode snippets with actual executable JavaScript/Python code, especially for data reading, filtering, correlation calculation, and HTML report generation

Cut the content by at least 50%: remove the trigger conditions examples, the algorithm theory section, the feature list descriptions, and the performance/extensibility sections that Claude doesn't need

Actually create the referenced bundle files (data-sources.md, algorithms.md, examples.md) and move the detailed data source tables, algorithm descriptions, and full output examples into them

Add validation checkpoints in the workflow: verify data files exist before analysis, validate data format/integrity, and confirm report generation succeeded before presenting results

DimensionReasoningScore

Conciseness

The skill is severely verbose at ~350+ lines. It extensively describes concepts Claude already understands (what correlation analysis is, what Pearson coefficients are, what CUSUM algorithms do), lists every possible data source exhaustively, explains basic statistical concepts, and includes large sections of pseudocode that don't add actionable value. The trigger conditions section with 12+ examples of user queries is unnecessary padding.

2 / 5

Actionability

Despite its length, the skill provides almost no executable code. The JavaScript snippets are pseudocode with comments like '// 计算相关系数' instead of actual implementations. The 8-step workflow describes what to do at a high level but lacks concrete, copy-paste-ready code for any step. The HTML report generation—arguably the most complex part—has zero implementation details.

2 / 5

Workflow Clarity

The 8-step sequence is clearly listed and logically ordered (determine range → read data → filter → analyze → correlate → detect changes → generate insights → visualize). However, there are no validation checkpoints between steps, no feedback loops for error recovery during analysis, and the error handling section is separate rather than integrated into the workflow. For a skill that generates health reports, missing validation of data integrity before analysis is a notable gap.

3 / 5

Progressive Disclosure

The skill references external files (data-sources.md, algorithms.md, examples.md) which is good progressive disclosure in principle, but none of these bundle files actually exist. Meanwhile, the main file inlines extensive content that should be in those referenced files—the full data source tables, algorithm descriptions, and detailed output format examples are all in the main SKILL.md, making it bloated despite having references.

3 / 5

Total

10

/

20

Passed

Description

88%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly articulates specific capabilities (trend analysis, correlation, change detection, visualization), covers relevant health domains comprehensively, and includes an explicit 'when to use' clause with natural user phrases. The description is well-structured, uses third person voice appropriately, and provides enough detail to distinguish it from generic health or data analysis skills.

DimensionReasoningScore

Specificity

The description lists multiple specific concrete actions: analyzing trends and patterns in health data, correlating medications/symptoms/vital signs/lab results, identifying concerning trends and improvements, providing data-driven insights. It also specifies multi-dimensional analysis areas (weight/BMI, symptoms, medication adherence, lab results, mood/sleep), correlation analysis, change detection, and interactive HTML visualization reports with ECharts charts.

5 / 5

Completeness

Clearly answers both 'what' (analyze health data trends, correlate medications/symptoms/vitals/labs, identify concerning trends, provide data-driven insights, generate interactive HTML visualizations) and 'when' (explicitly states '当用户询问健康趋势、模式、随时间的变化或"我的健康状况有什么变化?"时使用'). The 'when' clause includes concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes good natural trigger terms like '健康趋势' (health trends), '模式' (patterns), '随时间的变化' (changes over time), and the natural user phrase '我的健康状况有什么变化?'. It covers key domain terms like 药物 (medications), 症状 (symptoms), 生命体征 (vital signs), 化验结果 (lab results). Minor gap: could include more synonyms or variations like '健康报告', '体检数据', or English equivalents for bilingual users.

4 / 5

Distinctiveness Conflict Risk

The description carves out a fairly distinct niche: longitudinal health data trend analysis with multi-dimensional correlation and ECharts visualization. It could potentially overlap with a general health data skill or a visualization skill, but the combination of health trend analysis, correlation across multiple health dimensions, and interactive HTML/ECharts reporting makes it reasonably distinctive. Minor overlap risk with a general health tracking or health data entry skill.

4 / 5

Total

18

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.