CtrlK
BlogDocsLog inGet started
Tessl Logo

file-organizer

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

76

1.03x
Quality

64%

Does it follow best practices?

Impact

98%

1.03x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/all-skills/skills/file-organizer/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

63%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 skill is a well-sequenced, actionable workflow with real bash commands and proper confirmation gates for destructive file operations, but it is verbose with redundant use-case sections and monolithic with no progressive disclosure to separate files.

Suggestions

Consolidate the four overlapping use-case/prompt sections ('When to Use', 'How to Use' prompts, 'Common Organization Tasks', 'Related Use Cases') into one to remove redundancy.

Move the four worked Examples and the Best Practices/Pro Tips material into separate reference files (e.g. examples.md, best-practices.md) and link to them from SKILL.md to improve progressive disclosure.

Add a post-execution verification step (e.g. recount files, confirm no move errors in the log) to close the workflow-clarity gap for batch operations.

DimensionReasoningScore

Conciseness

The body is mostly actionable without explaining basic concepts Claude already knows, but it is noticeably redundant: 'When to Use', 'How to Use' prompts, 'Common Organization Tasks', and 'Related Use Cases' all restate use-cases and example prompts that could be consolidated.

3 / 5

Actionability

Provides concrete, mostly executable bash commands (ls -la, find -exec file, du -sh, md5 hashing, mkdir -p, mv) plus structured markdown output templates, with only minor gaps from unfilled placeholders like [target_directory] and [custom command].

4 / 5

Workflow Clarity

A clear 7-step sequence (scope, analyze, identify patterns, find duplicates, propose plan, execute, summarize) includes explicit validation gates ('Ready to proceed? yes/no/modify', 'Always confirm before deleting', 'Stop and ask if unexpected'), but lacks a post-execution verification step confirming moves succeeded.

4 / 5

Progressive Disclosure

Section headers give reasonable structure, but at ~435 lines everything is inlined into a single SKILL.md with no bundle files or external references; detailed examples, best practices, and common tasks that could live in separate files are all inline.

3 / 5

Total

14

/

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 conveys concrete capabilities clearly but omits any explicit "when to use" trigger guidance and relies on second-person "your" voice. Adding a Use-when clause and switching to third person would lift the two weakest dimensions.

Suggestions

Add an explicit 'Use when...' clause naming concrete triggers, e.g. 'Use when the user asks to organize, sort, or clean up files and folders, or to find duplicates.'

Rewrite in third person to remove 'your' (e.g. 'organizes files and folders' instead of 'organizes your files and folders') to satisfy the voice requirement.

Include a few natural synonyms users say ('sort files', 'tidy up folders') to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ("finding duplicates", "suggesting better structures", "automating cleanup tasks", "organizes your files and folders") approaching comprehensive coverage, but repeated second-person "your" usage triggers the voice penalty of -1 from a 5.

4 / 5

Completeness

The "what" is clear and comprehensive, but there is no "Use when..." clause or equivalent explicit trigger guidance, which caps completeness at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

Includes natural terms a user would say ("files and folders", "duplicates", "cleanup", "organizes") with good coverage, but misses common synonyms like "sort" or "tidy up" that users frequently voice.

4 / 5

Distinctiveness Conflict Risk

The file-organization niche (duplicates, structure suggestions, cleanup) is mostly distinct from other skill types with only minor overlap risk against generic file-management utilities.

4 / 5

Total

15

/

20

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
davepoon/buildwithclaude
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.