CtrlK
BlogDocsLog inGet started
Tessl Logo

robust-file-creation

Fallback to run_shell and write_file when execute_code_sandbox or shell_agent fail on filesystem operations

56

Quality

62%

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 ./benchmarks/gdpval/skills/robust-file-creation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

61%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 gives concrete, executable fallback guidance with a clear sequenced procedure, but treats verification as optional (capping workflow clarity) and carries mild over-explanation and placeholder syntax.

Suggestions

Make verification a mandatory checkpoint with a validate-fix-retry loop rather than an optional step, since this is a batch file-creation operation.

Trim the 'Why This Works' section and the -p flag explanation to reduce over-explanation of concepts Claude already knows.

Replace illustrative tool syntax (e.g., `run_shell command="..."`, `write_file content="..."`) with exact, copy-paste-ready invocation syntax.

DimensionReasoningScore

Conciseness

Mostly efficient with tight code blocks, but includes unnecessary explanation Claude already knows (the -p flag semantics) and a 'Why This Works' section that restates obvious tool behavior.

3 / 5

Actionability

Provides concrete, mostly executable commands (mkdir -p, write_file, ls -la, tree) with a full example flow; minor gaps from placeholder content and illustrative rather than exact tool signatures.

4 / 5

Workflow Clarity

Steps are clearly sequenced, but verification is marked optional and there is no validate-fix-retry feedback loop; the batch file-creation cap therefore holds workflow clarity at 3.

3 / 5

Progressive Disclosure

Well-organized into clearly headed sections with a self-contained single-file structure and no nested references; minor organization gaps from inline 'Best Practices'/'Why This Works' content that could be trimmed.

4 / 5

Total

14

/

20

Passed

Description

63%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 concrete and distinct, clearly stating both the fallback action and its trigger condition, but relies on technical jargon rather than natural user language for its trigger terms.

Suggestions

Add natural-language trigger phrases a user might say (e.g., 'Use when file or directory creation fails with unknown errors') alongside the tool names.

Broaden trigger term coverage with synonyms like 'file creation', 'project scaffolding', or 'directory setup fails' to improve recall.

DimensionReasoningScore

Specificity

Names the concrete fallback mechanisms ('run_shell' and 'write_file') and the triggering failure mode, listing several specific actions with only minor coverage gaps.

4 / 5

Completeness

Explicitly answers both 'what' (fallback to run_shell/write_file) and 'when' (when the named tools fail on filesystem ops), though the 'when' is tool-centric rather than user-trigger phrased.

4 / 5

Trigger Term Quality

Keywords are technical tool names ('execute_code_sandbox', 'shell_agent', 'filesystem operations') rather than natural phrases a user would say, missing common user-language variations.

2 / 5

Distinctiveness Conflict Risk

Occupies a clear, narrow niche (fallback for two specific tools failing on filesystem operations) with distinct triggers and minimal risk of firing for unrelated skills.

5 / 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
HKUDS/OpenSpace
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.