CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/doctest-tests

Configures and runs Python's stdlib doctest - embeds executable test cases in docstrings using `>>>` Python interactive prompt convention; supports `# doctest: +ELLIPSIS` / `+NORMALIZE_WHITESPACE` / `+SKIP` directives; integrates with pytest via `--doctest-modules` flag; runs as `python -m doctest module.py -v`. Use for self-documenting reference implementations + simple smoke-test coverage embedded in API docs.

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 content is concise, actionable, and well-sequenced with executable examples and explicit pass/fail verification. It is appropriately self-contained with clean external references rather than nested bundle hops.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it avoids explaining what doctest or docstrings are, and every code block and command earns its place; the directive table is the only borderline-verbose element but stays information-dense.

3 / 3

Actionability

Fully executable, copy-paste-ready examples (sum, fibonacci, divide, directives) plus exact run commands, a complete pyproject.toml snippet, and a CI yaml block — concrete instruction rather than description.

3 / 3

Workflow Clarity

Steps 1–8 are clearly sequenced, with 'Pass if the doctest output matches; fail if mismatch' providing an explicit verification checkpoint and Anti-patterns/Limitations acting as guardrails; no destructive or batch operations require additional feedback loops.

3 / 3

Progressive Disclosure

A self-contained SKILL.md with no bundle directories; sections are well-organized and the only references are one-level-deep external official docs, so navigation is clear without nested pointers.

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 explicitly states both capabilities and use conditions in third person. It is clearly distinguishable from sister testing skills and uses concrete commands and directives rather than vague language.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Configures and runs', 'embeds executable test cases', 'supports ... directives', 'integrates with pytest via --doctest-modules', 'runs as python -m doctest module.py -v' — matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what it does and when to use it via the 'Use for self-documenting reference implementations + simple smoke-test coverage embedded in API docs' clause, satisfying the explicit-trigger requirement.

3 / 3

Trigger Term Quality

Natural user-facing terms are well covered — 'doctest', 'docstrings', 'test cases', 'smoke-test', 'pytest', 'API docs' — the kinds of words a user would actually say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

Scoped tightly to Python stdlib doctest (plus pytest/Sphinx integration), a clear niche unlikely to trigger for the wrong skill; third-person voice is used throughout.

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