CtrlK
BlogDocsLog inGet started
Tessl Logo

large-file-parquet-analysis-and-highlight

当Excel文件总行数超过1万行时,通过转换为Parquet格式提升读取性能,提取目标指标并计算最大值,最后将结果输出为Excel并对特定行进行高亮标注。

70

Quality

86%

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

72%

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

The skill is well-structured and token-efficient with executable code and a final validation step, but it delegates its core Parquet-conversion premise to another skill and leaves decision branches (sub-threshold files, missing metric) unhandled, weakening actionability and workflow clarity.

Suggestions

Add the actual Excel→Parquet conversion code instead of assuming another skill already produced converted_data.parquet, so the skill delivers its advertised capability end-to-end.

Provide an explicit branch for when total_rows < 10000 (e.g. process directly without Parquet) and a user-facing message when target_rows is empty, so the workflow has feedback at each decision point.

Replace the '目标指标名称' placeholder with guidance on how to identify the target metric from the data, or accept it as a parameter with a worked example.

DimensionReasoningScore

Conciseness

The body is lean: brief step descriptions plus focused code, with comments that add non-obvious value (e.g. '仅读取一列以加快行数统计速度') rather than explaining concepts Claude already knows.

3 / 3

Actionability

Real executable Python is shown, but the headline Excel→Parquet conversion is only assumed ('假设已通过大文件处理技能将Excel转换为Parquet') and the target metric is a placeholder ('目标指标名称'), leaving a key detail incomplete.

2 / 3

Workflow Clarity

Steps are clearly sequenced and Step3 includes an output verification, but there is no feedback loop or explicit handling for the <10000-row branch or the metric-not-found case, leaving checkpoints implicit.

2 / 3

Progressive Disclosure

It is a self-contained, single-purpose skill organized into three clear step sections with no need for external references, satisfying the well-organized-sections allowance for simple skills.

3 / 3

Total

10

/

12

Passed

Description

100%

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 concise, third-person description that explicitly covers what the skill does and when to invoke it, with concrete actions and a clear row-count trigger. It is among the stronger description examples.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions: '转换为Parquet格式', '提取目标指标并计算最大值', '输出为Excel', '对特定行进行高亮标注', matching the multi-action anchor.

3 / 3

Completeness

It states both what it does (Parquet conversion, metric extraction, max calculation, Excel output, highlighting) and an explicit when trigger ('当Excel文件总行数超过1万行时'), so it is not capped at 2.

3 / 3

Trigger Term Quality

It surfaces natural user-facing terms — 'Excel文件', '总行数超过1万行', '最大值', '高亮标注' — that a user would plausibly say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

The >10000-row threshold plus Parquet conversion and row-highlighting carve a clear niche unlikely to collide with generic Excel skills.

3 / 3

Total

12

/

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.