CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-analyzer

AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。

36

Quality

33%

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/ai-analyzer/SKILL.md

The canonical home for this skill is ai-analyzer in sickn33/agentic-awesome-skills

SKILL.md
Quality
Evals
Security

Quality

Content

35%Scale 1-3

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

This skill reads more like a product specification or feature overview document than an actionable skill for Claude. It spends significant tokens describing capabilities, algorithms, and trigger phrases rather than providing concrete implementation guidance. The workflow lacks validation checkpoints critical for health-related data processing, and the pseudocode is not executable.

Suggestions

Remove feature marketing content (sections 1-5 under '核心功能') and replace with a 2-3 line summary; Claude doesn't need algorithm names explained—it needs to know which algorithm to apply when.

Replace pseudocode with actual executable code or precise tool invocations (e.g., exact Read tool calls with file paths, actual Python/JS for analysis calculations).

Add explicit validation checkpoints: verify file existence before reading, validate JSON schema after parsing, verify risk scores are within expected ranges before generating reports.

Move the data source table, algorithm explanations, and trigger examples to separate reference files, keeping SKILL.md focused on the execution workflow.

DimensionReasoningScore

Conciseness

The skill is extremely verbose, spending extensive space describing features, algorithms, and capabilities that Claude already understands (correlation analysis, Z-scores, risk scoring models). The feature list sections read like marketing documentation rather than actionable instructions. Much of the content (algorithm explanations, data source tables) could be drastically condensed or moved to reference files.

1 / 3

Actionability

The execution steps provide some structure with JavaScript-like pseudocode for file reading, but the code is not truly executable (readFile/exists are not real functions without context). Steps 4-7 are abstract descriptions ('perform data cleaning, time alignment') rather than concrete, copy-paste-ready implementations. The actual analysis logic is never shown.

2 / 3

Workflow Clarity

The 9-step workflow provides a clear sequence, but lacks validation checkpoints entirely. There's no verification after data reading (what if files are missing or malformed?), no validation after analysis, and no error recovery paths. For a system dealing with health data and risk predictions, the absence of validation steps is a significant gap.

2 / 3

Progressive Disclosure

The content is a monolithic document with no references to external files for detailed content. Algorithm explanations, data source tables, and feature descriptions are all inline when they could be split into reference files. The structure uses headers well, but the sheer volume of inline content (algorithm details, full data source table, trigger examples) makes it unwieldy.

2 / 3

Total

7

/

12

Passed

Description

32%Scale 1-3

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 identifies a clear health analysis domain and lists several capabilities, but relies heavily on buzzwords like 'AI驱动' and '多维度' without specifying concrete operations. The complete absence of a 'Use when...' clause significantly weakens its utility for skill selection, and the broad scope increases conflict risk with other analytical or health-related skills.

Suggestions

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about health data analysis, medical test results, health risk assessment, or generating health reports.'

Replace abstract buzzwords with concrete actions, e.g., 'Analyzes blood test results, tracks vital signs trends, flags abnormal lab values' instead of '整合多维度健康数据、识别异常模式'.

Include specific file types or data formats supported (e.g., CSV health records, lab report PDFs) to improve distinctiveness and help Claude differentiate this skill from general data analysis tools.

DimensionReasoningScore

Specificity

The description names the domain (health analysis) and lists several actions (integrate multi-dimensional health data, identify abnormal patterns, predict health risks, provide personalized recommendations, support Q&A and report generation), but many of these are high-level and somewhat buzzword-heavy rather than concrete specific operations.

2 / 3

Completeness

The description covers 'what' (health analysis with multiple capabilities) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per the rubric, a missing 'Use when...' clause caps completeness at 2, and the 'when' is not even implied clearly, warranting a score of 1.

1 / 3

Trigger Term Quality

Contains some relevant keywords like '健康数据' (health data), '健康风险' (health risk), '健康报告' (health report), and '智能问答' (intelligent Q&A), but lacks common user-facing trigger variations and natural language terms a user might actually say when requesting this skill.

2 / 3

Distinctiveness Conflict Risk

The health analysis domain is somewhat specific, but the broad scope covering data integration, pattern recognition, risk prediction, Q&A, and report generation could overlap with general data analysis skills, medical Q&A skills, or report generation skills.

2 / 3

Total

7

/

12

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.