CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/negative-test-generator

Generates negative / error-path test cases that mirror happy-path tests - for each happy-path test, produces companions exercising input validation rejection, missing required fields, type mismatches, authorization failures, rate-limit errors, and adversarial payloads from the malicious-payload-bank. Emits cases as parameterized tests in the project's runner format. Use when a feature has happy-path coverage but the rejection / error / unauthorized paths are untested.

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.

The skill body is lean, actionable, and well-structured: executable examples, concrete output and anti-pattern guidance, an explicit run-diagnose-commit feedback loop, and a verified one-level reference for detail. No padding or concept re-explanation is present.

DimensionReasoningScore

Conciseness

The body is dense with non-obvious reference material (a 7-category taxonomy, executable worked example, output template, anti-patterns table, limitations) and avoids explaining concepts Claude already knows; every section earns its place rather than padding.

3 / 3

Actionability

Provides fully executable pytest code with real imports and concrete assertions, a copy-paste output-format template, and an anti-patterns table with explicit Fix columns mapping each failure to a concrete remediation.

3 / 3

Workflow Clarity

The generation task is unambiguous and sequenced via numbered categories (1-7) plus a 'Recommended next step' feedback loop (run tests -> diagnose any failure as a real gap -> commit on pass), satisfying the validation checkpoint requirement for this batch operation.

3 / 3

Progressive Disclosure

The body is a concise overview with a single, clearly signaled one-level-deep reference to references/negative-path-catalog.md, which exists and holds the detailed per-pattern tables; navigation is easy and content is appropriately split.

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, third-person, and complete with an explicit Use-when trigger, naming concrete failure-mode categories and output format. It is distinguishable from general test-generation skills and carries no fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions - 'produces companions exercising input validation rejection, missing required fields, type mismatches, authorization failures, rate-limit errors, and adversarial payloads' and 'Emits cases as parameterized tests in the project's runner format' - matching the score-3 anchor of several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what (generates negative/error-path companions mirroring happy-path tests) and when via a clear 'Use when a feature has happy-path coverage but the rejection / error / unauthorized paths are untested' trigger clause.

3 / 3

Trigger Term Quality

Natural terms a developer would actually say appear throughout: 'happy-path coverage', 'rejection / error / unauthorized paths are untested', 'negative / error-path test cases', giving good coverage rather than jargon.

3 / 3

Distinctiveness Conflict Risk

A clear niche - generating negative companions to existing happy-path tests, paired with malicious-payload-bank - with distinct triggers unlikely to fire for unrelated 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