CtrlK
BlogDocsLog inGet started
Tessl Logo

stock-analysis

股票个股分析,实时获取价格涨跌幅,计算技术指标和支撑位,识别缺口并判断支撑压力,智能预测未来3天走势并给出操作建议

60

Quality

70%

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 ./skills/stock-analysis/stock-analysis/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The body is actionable and well-structured with real bundle references, but it has redundant gap-analysis content and lacks validation checkpoints in its data pipeline. Removing duplication and adding a fetch-verification step would raise conciseness and workflow clarity.

Suggestions

Consolidate the gap-analysis guidance that is currently repeated across steps 4/5/6 and 注意事项 into a single concise section to reduce redundancy and improve conciseness.

Insert an explicit validation step after fetching data (e.g., verify the returned JSON is non-empty and contains K-line records before calling analyze_stock.py) with a retry/recovery path to lift workflow clarity to 3.

DimensionReasoningScore

Conciseness

Mostly efficient and avoids explaining concepts Claude already knows, but gap analysis is explained repeatedly (in steps 4/5/6 and again in 注意事项) and 任务目标 restates capabilities, so it could be tightened; matches the 'mostly efficient but could be tightened' anchor.

2 / 3

Actionability

Provides concrete, executable script calls with named parameters (e.g., `scripts/fetch_stock_data.py --stock_code 000001 --days 30`) plus three worked examples, matching the 'fully executable code/commands; copy-paste ready' anchor.

3 / 3

Workflow Clarity

A clear 6-step numbered sequence exists, but there are no validation or verification checkpoints between data fetch and analysis, and no error-recovery loop; for a batch data pipeline the guidelines cap workflow clarity at 2.

2 / 3

Progressive Disclosure

Three real bundle files (two scripts, one reference) are referenced one level deep in 资源索引 with purpose annotations and correct relative paths, and the body stays an overview rather than inlining their contents, matching the 'clear overview with well-signaled one-level-deep references' anchor.

3 / 3

Total

10

/

12

Passed

Description

67%

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 specific and occupies a clear niche, but it omits any explicit 'when to use' trigger guidance, which caps completeness and weakens trigger-term quality. Adding a 'Use when...' clause would lift both dimensions.

Suggestions

Add an explicit trigger clause such as 'Use when the user provides a stock code and asks for trend analysis, price prediction, or trading advice' to satisfy the completeness 'when' requirement.

Include natural user-facing terms (e.g., '股票分析', '走势预测', '操作建议', '支撑压力位') as explicit trigger keywords to improve trigger-term quality from 2 to 3.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — fetching real-time prices, computing technical indicators, identifying gaps, predicting 3-day trends, and giving operational advice — matching the 'multiple specific concrete actions' anchor.

3 / 3

Completeness

Clearly describes what the skill does but provides no 'Use when...' or equivalent explicit trigger for when to use it; per the guidelines a missing trigger clause caps completeness at 2.

2 / 3

Trigger Term Quality

Contains relevant domain keywords (技术指标、支撑位、缺口、操作建议) but lacks explicit natural trigger phrasings a user would say; missing common variations, matching the 'some relevant keywords but missing common variations' anchor.

2 / 3

Distinctiveness Conflict Risk

The niche (single-stock technical analysis with gap analysis and 3-day prediction) is distinct and unlikely to trigger for unrelated skills, matching the 'clear niche with distinct triggers; unlikely to conflict' anchor.

3 / 3

Total

10

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
anbeime/skill
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.