CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/feature-flag-test-harness

Builds a test harness that runs the same suite under every relevant flag combination - picks the minimum cover (single flags + pairwise interactions where the team marks them, not the full 2^N cartesian product), wires an OpenFeature in-memory provider so the suite never hits the production flag service, runs each combination as its own labeled CI matrix shard, and emits a per-combination result matrix. Use when a feature behind a flag must be verified on AND off (release toggles + experiment toggles per Hodgson) and the team wants those runs deterministic and parallel.

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 concise, actionable, and well-structured, with executable code both inline and in real reference files. The multi-step workflow has clear sequencing and an explicit feedback loop via fail-fast:false and result aggregation.

DimensionReasoningScore

Conciseness

Lean and efficient: a short motivating overview, an actionable 'How to use' sequence, and inline code, with detail offloaded to references; no padding explaining generic concepts Claude already knows.

3 / 3

Actionability

Provides executable inline TypeScript (withFlags harness) and a runnable generator command, with the references containing complete copy-paste-ready Node/Python/Java wiring, the full gen-flag-matrix.py script, and CI YAML.

3 / 3

Workflow Clarity

A clear 7-step 'How to use' sequence with an explicit feedback checkpoint — 'fail-fast: false so every failing combination surfaces' plus per-combination result aggregation — appropriate for this batch/matrix operation.

3 / 3

Progressive Disclosure

SKILL.md is an overview with well-signaled one-level-deep references (provider-wiring.md, matrix-and-ci.md, anti-patterns-and-limits.md), all of which are real files; content is appropriately split with easy navigation.

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 third-person, concrete, and explicitly pairs capabilities with a 'Use when' trigger. It lists several specific actions and occupies a distinct niche with low conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'Builds a test harness', 'picks the minimum cover', 'wires an OpenFeature in-memory provider', 'runs each combination as its own labeled CI matrix shard', and 'emits a per-combination result matrix' — matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both: what ('Builds a test harness that runs the same suite under every relevant flag combination...') and when ('Use when a feature behind a flag must be verified on AND off...'), satisfying the explicit-trigger anchor.

3 / 3

Trigger Term Quality

Good coverage of natural terms a user would say — 'feature behind a flag', 'verified on AND off', 'release toggles', 'experiment toggles', 'deterministic and parallel' — alongside the core 'feature flag' trigger; not merely jargon.

3 / 3

Distinctiveness Conflict Risk

A clear niche — OpenFeature in-memory provider + minimum-cover flag-combination CI sharding — with distinct triggers unlikely to fire for unrelated skills.

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

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents