CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/vega-spec-validator

Validate Vega + Vega-Lite specifications against the JSON Schema (vega.github.io/schema), test cross-engine compatibility (Vega-Lite compiles to Vega per the canonical compiler), and verify data-binding correctness. Pair with d3-snapshot-tests when Vega specs render to SVG; pair with chartjs-snapshot-tests when rendered to Canvas. Use when application code generates Vega/Vega-Lite JSON specs at runtime (BI builders, spec templating) and those specs must be proven valid and correctly encoded before render, or before a Vega major-version upgrade.

79

Quality

99%

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

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

A well-structured, executable skill body: concise overview with three gated, copy-paste test patterns and a single clearly-signaled deep reference. Content is appropriately split and easy to navigate.

DimensionReasoningScore

Conciseness

The body is lean and task-oriented — every section pairs a one-line rationale with executable code and assumes Claude's competence; the only repetition (the worked example) is justified by combining the three gates into a single end-to-end test.

3 / 3

Actionability

Provides complete, copy-paste-ready JavaScript with real imports (Ajv, vega-lite schema, vega-lite compile) and a fully executable worked example rather than pseudocode.

3 / 3

Workflow Clarity

A sequenced six-step "How to use" list and three explicit validation gates (schema validity → structural assertions → compilation) give a clear order; the anti-patterns table reinforces the sequence, and this validation context is not destructive/batch so no cap applies.

3 / 3

Progressive Disclosure

SKILL.md is a concise overview that delegates render/composition/transform/interaction/snapshot coverage to a single one-level-deep, repeatedly-signaled reference (references/advanced-spec-tests.md), which exists on disk.

3 / 3

Total

12

/

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.

A strong, third-person description that names concrete capabilities, supplies explicit "Use when" triggers, and clearly distinguishes itself from sibling snapshot skills. It is concise without padding or over-claims.

DimensionReasoningScore

Specificity

Lists three concrete actions — "Validate Vega + Vega-Lite specifications against the JSON Schema", "test cross-engine compatibility", and "verify data-binding correctness" — matching the multi-action anchor.

3 / 3

Completeness

Explicitly states what it does up front and follows with a clear "Use when application code generates Vega/Vega-Lite JSON specs at runtime… before render, or before a Vega major-version upgrade" trigger clause.

3 / 3

Trigger Term Quality

Covers natural domain terms a user would say ("Vega", "Vega-Lite", "JSON Schema", "BI builders", "spec templating", "Vega major-version upgrade") with good variation rather than jargon-only language.

3 / 3

Distinctiveness Conflict Risk

Carves a distinct niche (spec validation, not rendering) and explicitly disambiguates from sister skills via "Pair with d3-snapshot-tests when Vega specs render to SVG; pair with chartjs-snapshot-tests when rendered to Canvas."

3 / 3

Total

12

/

12

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents