CtrlK
BlogDocsLog inGet started
Tessl Logo

health-trend-analyzer

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

52

Quality

60%

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-claude/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

31%Weight 40%Scale 1-5

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

The content has a clear high-level structure and explicit sequencing, but is undercut by non-executable stub code, verbosity, missing batch-operation validation checkpoints, and dangling references to bundle files that do not exist.

Suggestions

Replace the comment-only stub functions (pearsonCorrelation, detectChangePoints, assessRisks, etc.) with actual executable implementations or remove them in favor of concrete worked examples.

Add explicit validation checkpoints to the workflow — e.g. after data loading, verify each source is non-empty within the time range and abort with the documented 'data insufficient' message before proceeding to analysis.

Create the referenced data-sources.md, algorithms.md, and examples.md files (or remove the references) and move the inlined algorithm descriptions and example output templates into them to keep SKILL.md a lean overview.

DimensionReasoningScore

Conciseness

The body is noticeably verbose — a ~50-line ASCII box-art report template, exhaustive feature lists, and conceptual padding (explaining what Pearson correlation / CUSUM are) that Claude already knows and could be trimmed substantially.

2 / 5

Actionability

Core analysis code blocks are stubs with only comments (e.g. 'function pearsonCorrelation(x, y) { // 计算相关系数 }', '// 使用统计方法检测显著变化点'), not executable; only the filterByDate snippet is real, so guidance is mostly non-executable.

2 / 5

Workflow Clarity

Steps 1–8 are clearly sequenced with a data-source table and error-handling section, but this batch operation over many files generating an HTML report lacks explicit validation checkpoints between steps, capping clarity at 3.

3 / 5

Progressive Disclosure

The body references data-sources.md, algorithms.md, and examples.md, none of which exist in the bundle (references/, scripts/, assets/ are absent), and bulk content that should be split out is inlined in SKILL.md.

2 / 5

Total

9

/

20

Passed

Description

88%Weight 40%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.

The description is strong: it concretely enumerates capabilities, gives explicit natural-language triggers covering both generic and dimension-specific queries, and clearly answers both what and when.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — trend/pattern analysis, correlating medications/symptoms/vitals/labs, identifying concerning trends and improvements, and producing interactive HTML visualizations — giving comprehensive coverage of what the skill does.

5 / 5

Completeness

Explicitly answers both 'what' (analyzes trends, correlations, changes, insights, visualizations) and 'when' ('当用户询问健康趋势、模式、随时间的变化…时使用') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user phrases such as '健康趋势', '模式', '随时间的变化', and '我的健康状况有什么变化?' plus dimension-specific triggers, but a few common variations (e.g. '复查', '化验单') are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (longitudinal multi-dimension health trend analysis with correlation) distinct from single-dimension logging skills, with only minor overlap risk against general health-query skills.

4 / 5

Total

18

/

20

Passed

Validation

87%

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

Validation14 / 16 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

14

/

16

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.