CtrlK
BlogDocsLog inGet started
Tessl Logo

multi-version-behavior-comparator

Compares the runtime behavior of two or more versions of the same code by running them on identical inputs and diffing outputs, side effects, and errors. Use when validating a refactor, port, or optimization; when the user asks if two implementations behave the same; or when investigating a suspected regression across versions.

Install with Tessl CLI

npx tessl i github:santosomar/general-secure-coding-agent-skills --skill multi-version-behavior-comparator
What are skills?

100

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SKILL.md
Review
Evals

Discovery

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.

This is an excellent skill description that clearly articulates what the skill does (compares runtime behavior by running code and diffing results) and provides explicit, comprehensive trigger conditions. It uses third person voice correctly, includes natural developer terminology, and carves out a distinct niche that wouldn't overlap with general coding or testing skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'running them on identical inputs', 'diffing outputs, side effects, and errors'. Clearly describes comparing runtime behavior of code versions.

3 / 3

Completeness

Clearly answers both what ('Compares runtime behavior...by running them on identical inputs and diffing outputs') AND when ('Use when validating a refactor, port, or optimization; when the user asks if two implementations behave the same; or when investigating a suspected regression').

3 / 3

Trigger Term Quality

Includes natural terms users would say: 'refactor', 'port', 'optimization', 'two implementations behave the same', 'regression', 'versions'. These are terms developers naturally use when needing this functionality.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche focusing on behavioral comparison of code versions. The specific triggers (refactor validation, implementation equivalence, regression investigation) are unlikely to conflict with general code review or testing skills.

3 / 3

Total

12

/

12

Passed

Implementation

100%

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

This is an excellent skill that efficiently teaches multi-version differential testing with concrete, executable guidance. The tables for observables and normalization are particularly effective at conveying dense information concisely. The worked example with real divergence findings and majority voting explanation transforms abstract concepts into actionable patterns.

DimensionReasoningScore

Conciseness

The content is lean and efficient, assuming Claude's competence with concepts like differential testing, property-based testing, and normalization. Every section earns its place with actionable tables and concrete examples rather than explanatory padding.

3 / 3

Actionability

Provides fully executable Python code with Hypothesis integration, concrete normalization strategies in table format, and a complete worked example showing real divergence findings. The harness code is copy-paste ready.

3 / 3

Workflow Clarity

The workflow is clear: decide observables → generate inputs → normalize → compare → cluster divergences. The worked example demonstrates the full sequence with explicit validation (majority voting) and the output format provides a structured checklist for results.

3 / 3

Progressive Disclosure

Well-organized with clear sections (observables table, input generation hierarchy, normalization table, worked example, do-not list, output format). References the related skill appropriately. Content is appropriately scoped for a single file without needing external references.

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

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.