CtrlK
BlogDocsLog inGet started
Tessl Logo

replace4filename

批量修改文件/文件夹名称,替换或删除指定内容。当用户提到批量重命名、批量改名、文件替换、文件名替换时使用。

76

Quality

93%

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

87%

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

The body is well-structured, concise, and actionable with executable code and a clear parameter table. Its main gap is the absence of any validation or verification checkpoint for a destructive batch-rename operation, which caps workflow clarity at 2.

Suggestions

Add a verification/dry-run checkpoint before applying batch renames (e.g. preview the rename mapping or count affected files) and a post-rename confirmation step, since this is a destructive batch operation.

Clarify the 'suffix' parameter's behavior with a concrete example (e.g. suffix='.txt' only renames matching files) so the filtering is unambiguous.

Note the partial-match semantics of del_content — whether it matches substrings anywhere in the name — to prevent surprises on unintended matches.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding or explanation of concepts Claude already knows; each section (function description, call signature, parameter table, examples) earns its place.

3 / 3

Actionability

Provides a complete, executable call signature with all parameters, a typed parameter table with defaults, and copy-paste-ready usage examples.

3 / 3

Workflow Clarity

The single action is unambiguous, but this is a batch rename (destructive/batch) operation and the body includes no validation or verification step (e.g. dry-run, confirmation, or post-rename check); the rubric caps workflow clarity at 2 for such operations.

2 / 3

Progressive Disclosure

A simple under-50-line single-purpose skill with no need for external references, organized into clearly labeled sections, satisfying the simple-skills allowance for a top score.

3 / 3

Total

11

/

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.

The description is concise, specific, and complete — it states concrete capabilities and gives an explicit 'Use when...' trigger with natural user terms, all in third person. It matches the rubric's good overall examples.

DimensionReasoningScore

Specificity

Names multiple concrete actions — '批量修改文件/文件夹名称,替换或删除指定内容' (batch modify file/folder names, replace or delete specified content) — matching the rubric's 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both 'what' (batch rename/replace/delete file and folder names) and 'when' via the explicit trigger clause '当用户提到...时使用' (Use when the user mentions...).

3 / 3

Trigger Term Quality

Provides good coverage of natural user phrasings — '批量重命名、批量改名、文件替换、文件名替换' — terms a user would actually say, matching the top anchor.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (batch filename content replacement/deletion) with distinct triggers unlikely to fire for unrelated 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
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.