CtrlK
BlogDocsLog inGet started
Tessl Logo

alfworld-heat-object-with-appliance

Uses a heating appliance (microwave, stoveburner, oven) to apply heat to a specified object. Use when the task requires warming or cooking an item (e.g., "heat some egg", "warm the mug") and a heating appliance is available. Takes the object name and appliance name as input and outputs the object in a heated state, ready for placement at the task's target location.

65

Quality

79%

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/alfworld/alfworld-heat-object-with-appliance/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 body is well-structured and actionable with a complete worked ALFWorld example, but it is undermined by a referenced bundle script (validate_and_plan.py) that is not present and a validation step that depends on it. Fixing the broken reference would lift both actionability and progressive_disclosure.

Suggestions

Either add scripts/validate_and_plan.py or remove the instruction to use it from the Core Workflow and Bundled Resources sections, so no referenced path is missing.

Move the post-heating verification ('verify the object is in your inventory or at the target location after heating') and the 'Nothing happened' re-evaluation step inline into the Core Workflow as an explicit validation checkpoint rather than burying them in the reference file.

Trim meta commentary ('context-dependent', 'The trajectory shows proceeding without removal is sometimes valid') to tighten conciseness.

DimensionReasoningScore

Conciseness

Generally lean with a tight workflow and a concrete worked example, but contains minor meta padding ('context-dependent', 'The trajectory shows proceeding without removal is sometimes valid') that could be trimmed; not 5 due to these small over-explanations.

4 / 5

Actionability

Provides concrete, executable ALFWorld commands ('heat egg 1 with microwave 1', 'take egg 1 from fridge 1') in a complete worked example, but the instruction to use the bundled 'validate_and_plan.py' script points to a file that does not exist, leaving that step non-executable.

4 / 5

Workflow Clarity

A clear six-step sequenced Core Workflow with a precondition-check step and an error-recovery signal ('Nothing happened' re-evaluation), but the main-body validation checkpoint delegates to a missing script, leaving a minor validation gap rather than an explicit inline feedback loop.

4 / 5

Progressive Disclosure

SKILL.md is a well-sectioned overview pointing one level deep to bundled materials, but of the two referenced paths only 'references/common_heating_appliances.md' exists while 'scripts/validate_and_plan.py' is absent, so a signaled reference resolves to nothing — a real navigation defect, not merely an organization gap.

3 / 5

Total

15

/

20

Passed

Description

87%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.

A strong, third-person description that clearly states capability, inputs/outputs, and concrete trigger conditions with natural user phrasing. Minor room to expand trigger variants, but it answers both 'what' and 'when' comprehensively.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions ('apply heat to a specified object', 'Takes the object name and appliance name as input', 'outputs the object in a heated state, ready for placement'), plus three named appliances; it falls just short of 5 because the actions are framed more as an I/O interface than a list of distinct capabilities.

4 / 5

Completeness

Explicitly answers both what ('Uses a heating appliance... to apply heat to a specified object') and when ('Use when the task requires warming or cooking an item... and a heating appliance is available') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user utterances ('heat some egg', 'warm the mug') with synonyms (warming/cooking) and named appliances; good coverage but a few natural variants like 'microwave the X' are absent, keeping it below 5.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (heating a specific object with a named kitchen appliance) with distinct trigger phrasing and low overlap risk with other skills.

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