CtrlK
BlogDocsLog inGet started
Tessl Logo

debug-sandbox-execution

Debug Python code execution failures by capturing partial traces, isolating failing functions, and incrementally verifying outputs

64

Quality

75%

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/debug-sandbox-execution/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

78%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 delivers concrete, executable debugging guidance with a well-sequenced workflow and explicit validation checkpoints, all within a cleanly organized single file.

DimensionReasoningScore

Conciseness

The body is efficient and mostly assumes Claude's competence, with only minor instances that could be trimmed (e.g. the somewhat long audio-generation example in Phase 3 and a brief restatement in the Problem section).

4 / 5

Actionability

Provides concrete, executable guidance such as `python your_script.py 2>&1 | head -100` and a runnable numpy/soundfile file-generation snippet; the Phase 2 example relies on placeholder function names, a minor gap keeping it just below fully copy-paste ready.

4 / 5

Workflow Clarity

A clear three-phase sequence with an explicit numbered example workflow, validation via `assert os.path.exists(...)`, and feedback loops (rerun on failure, verify before proceeding); validation is present but not as explicitly flagged as the anchor-5 "**Validate** / **Only when valid**" pattern.

4 / 5

Progressive Disclosure

The skill is a self-contained, well-organized single file with clear section headers (Problem, Solution phases, Example Workflow, Best Practices, When to Use) and no need for external references, so well-organized sections earn the top score.

5 / 5

Total

17

/

20

Passed

Description

71%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, but it lacks an explicit "Use when..." trigger clause, which caps completeness and weakens its ability to fire on the right moments.

Suggestions

Append an explicit trigger clause, e.g. "Use when `execute_code_sandbox` fails silently, truncates output, or returns opaque errors."

Add the natural term "sandbox" and the tool name `execute_code_sandbox` so the description matches how users actually phrase the problem.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "capturing partial traces, isolating failing functions, and incrementally verifying outputs" — giving comprehensive coverage of the debugging approach.

5 / 5

Completeness

The "what" is clear (debug Python execution failures via three named techniques) but there is no explicit "Use when..." clause, so per the judging guidelines completeness is capped at 3 with only weakly implied trigger guidance.

3 / 5

Trigger Term Quality

Natural terms like "debug", "Python code", and "execution failures" are present, but it omits common variations such as "sandbox" or the actual tool name "execute_code_sandbox" that a user might say.

4 / 5

Distinctiveness Conflict Risk

The niche — debugging failed Python sandbox execution — is fairly distinct from most skills, with only minor overlap risk against general debugging skills.

4 / 5

Total

16

/

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.