CtrlK
BlogDocsLog inGet started
Tessl Logo

test-python

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

72

Quality

87%

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%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a tight, fully executable two-step workflow with an explicit failure-recovery loop and no superfluous explanation. It is an exemplary lean skill body for its scope.

DimensionReasoningScore

Conciseness

Two commands with brief inline rationale and a one-line failure instruction — lean, no padding, every token earns its place.

3 / 3

Actionability

"cd cli && uv sync" and "cd cli && uv run pytest -v" are concrete, executable, copy-paste-ready commands.

3 / 3

Workflow Clarity

A clear two-step sequence (sync then test) with an explicit feedback loop ("If tests fail, diagnose and fix the issues"); for a simple single-purpose skill the sequence is unambiguous.

3 / 3

Progressive Disclosure

Under 50 lines, single-purpose, no external references needed; the numbered list is well-organized, meeting the simple-skill bar for full marks.

3 / 3

Total

12

/

12

Passed

Description

75%

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, in third-person/imperative voice, and cleanly answers both what it does and when to use it. Trigger-term coverage is adequate but could add common synonyms a user might naturally say.

Suggestions

Add common natural-language triggers a user might say, such as "pytest", "unit tests", or "running tests", to broaden trigger-term coverage.

Consider listing one or two more concrete capabilities (e.g. specific test scopes or flags) to lift specificity beyond a single action.

DimensionReasoningScore

Specificity

"Run Python CLI tests" names a clear domain and one concrete action, but lists only a single action rather than multiple specific capabilities, matching the score-2 anchor.

2 / 3

Completeness

It explicitly answers what ("Run Python CLI tests") and when ("Use after making changes to cli/ code"), satisfying both halves with an explicit trigger.

3 / 3

Trigger Term Quality

It surfaces relevant phrases like "Python CLI tests" and "making changes to cli/ code", but omits common variations a user might say (e.g. "pytest", "run tests", "unit tests").

2 / 3

Distinctiveness Conflict Risk

The narrow tie to a specific cli/ codebase and the explicit trigger make it unlikely to fire for unrelated skills.

3 / 3

Total

10

/

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.

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.