CtrlK
BlogDocsLog inGet started
Tessl Logo

nutrition-analyzer

分析营养数据、识别营养模式、评估营养状况,并提供个性化营养建议。支持与运动、睡眠、慢性病数据的关联分析。

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-claude/skills/nutrition-analyzer/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

57%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 body is highly actionable with executable code and concrete schemas, but it is over-long and monolithic. Splitting the example report, algorithms, and data structures into referenced files and tightening the example output would materially improve conciseness and progressive disclosure.

Suggestions

Move the full example report, the algorithm code blocks, and the data-structure JSON into separate reference files (e.g. references/report-template.md, references/algorithms.py, references/data-schema.json) and link to them from the body.

Add an explicit validation/danger-signal checkpoint into the workflow (e.g. 'Step 3.5: run 危险信号检测 before generating recommendations; escalate Level 3 items to medical disclaimer') so checkpoints are wired into the sequence rather than described separately.

Trim the 220-line example report to a compact skeleton plus one fully-worked nutrient, cutting the ASCII trend art and redundant tables to recover token budget.

DimensionReasoningScore

Conciseness

Executable code, JSON schemas, and algorithms earn their place, but the ~220-line full example report (with ASCII trend art) and exhaustive vitamin/mineral enumerations are padding that could be trimmed or externalized.

3 / 5

Actionability

Provides concrete, mostly copy-paste-ready Python (calculate_rda_achievement, nutrient density, HEI), explicit data-source file paths, and a JSON schema; minor gaps such as the undefined RDA dict and meal_data fields keep it just below 5.

4 / 5

Workflow Clarity

A clear four-step sequence (确定范围→读取数据→数据分析→生成报告) exists, and safety mechanisms (危险信号检测, 建议分级) are present, but they are not wired into the workflow as explicit validation checkpoints.

3 / 5

Progressive Disclosure

No bundle files exist and the body is a single ~770-line monolith; the example report, algorithm library, and data-structure reference clearly belong in separate one-level-deep reference files.

3 / 5

Total

13

/

20

Passed

Description

66%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 concretely names the skill's capabilities and stays in a distinct nutrition niche, but it omits any explicit 'when to use' trigger guidance. Adding a 'Use when…' clause with broader natural synonyms (饮食, 卡路里) would raise both completeness and trigger-term quality.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user asks to analyze diet/nutrition data, assess nutrient intake, or relate nutrition to exercise, sleep, or chronic-disease metrics.'

Broaden natural keywords to include 饮食, 卡路里/热量, and 维生素 so the description matches common user phrasing.

Keep the third-person voice but tighten '分析营养数据' to a more concrete verb phrase to push specificity toward 5.

DimensionReasoningScore

Specificity

Lists several concrete actions — '分析营养数据、识别营养模式、评估营养状况…提供个性化营养建议…关联分析' — covering the domain's main capabilities, though '分析营养数据' is slightly generic.

4 / 5

Completeness

Clearly states 'what' the skill does but lacks any 'Use when…' / trigger clause, which caps completeness at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

Includes natural terms users would say (营养, 营养建议, 运动, 睡眠, 慢性病) with good coverage, but omits common synonyms like 饮食, 卡路里, and 维生素.

4 / 5

Distinctiveness Conflict Risk

Nutrition analysis is a distinct niche with nutrition-centric triggers; minor overlap risk only with general health/wellness skills via the exercise/sleep correlation mention.

4 / 5

Total

15

/

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.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (778 lines); consider splitting into references/ and linking

Warning

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

13

/

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.