CtrlK
BlogDocsLog inGet started
Tessl Logo

webshop-option-selector

This skill selects product options or variants (such as size, color, or quantity) on a product detail page based on user preferences or cost optimization. It should be triggered when a product page displays configurable options. The skill evaluates available choices (e.g., 1pcs vs 2pcs) and selects the one that best aligns with the user's constraints, such as minimizing cost.

64

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./experiments/src/skills/webshop/webshop-option-selector/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

A concise, well-structured instruction-only skill whose main weaknesses are an empty example section, an orphaned reference file, and missing validation/price-comparison detail in the core workflow.

Suggestions

Fill in the empty 'Example from Trajectory' section with a concrete observation → selected option → click[value] action trace so the selection logic is unambiguous.

Link references/strategy_docs.md from the body (e.g., a '## Selection strategies' pointer) and reconcile the 'lowest final price' instruction with the first-listed-value heuristic the doc actually implements.

Add a verification step after the click (e.g., confirm the displayed price/selected state updated and still satisfies the user's budget constraint) before proceeding to buy now.

DimensionReasoningScore

Conciseness

Lean ~20-line body that assumes Claude's competence, adds only non-obvious domain specifics, and contains no padded explanations of concepts Claude already knows.

5 / 5

Actionability

Provides a concrete action format ('click[value]') and a clear selection strategy, but the core 'select the value that results in the lowest final price' mechanism is unspecified, contradicts the bundled strategy doc (which uses a first-listed-value heuristic), and the 'Example from Trajectory' section is empty.

3 / 5

Workflow Clarity

A clear three-step sequence (parse → apply strategy → execute click) is present, but there is no validation checkpoint confirming the option was actually selected or the price updated as expected.

3 / 5

Progressive Disclosure

Section structure is reasonable, but the bundled references/strategy_docs.md is never referenced or linked from the body (orphaned), and the 'Example from Trajectory' section is left empty.

3 / 5

Total

14

/

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 well-crafted description that concisely states both capability and trigger with concrete examples and a distinct niche. Minor room for improvement in varying the action vocabulary and adding a few more natural synonyms.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions ('selects product options or variants', 'evaluates available choices', 'selects the one that best aligns... minimizing cost') with concrete examples (size/color/quantity, 1pcs vs 2pcs), though the actions are largely restatements of a single option-selection capability.

4 / 5

Completeness

Clearly answers both 'what' (selects/evaluates product options by cost or user preference) and 'when' ('It should be triggered when a product page displays configurable options') with a concrete trigger phrase, in third person.

5 / 5

Trigger Term Quality

Good keyword coverage including 'product options', 'variants', 'size', 'color', 'quantity', 'configurable options', and 'product detail page', with a few natural synonyms absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear narrow niche (WebShop product-detail-page option selection) with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

18

/

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.