CtrlK
BlogDocsLog inGet started
Tessl Logo

chart-embedded-export

从结构化数据中提取分类分布执行清洗与统计,生成多维度交叉分析、高分辨率对比图表及包含下载链接的完整分析报告,适用于大文件处理与嵌入式可视化场景。

62

Quality

73%

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-result-export/chart-embedded-export/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The content is concise, actionable, and well-organized into a clear five-step pipeline of executable code. The main gap is the absence of validation/verification checkpoints in a workflow that mutates data and overwrites output files.

Suggestions

Add explicit validation checkpoints between steps — e.g., assert row counts before/after dropna, verify the exported Excel/CSV is readable, and confirm chart files exist before building the report.

Include a brief feedback loop ('if validation fails: inspect and re-run Step N') for the data-cleaning and export steps that mutate or overwrite outputs.

Consider a short final verification step confirming the download links resolve to the generated files before reporting completion.

DimensionReasoningScore

Conciseness

The body is lean and code-first with no padding about what pandas/matplotlib are; comments are minimal and earn their tokens, matching the 'lean and efficient; every token earns its place' anchor.

3 / 3

Actionability

Five fully executable Python blocks with concrete imports, named outputs, and copy-paste-ready logic meet the 'fully executable code/commands; copy-paste ready' anchor.

3 / 3

Workflow Clarity

Steps are clearly sequenced (Step1–Step5) but the workflow performs batch/cleaning operations (dropna, exports, file overwrites) with no validation checkpoints, which per the guidelines caps workflow clarity at 2.

2 / 3

Progressive Disclosure

A compact, single-file skill organized into clearly delineated steps with no external references; under the simple-skill note this organization earns the top progressive-disclosure score.

3 / 3

Total

11

/

12

Passed

Description

60%

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 action-oriented but lacks an explicit trigger clause, leaving the 'when to use' guidance only implied. Adding a 'Use when...' sentence with natural user keywords would lift completeness and trigger quality.

Suggestions

Add an explicit 'Use when...' trigger clause naming natural user phrases (e.g., cross-analysis reports, embedded charts, downloadable analysis results).

Include common user-language keyword variations alongside the technical terms to improve trigger-term coverage.

Sharpen the distinctiveness from sibling Excel skills by foregrounding the chart-embedded-export differentiator early in the description.

DimensionReasoningScore

Specificity

Names multiple concrete actions — '执行清洗与统计', '生成多维度交叉分析', '高分辨率对比图表', '包含下载链接的完整分析报告' — matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Clearly states what the skill does but only implies when via the vague clause '适用于大文件处理与嵌入式可视化场景' with no explicit 'Use when...' trigger, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Contains relevant domain terms ('分析报告', '对比图表', '大文件处理', '嵌入式可视化') but lacks natural user-language trigger phrasing and common variations, fitting the 'some relevant keywords but missing common variations' anchor.

2 / 3

Distinctiveness Conflict Risk

Targets a specific niche (chart-embedded cross-analysis reports) but the generic data-analysis phrasing could overlap with sibling Excel analysis sub-skills, matching the 'somewhat specific but could still overlap' anchor.

2 / 3

Total

9

/

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

relative_links

Relative link issues: 1 missing, 1 suspicious

Warning

Total

15

/

16

Passed

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.