CtrlK
BlogDocsLog inGet started
Tessl Logo

webshop-product-detail-check

Examines a specific product's detailed page to verify it matches the user's requirements, checking price, description, features, and reviews. Use when you have navigated to a product detail page from search results and need to confirm the product meets all user-specified constraints before purchasing. It provides a final suitability assessment with a clear proceed-or-reject recommendation.

77

Quality

96%

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

SKILL.md
Quality
Evals
Security

Quality

Content

92%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill body is concise, actionable, and has a clearly sequenced verification workflow with concrete decision rules. Its only weakness is progressive disclosure: an action-guidelines reference file exists but is never explicitly linked or signaled from the body.

Suggestions

Add a clearly signaled one-level-deep reference to the body, e.g. under a Notes or Action Format section: 'See [action_guidelines.md](references/action_guidelines.md) for exact action-string matching rules.'

Move the duplicate action-format detail (e.g. the 'Buy Now' button presence rule) into the reference file and link to it, so inline content does not overlap the bundled material.

Keep the existing section structure but add a short 'See also' pointer at the end of the workflow so Claude knows when to consult the bundled guidelines.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — no padding explaining what a product page is or how webshops work — and every section earns its place (Trigger, Core Objective, Workflow, Output Format, Example, Notes). It is not score 2 because there is no unnecessary explanation to tighten.

3 / 3

Actionability

Guidance is concrete and executable: explicit scrape fields, a strict comparison rule ('strictly less than... < $40.00'), and exact actions `click[buy now]` / `click[back to search]` with worked examples. Per the scoring notes, this instruction-only skill is not penalized for lacking code, and its guidance is actionable. It is not score 2 because the direction is specific and copy-ready rather than pseudocode-like.

3 / 3

Workflow Clarity

The four-step workflow (Parse → Scrape → Verify → Decide) is clearly sequenced with an explicit suitability flag and a binary decision branch serving as a checkpoint; the single-candidate check is non-destructive so the validate→retry cap does not apply. It is not score 2 because the sequence and decision logic are explicit rather than merely listed with implicit checkpoints.

3 / 3

Progressive Disclosure

The body is well-organized into clear sections and a real bundle file exists (references/action_guidelines.md), but the body never signals or links that reference via a markdown path — the guideline content overlaps inline rather than being pointed to. It is not score 3 because the one-level-deep reference is not clearly signaled in the body, and not score 1 because the structure itself is clean and not a monolithic wall of text.

2 / 3

Total

11

/

12

Passed

Description

100%

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 well-crafted: it specifies concrete verification actions, uses natural trigger terms, and explicitly pairs what-it-does with a clear when-to-use clause. It is distinct and unlikely to conflict with other skills.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions — 'checking price, description, features, and reviews' and 'verify it matches the user's requirements' — matching the score-3 anchor of listing multiple specific concrete actions. It is not score 2 because it goes beyond naming only a domain and some actions to enumerate a clear set of verification behaviors.

3 / 3

Completeness

It explicitly answers what ('Examines a specific product's detailed page... checking price, description, features, and reviews') and when ('Use when you have navigated to a product detail page from search results... before purchasing'). It is not score 2 because the 'Use when...' trigger clause is explicit, satisfying the completeness rubric's bar for a 3.

3 / 3

Trigger Term Quality

It includes natural terms a user would say — 'product detail page', 'from search results', 'confirm the product meets all user-specified constraints', 'before purchasing' — giving good coverage of natural phrasing. It is not score 2 because the terms are common user-facing variations rather than a sparse single keyword.

3 / 3

Distinctiveness Conflict Risk

It carves a clear niche — verifying a single product detail page after navigating from search results — with a distinct trigger unlikely to fire for unrelated skills. It is not score 2 because the trigger is specific to the post-navigation product-check context rather than a broad 'works with product files' phrasing.

3 / 3

Total

12

/

12

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.