CtrlK
BlogDocsLog inGet started
Tessl Logo

test-python

Run Python CLI tests. Use after making changes to cli/ code.

68

Quality

81%

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

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-5

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 exemplar of a lean, executable, simple skill: copy-paste commands, a clear sequence, and an error-recovery hint with no padding. It fully respects the token budget and Claude's competence.

DimensionReasoningScore

Conciseness

The body is lean with no over-explanation of concepts Claude already knows; the only annotations are "ensure dependencies are installed" and "run all tests", and every token earns its place, matching the anchor for lean and efficient content.

5 / 5

Actionability

Both `cd cli && uv sync` and `cd cli && uv run pytest -v` are fully executable, copy-paste-ready commands that cover the common case, matching the anchor for fully executable guidance with specific examples covering common cases.

5 / 5

Workflow Clarity

This simple single-purpose skill has a clear two-step sequence plus an explicit feedback loop ("If tests fail, diagnose and fix the issues"); per the simple-skill exception, clear and well-organized content of this kind can score 5 even without elaborate checkpoints.

5 / 5

Progressive Disclosure

The skill is under 50 lines with no need for external references and no bundle files present; the content is self-contained and well-organized as a numbered list plus a recovery note, matching the simple-skill exception for progressive disclosure.

5 / 5

Total

20

/

20

Passed

Description

62%Weight 40%Scale 1-5

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 concise and gives an explicit trigger ("Use after making changes to cli/ code"), but its capability list is thin and keyword coverage is limited. It is solid but not comprehensive.

Suggestions

Expand the "what" with the full scope, e.g. "Run Python CLI tests and report failures" to capture the diagnose/fix step hinted at in the body.

Add natural trigger synonyms such as "pytest", "test suite", or "run tests" so the description matches phrasings users actually say.

Broaden the "when" clause to cover additional natural triggers (e.g., "Use when modifying cli/ code, before committing changes, or when debugging test failures").

DimensionReasoningScore

Specificity

"Run Python CLI tests" names the domain plus one concrete action (running tests), matching the anchor for naming a domain with 1-2 actions without being comprehensive; it does not list several specific actions that would justify a 4.

3 / 5

Completeness

It explicitly answers both what ("Run Python CLI tests") and when ("Use after making changes to cli/ code"), but the "what" is a single brief action and the trigger, while concrete, is narrow rather than richly enumerated as required for a 5.

4 / 5

Trigger Term Quality

Includes relevant keywords like "Python CLI tests" and "cli/ code" but is missing common variations and synonyms users might say (e.g., "pytest", "test suite", "run tests"), fitting the anchor for some relevant keywords with missing variations.

3 / 5

Distinctiveness Conflict Risk

"Run Python CLI tests" scoped to "cli/ code" is a mostly distinct niche with only minor overlap risk against generic test-running skills, matching the anchor for mostly distinct with minor overlap; it is not so broad as a 3 nor as fully conflict-free as a 5.

4 / 5

Total

14

/

20

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.

Repository
katanemo/plano
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.