CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/unleash-testing

Wraps Unleash (Open Source / SaaS) SDK testing patterns: bootstrap with a static toggles array (no network), the test mode (disableMetrics + disablePolling), the custom strategy testing pattern (implement a Strategy class + assert isEnabled), and assignment-integrity tests. Use when writing tests for code that uses Unleash for feature flags.

80

Quality

100%

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 tight, highly actionable testing recipe: executable code in every section, a clear authoring-to-CI workflow with explicit validation checkpoints (synchronized wait, teardown), and a clean single-file structure with no padding. It respects Claude's competence and stays within scope.

DimensionReasoningScore

Conciseness

Dense, code-forward body with no padding explaining concepts Claude already knows; terse prose and every code block earns its place, matching the 'lean and efficient; assumes competence' anchor.

3 / 3

Actionability

Provides fully executable, copy-paste-ready guidance throughout (npm/pip install, complete initialize() bootstrap blocks, the synchronized-wait pattern, a custom Strategy class, expect() assertions, afterAll teardown, and CI yaml).

3 / 3

Workflow Clarity

Clear sequence (Install → Bootstrap → isEnabled → Custom strategy → Rollout determinism → Teardown → Run → CI) with explicit checkpoints: the 'synchronized' wait is flagged as required and reinforced by the Anti-patterns table, plus an explicit afterAll destroy cleanup.

3 / 3

Progressive Disclosure

No bundle files are provided (references/scripts/assets absent), so this is a single-file skill organized into clearly signaled sections (When to use, Authoring, Running, CI integration, Anti-patterns, Limitations, References) with no nested reference levels, warranting a top score for a self-contained, well-organized skill.

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, specific description that names concrete Unleash testing patterns and pairs them with an explicit 'Use when' trigger, fully covering what the skill does and when to invoke it. It is concise and product-scoped, minimizing conflict risk.

DimensionReasoningScore

Specificity

Enumerates four concrete, distinct testing patterns (bootstrap with a static toggles array, disableMetrics + disablePolling test mode, custom Strategy class + isEnabled assertion, assignment-integrity tests), matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers what ('Wraps Unleash SDK testing patterns: bootstrap... test mode... custom strategy... assignment-integrity tests') and when ('Use when writing tests for code that uses Unleash for feature flags') with an explicit 'Use when' trigger clause.

3 / 3

Trigger Term Quality

Uses natural user phrasing ('writing tests for code that uses Unleash for feature flags') plus concrete keywords 'feature flags', 'Unleash', and 'tests', giving good coverage of terms a user would actually say.

3 / 3

Distinctiveness Conflict Risk

Scoped tightly to the Unleash product and feature-flag testing with product-specific triggers, making it clearly distinguishable and unlikely to fire for sibling flag-testing skills.

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.

Reviewed

Table of Contents