CtrlK
BlogDocsLog inGet started
Tessl Logo

smart-file-writer

Intelligent file write error handler: diagnoses permissions, disk space, path length, file locks before retrying. Use when you encounter 'Error writing file', 'Permission denied', 'Access denied', 'No space left', or related file write failures.

60

Quality

70%

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 ./bundled/skills/smart-file-writer/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

52%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 content is actionable with executable code and a reasonably clear diagnostic workflow, but it is noticeably verbose—re-explaining basic Python/filesystem concepts and repeating validation code across sections—and its progressive disclosure is undercut by inlined duplicated content and a referenced file (error-catalog.md) that does not exist.

Suggestions

Cut basic explanations (what os.access/shutil.disk_usage do, chmod/attrib primer) and the duplicate validate_write_conditions code; keep one canonical version and point to it from elsewhere.

Create the missing references/error-catalog.md (or remove the citation) and link the references section through references/index.md so navigation is consistent and one level deep.

Move the large pattern catalog and platform-specific checks fully into the reference files, leaving SKILL.md as a concise overview that signals where detail lives.

DimensionReasoningScore

Conciseness

The body extensively explains well-known concepts (Python os/shutil usage, chmod/attrib basics, what a path-length limit is) and repeats the same validation code several times across checklist, proactive, and integration sections, adding padding Claude doesn't need.

2 / 5

Actionability

Provides concrete, mostly copy-paste-ready code blocks for each diagnostic and resolution pattern, with only minor gaps (e.g., handle.exe availability and the antivirus heuristic are approximate rather than robust).

4 / 5

Workflow Clarity

The 'Diagnostic Checklist (Run Before Retry)' gives a clear sequenced procedure with a validate-before-retry checkpoint, and examples walk through diagnosis-to-resolution-to-retry; minor gaps in explicit error-recovery feedback loops for some patterns.

4 / 5

Progressive Disclosure

A references section and index.md exist, but the body still inlines large amounts of content duplicated in the reference files, and it cites references/error-catalog.md and references/index.md-style navigation that do not all exist (error-catalog.md is missing), leaving navigation partially broken.

2 / 5

Total

12

/

20

Passed

Description

88%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, trigger-rich, and clearly answers both what the skill does and when to use it, with concrete error-message keywords. It is mostly distinct from other skills, with only minor overlap risk from the generic 'file write failure' phrasing.

DimensionReasoningScore

Specificity

Lists multiple concrete diagnostic actions ('diagnoses permissions, disk space, path length, file locks before retrying') with comprehensive coverage of the write-error domain.

5 / 5

Completeness

Explicitly answers both what ('diagnoses permissions, disk space, path length, file locks before retrying') and when ('Use when you encounter ... file write failures') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Strong natural error phrases ('Permission denied', 'Access denied', 'No space left') that users would say, but missing common synonyms and file-extension variants; not quite comprehensive.

4 / 5

Distinctiveness Conflict Risk

A clear niche around file-write error diagnosis with distinct error-string triggers, though the broad 'file write failure' framing has minor overlap with general filesystem skills.

4 / 5

Total

18

/

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

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
foryourhealth111-pixel/Vibe-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.