CtrlK
BlogDocsLog inGet started
Tessl Logo

excel-conditional-filtering-optimization

根据多维数值条件筛选 Excel 数据并导出结果,支持大规模数据的自动性能优化处理。

59

Quality

67%

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-filtering/range-filtering/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is an efficient, mostly executable four-step pandas workflow with clear sequencing and a well-signaled parent reference. Its main weakness is the absence of validation/verification checkpoints for a batch export operation, which caps workflow clarity.

Suggestions

Add a validation checkpoint after filtering/export, e.g. assert the output row count matches the filtered count and verify the file was written before reporting success.

Replace hardcoded 'input_data.xlsx' and 'Sheet1' with guidance to derive them from the user's request, and document how to handle missing numeric columns gracefully.

Make the placeholder column-name logic (currently commented out) explicit or remove it to avoid ambiguity about what to execute.

DimensionReasoningScore

Conciseness

The body is dominated by executable code with brief step descriptions and minimal padding; only a few inline comments like '# 读取目标数据表' could be trimmed.

4 / 5

Actionability

Provides concrete, copy-paste-ready pandas code covering the common case (filtering val_a/val_b/val_c == 0 and exporting), though paths and sheet/column names are hardcoded placeholders.

4 / 5

Workflow Clarity

Four steps are clearly sequenced (Step1–Step4), but this batch/export operation has no validation or verification checkpoints, capping workflow clarity at 3 per the rubric.

3 / 5

Progressive Disclosure

Content is organized into clearly labeled steps with a single one-level reference to the parent workflow SKILL.md and no nested references; minor organization gaps only.

4 / 5

Total

15

/

20

Passed

Description

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

The description is specific and action-oriented with good natural keywords, but it lacks any explicit 'when to use' trigger guidance, which caps its completeness. Distinctiveness is reasonably strong thanks to the specialized multi-dimensional filtering focus.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user needs to filter Excel data by multiple numerical conditions or optimize filtering on large .xlsx files.'

Include the '.xlsx' file extension and synonyms like 'spreadsheet' or '表格' to broaden natural trigger-term coverage.

Consider mentioning the export format explicitly (e.g. '导出为新的 Excel 文件') to sharpen the 'what'.

DimensionReasoningScore

Specificity

Names the Excel domain and several concrete actions — '筛选 Excel 数据' (filter), '导出结果' (export), '大规模数据的自动性能优化处理' (large-data performance optimization) — with only minor coverage gaps.

4 / 5

Completeness

Clearly states what the skill does but provides no 'Use when...' clause or equivalent explicit trigger guidance, capping completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Includes natural user terms ('Excel 数据', '筛选', '导出', '大规模数据') but omits common synonyms/extensions like '.xlsx' or 'spreadsheet/表格'.

4 / 5

Distinctiveness Conflict Risk

The multi-dimensional numerical filtering niche with large-data optimization is mostly distinct from generic Excel skills, with only minor overlap risk.

4 / 5

Total

15

/

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