CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-analyzer

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

33

Quality

30%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/antigravity-awesome-skills-claude/skills/ai-analyzer/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

27%

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 requirements document or feature specification than an actionable skill for Claude. It is excessively verbose, listing capabilities and algorithms without providing executable implementations. The workflow steps are present but lack validation checkpoints and concrete code, while the entire document is monolithic with no progressive disclosure despite its length and complexity.

Suggestions

Drastically reduce content by removing feature descriptions and algorithm explanations that Claude already knows (e.g., what Pearson correlation is, what CUSUM does) — focus only on project-specific configurations and decision rules.

Replace pseudocode with actual executable code snippets or concrete tool invocations (e.g., actual Read tool calls with specific file paths and JSON parsing logic).

Add explicit validation checkpoints between workflow steps, especially after data reading (verify file exists and has expected schema) and after risk calculations (verify outputs are within valid ranges).

Split the monolithic document into separate files: move data source details to DATA_SOURCES.md, algorithm configurations to ALGORITHMS.md, and safety/compliance rules to SAFETY.md, with clear one-level-deep references from the main SKILL.md.

DimensionReasoningScore

Conciseness

Extremely verbose with extensive feature descriptions, algorithm explanations, and capability listings that Claude already understands. The document reads more like a product specification or marketing document than an actionable skill. Much of the content (e.g., explaining what Pearson correlation is, listing all risk models) is unnecessary padding.

1 / 3

Actionability

The execution steps provide some concrete guidance with file paths and JavaScript-like pseudocode for reading data, but the code is not truly executable (readFile/exists are not real functions without context), and critical steps like 'data integration and preprocessing' and 'multi-dimensional analysis' remain vague descriptions rather than concrete implementations. The actual analysis algorithms are described but not implemented.

2 / 3

Workflow Clarity

The 9-step workflow provides a clear sequence, but lacks validation checkpoints between steps. There's no error handling guidance (e.g., what if data files are missing or malformed), no feedback loops for validation, and steps 4-7 are described at a high level without concrete verification points. For a system dealing with health data and risk predictions, missing validation is a significant gap.

2 / 3

Progressive Disclosure

The document is a monolithic wall of text with no references to external files for detailed content. Everything is inline — algorithm details, data source tables, safety guidelines, trigger examples — resulting in a very long document. No bundle files are provided, yet the content references scripts like 'scripts/generate_ai_report.py' without any supporting documentation. The content would benefit greatly from splitting into separate reference files.

1 / 3

Total

6

/

12

Passed

Description

32%

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 provides a moderately specific overview of a health analysis system but relies heavily on buzzwords and abstract language ('AI-driven', 'multi-dimensional', 'comprehensive'). It critically lacks a 'Use when...' clause, making it difficult for Claude to know precisely when to select this skill. The Chinese-language description would benefit from concrete examples of supported data types and explicit trigger conditions.

Suggestions

Add an explicit 'Use when...' clause specifying trigger conditions, e.g., '当用户提到体检报告、血压、血糖、心率等健康指标分析时使用' (Use when users mention health checkup reports, blood pressure, blood sugar, heart rate analysis).

Replace vague buzzwords with concrete actions and data types, e.g., '解析体检报告PDF、分析血液检测指标、追踪血压/血糖趋势' (Parse health checkup report PDFs, analyze blood test indicators, track blood pressure/blood sugar trends).

Add natural trigger terms users would actually say, such as specific health metrics, file types, or common phrases like '体检结果', '健康数据分析', '医疗报告'.

DimensionReasoningScore

Specificity

The description names the domain (health analysis) and lists several actions like integrating multi-dimensional health data, identifying abnormal patterns, predicting health risks, and providing personalized recommendations. However, these are somewhat high-level and buzzword-heavy rather than concrete, specific operations (e.g., what types of health data? what format?).

2 / 3

Completeness

The description answers 'what does this do' at a high level but completely lacks any 'Use when...' clause or equivalent explicit trigger guidance. Per the rubric, a missing 'Use when...' clause should cap completeness at 2, and since the 'what' is also somewhat vague and buzzword-laden, this scores at 1.

1 / 3

Trigger Term Quality

Contains some relevant keywords like '健康分析' (health analysis), '健康数据' (health data), '健康风险' (health risk), '健康报告' (health report), and '智能问答' (intelligent Q&A). However, it lacks common user-facing trigger variations and natural language terms a user might actually say, such as specific data types (blood pressure, heart rate, lab results) or file formats.

2 / 3

Distinctiveness Conflict Risk

The health analysis domain is somewhat specific, but terms like 'AI驱动' (AI-driven), '多维度数据' (multi-dimensional data), '异常模式识别' (anomaly pattern recognition), and '个性化建议' (personalized recommendations) are generic enough to overlap with other data analysis or AI-powered skills. The health focus provides some distinction but not enough to be clearly unique.

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
sickn33/antigravity-awesome-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.