CtrlK
BlogDocsLog inGet started
Tessl Logo

scienceworld-process-pauser

This skill introduces deliberate pauses in task execution. Use when the agent needs to consider next steps, evaluate intermediate results, or wait for processes to complete. The skill uses the 'wait1' or 'wait' actions to temporarily halt activity, preventing rushed decisions in complex experimental procedures.

65

Quality

77%

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 ./experiments/src/skills/scienceworld/scienceworld-process-pauser/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

71%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 well-organized and reasonably actionable, naming concrete wait actions with their step semantics and a clear four-step workflow. Its chief weakness is progressive disclosure: a bundled reference file exists but is never referenced from the body, so discovery is incomplete.

Suggestions

Add a 'See [pause_scenarios.md](references/pause_scenarios.md) for common pause triggers and anti-patterns' line under 'When to Use' or 'Implementation Logic' so the bundled reference is discoverable.

Show a concrete command-syntax example (e.g., the exact action invocation for wait1 and wait) in 'Core Actions' to lift actionability toward fully executable.

Tighten 'Implementation Logic' so it does not restate triggers already covered in 'When to Use', removing minor redundancy.

DimensionReasoningScore

Conciseness

The body is lean bullet-driven content that assumes Claude's competence and avoids explaining what waiting or simulation steps are; minor redundancy between 'When to Use' and 'Implementation Logic' keeps it just below 5.

4 / 5

Actionability

Concrete, specific actions are given with their exact effects ('wait1': single simulation step; 'wait': 10 simulation steps) plus a trajectory example; not a 5 because no full command-syntax usage examples are shown.

4 / 5

Workflow Clarity

A clear four-step sequence (Identify Trigger, Select Duration, Execute, Resume) is present; pausing is neither destructive nor batch so the validation cap does not apply, but the steps are somewhat abstract with no checkpoints, capping it at 4.

4 / 5

Progressive Disclosure

The body is divided into clear sections, but the bundled references/pause_scenarios.md is never linked or signaled from the body, leaving a one-level-deep reference orphaned rather than navigable.

3 / 5

Total

15

/

20

Passed

Description

83%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 strong: third-person voice, explicit 'Use when' trigger clause, and concrete named actions (wait1, wait). Its main limitation is that the trigger phrasing leans toward general deliberation, leaving slight overlap risk with broader reasoning skills.

DimensionReasoningScore

Specificity

Names concrete actions ('uses the 'wait1' or 'wait' actions to temporarily halt activity') and the pause domain, listing several specific actions with only minor gaps in coverage; not a 5 because it stops short of comprehensive action enumeration.

4 / 5

Completeness

Explicitly answers both what ('introduces deliberate pauses... uses the 'wait1' or 'wait' actions') and when ('Use when the agent needs to consider next steps, evaluate intermediate results, or wait for processes to complete') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users would say ('consider next steps', 'evaluate intermediate results', 'wait for processes to complete', 'preventing rushed decisions') with good coverage; a few common synonyms are missing so it is not a 5.

4 / 5

Distinctiveness Conflict Risk

The wait1/wait simulation-action niche is fairly distinct, but the deliberation triggers ('consider next steps', 'evaluate intermediate results') are broad enough to risk minor overlap with general reasoning skills, so not a 5.

4 / 5

Total

17

/

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
zjunlp/SkillNet
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.