CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/openfeature-sdk-testing

Wraps OpenFeature (CNCF vendor-neutral SDK abstraction) testing patterns: the InMemoryProvider for hermetic tests without network calls, provider registration via OpenFeature.setProvider, the getBooleanValue/getBooleanDetails evaluation API with EvaluationDetails (value, variant, reason, errorCode), hooks for evaluation side-effects, and evaluation context for targeting-rule tests. Covers TypeScript, Java, and Python SDKs. Use when writing tests for code that resolves feature flags through the OpenFeature SDK regardless of the underlying flag management platform.

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.

The body is an efficient, actionable overview that leads with executable TypeScript and offloads secondary languages and spec tables to a single real reference file. Workflows are sequenced with teardown discipline and reinforced by a concrete anti-patterns table.

DimensionReasoningScore

Conciseness

The body is lean and domain-specific — reason-code enumerations, hook-stage tables, and InMemoryProvider config are OpenFeature specifics Claude does not already know, with no padding about basic programming concepts. Every section earns its tokens, matching the score-3 'every token earns its place' anchor rather than the mildly padded 2.

3 / 3

Actionability

Provides copy-paste-ready, executable TypeScript: the npm install line, a typed InMemoryProvider config, the getBooleanValue/getBooleanDetails calls, and a full Jest-style test file with beforeAll/afterAll teardown. This is the score-3 'fully executable, copy-paste ready' anchor, not the pseudocode of a 2.

3 / 3

Workflow Clarity

The 'How to use' flow is explicitly sequenced install → configure → evaluate → test, with teardown via 'OpenFeature.close()' and an anti-patterns table enforcing readiness/teardown discipline. The testing skill's own assertions serve as the validation checkpoints, so it meets the score-3 clear-sequence bar rather than the implicit-checkpoint 2.

3 / 3

Progressive Disclosure

SKILL.md stays an overview of the canonical TypeScript flow and defers Java/Python code plus spec tables to a single, well-signaled one-level-deep file (references/multi-language-and-spec.md), which exists on disk. Clean overview with one-level-deep references matches the score-3 anchor, not the inline-bloated 2.

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.

The description is specific, trigger-rich, and complete, naming concrete OpenFeature testing capabilities and an explicit 'Use when' clause while clearly differentiating from vendor-specific sibling skills. It uses appropriate third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'InMemoryProvider for hermetic tests without network calls', 'provider registration via OpenFeature.setProvider', 'getBooleanValue/getBooleanDetails evaluation API', 'hooks for evaluation side-effects', and 'evaluation context for targeting-rule tests'. This matches the score-3 anchor of multiple specific concrete actions, not the partial coverage of a 2.

3 / 3

Completeness

Explicitly answers both: what ('Wraps OpenFeature... testing patterns...') and when ('Use when writing tests for code that resolves feature flags through the OpenFeature SDK'). The explicit 'Use when...' clause clears the score-3 bar; a missing trigger would have capped it at 2.

3 / 3

Trigger Term Quality

Includes natural terms a user would say — 'feature flags', 'OpenFeature SDK', 'writing tests' — alongside the technical specifics. Good coverage of natural trigger terms rather than only jargon, so it sits at 3 and not the 'some keywords but missing variations' of 2.

3 / 3

Distinctiveness Conflict Risk

Frames a clear vendor-neutral niche ('vendor-neutral SDK abstraction', 'regardless of the underlying flag management platform') and explicitly contrasts with vendor-specific siblings, making wrong-skill triggering unlikely. Distinct niche, not the overlapping generality of a 2.

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