AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
33
30%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/antigravity-awesome-skills-claude/skills/ai-analyzer/SKILL.mdQuality
Discovery
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 covers a broad health analysis domain with multiple listed capabilities, but relies heavily on buzzwords like 'AI驱动' and '多维度' without providing concrete specifics. The most critical weakness is the complete absence of a 'Use when...' clause, making it difficult for Claude to know when to select this skill over others. The description reads more like a product marketing blurb than a functional skill selector.
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 interpretation, health risk assessment, or generating health reports.'
Replace vague buzzwords like 'AI驱动' and '多维度' with concrete actions such as 'Parses blood test results, tracks vital signs trends, correlates symptoms with conditions.'
Include specific data types or file formats this skill handles (e.g., lab reports, wearable device data, medical records) to improve distinctiveness and trigger matching.
| Dimension | Reasoning | Score |
|---|---|---|
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 addresses 'what does this do' at a general level but completely lacks any 'when should Claude use it' guidance. There is no 'Use when...' clause or equivalent explicit trigger guidance, which per the rubric should cap completeness at 2, and since the 'what' is also somewhat vague and buzzword-laden, a score of 1 is appropriate. | 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. Terms like 'AI驱动' and '多维度' are more marketing language than trigger terms. | 2 / 3 |
Distinctiveness Conflict Risk | The health analysis domain provides some distinctiveness, but the broad scope covering data integration, pattern recognition, risk prediction, recommendations, Q&A, and report generation is quite wide and could overlap with other health-related or general data analysis skills. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
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 specification or README than an actionable skill for Claude. It is excessively verbose, spending significant tokens on feature descriptions, algorithm explanations, and data source catalogs that don't directly help Claude execute the task. The workflow has a reasonable structure but lacks validation checkpoints and concrete, executable implementation details.
Suggestions
Cut the content by at least 60%: remove feature marketing lists (核心功能 sections 1-5), algorithm explanations Claude already knows, and the trigger condition examples. Focus on the execution steps with concrete code.
Replace pseudocode (readFile, exists) with actual tool invocations Claude can use (e.g., Read tool calls with specific file paths), making the workflow truly executable.
Add explicit validation checkpoints: verify data files exist before proceeding, validate JSON structure after reading, check for minimum data requirements before analysis, and handle error cases.
Extract the data source table, algorithm details, and safety/compliance sections into separate referenced files to improve progressive disclosure and reduce the main skill's token footprint.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose with extensive feature descriptions, algorithm explanations, and data source tables that Claude already understands conceptually. The skill reads more like product documentation than actionable instructions. Much of the content (e.g., explaining what Pearson correlation is, listing all risk models) is unnecessary padding. | 1 / 3 |
Actionability | Provides some concrete file paths and a step-by-step workflow with JavaScript-like pseudocode for reading files, but the code is not truly executable (readFile/exists are not real functions without context). Key analytical steps (Steps 4-7) are described abstractly rather than with concrete implementation details or executable code. | 2 / 3 |
Workflow Clarity | The 9-step workflow provides a clear sequence, but lacks explicit validation checkpoints or feedback loops. There's no guidance on what to do if data files are missing, malformed, or if analysis produces unexpected results. For a system dealing with health data and risk predictions, the absence of data validation steps is a significant gap. | 2 / 3 |
Progressive Disclosure | The skill is a monolithic wall of text with no references to external files for detailed content, despite mentioning scripts like 'scripts/generate_ai_report.py'. Algorithm details, data source tables, and extensive feature lists are all inline when they could be split into separate reference files. No bundle files are provided to support the referenced paths. | 1 / 3 |
Total | 6 / 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.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
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 | |
0839f85
Table of Contents
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.