CtrlK
BlogDocsLog inGet started
Tessl Logo

t0

计算股票 T+0 交易的收益,考虑买入价、卖出价、手数、佣金、印花税。当用户提到做 T、T+0、股票做 T、短线做 T 时使用。

74

Quality

91%

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

SKILL.md
Quality
Evals
Security

Quality

Content

92%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.

A compact, highly actionable skill body that gives Claude everything needed to call the function correctly, with well-organized sections and no padding. The only minor improvement would be merging the two near-identical code examples.

Suggestions

Consolidate the '调用方式' and '使用示例' code blocks into a single example to remove the near-duplicate content.

DimensionReasoningScore

Conciseness

The body is lean with no over-explanation of concepts Claude already knows, but the '调用方式' and '使用示例' sections contain near-duplicate code blocks that could be consolidated.

4 / 5

Actionability

Provides fully executable, copy-paste-ready Python code, a typed parameter table with defaults, and a clear return value specification covering the common case.

5 / 5

Workflow Clarity

A simple single-purpose calculator where the single action (call t0() with the documented parameters) is unambiguous; the non-destructive nature means the simple-skill exception applies and no validation checkpoint is required.

5 / 5

Progressive Disclosure

Under 50 lines with no need for external references, organized into clear labeled sections (功能描述, 调用方式, 参数说明, 返回值, 使用示例), satisfying the simple-skill exception for progressive disclosure.

5 / 5

Total

19

/

20

Passed

Description

90%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.

A well-constructed description that concisely answers both what the skill does and when to use it, with strong natural trigger terms and a distinct niche. The only minor weakness is that it describes a single action rather than enumerating multiple capabilities.

DimensionReasoningScore

Specificity

Names the domain (stock T+0 trading) and one concrete action (calculate profit) plus the specific inputs considered (buy price, sell price, lots, commission, stamp tax), matching the anchor for domain + 1-2 concrete actions rather than several distinct actions.

3 / 5

Completeness

Explicitly states both what it does ('计算股票 T+0 交易的收益,考虑买入价、卖出价、手数、佣金、印花税') and when to use it ('当用户提到做 T、T+0、股票做 T、短线做 T 时使用') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Provides comprehensive natural trigger synonyms a user would actually say — '做 T、T+0、股票做 T、短线做 T' — covering the common variations for this task.

5 / 5

Distinctiveness Conflict Risk

Targets a clear niche (T+0 trading profit calculation) with distinct, specialized triggers, making conflict with other skills minimal.

5 / 5

Total

18

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
CoderWanFeng/python-office
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.