CtrlK
BlogDocsLog inGet started
Tessl Logo

excel-statistical-viz-large-file

对 Excel 数据进行多维度统计分析与可视化。

52

Quality

57%

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/sn-da-excel-workflow/capability/excel-data-visualization/scatter-plot-visualization/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The body delivers a concrete, executable four-step analysis pipeline with strong actionability, but it lacks validation/feedback checkpoints in its workflow and keeps all lengthy code inline. It is mostly lean yet carries a few obvious restating comments.

Suggestions

Add validation checkpoints after data cleaning (verify row counts before/after dropna, check dtypes) and a validate→fix→retry loop for the visualization/export steps so workflow clarity can exceed 2.

Trim comments that restate obvious code behavior (e.g. '# 过滤有效数据') and keep only non-obvious domain tips (Chinese font config, utf-8-sig encoding) to tighten conciseness.

Move the lengthy Step3 visualization block into a referenced file such as references/visualize.py, keeping SKILL.md as a concise overview, to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly efficient executable code with useful domain tips (SimHei font, utf-8-sig, jitter), but several comments restate obvious behavior (e.g., '# 过滤有效数据', '# 假设 target_col_x...') and could be trimmed, fitting the 'mostly efficient but could be tightened' anchor.

2 / 3

Actionability

Each step provides fully executable Python with real imports and concrete operations (groupby/agg, pivot_table, scipy.linregress, savefig, to_csv), making the examples copy-paste ready as the score-3 anchor requires.

3 / 3

Workflow Clarity

The Step1–Step4 sequence is clearly labeled, but there are no validation checkpoints or feedback loops; because data cleaning with dropna and batch processing are destructive/batch operations, the scoring notes cap workflow clarity at 2.

2 / 3

Progressive Disclosure

Content is organized into four labeled steps with one clearly signaled parent-workflow reference, but the lengthy Step3 visualization code is fully inline with no overview/advanced split or referenced file, matching the 'content that should be separate is inline' anchor.

2 / 3

Total

9

/

12

Passed

Description

50%

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 correctly identifies the Excel statistical-analysis-and-visualization domain but is vague and lacks any explicit usage trigger. All four dimensions land at the middle level because it states a broad capability without concrete actions, varied keywords, or a 'Use when' clause.

Suggestions

Add a 'Use when...' trigger clause, e.g. 'Use when analyzing Excel spreadsheets, generating statistical charts, or summarizing tabular data', to raise completeness above 2.

Include more natural trigger-term variations users would actually say (spreadsheets, charts/图表, pivot tables, .xlsx) rather than only 'Excel 数据'.

Replace the broad '多维度统计分析与可视化' with specific concrete actions (compute summary statistics, build pivot/crosstab tables, generate scatter and box plots, export CSV/Excel).

DimensionReasoningScore

Specificity

It names the Excel domain and two broad actions ("统计分析" and "可视化"), but these are general categories rather than a list of multiple specific concrete actions like the score-3 anchor, so it lands at the middle level.

2 / 3

Completeness

It states what the skill does but provides no 'Use when...' clause or equivalent explicit trigger guidance, which per the judging guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

"Excel 数据" is a natural keyword a user would say, but the description lacks common variations (e.g., spreadsheets, charts, pivot tables, .xlsx), matching the 'some relevant keywords but missing common variations' anchor.

2 / 3

Distinctiveness Conflict Risk

The Excel-plus-stats-plus-viz niche is somewhat specific, but it could still overlap with other general Excel data-processing skills and lacks distinct triggers that would separate it cleanly.

2 / 3

Total

8

/

12

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
OpenSenseNova/SenseNova-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.