CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

python-pro

tessl install github:jeffallan/claude-skills --skill python-pro
github.com/jeffallan/claude-skills

Use when building Python 3.11+ applications requiring type safety, async programming, or production-grade patterns. Invoke for type hints, pytest, async/await, dataclasses, mypy configuration.

Review Score

72%

Validation Score

12/16

Implementation Score

57%

Activation Score

82%

SKILL.md
Review
Evals

Generated

Validation

Total

12/16

Score

Passed
CriteriaScore

metadata_version

'metadata' field is not a dictionary

license_field

'license' field is missing

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

body_examples

No examples detected (no code fences and no 'Example' wording)

Implementation

Suggestions 4

Score

57%

Overall Assessment

This skill has strong structural organization with excellent progressive disclosure through its reference table, but lacks the concrete, executable examples that would make it truly actionable. The constraints are well-defined but the workflow needs explicit validation checkpoints, and the content could be more concise by removing sections that explain Claude's role rather than providing actionable guidance.

Suggestions

  • Add concrete code examples showing type-hinted functions, dataclass usage, and pytest fixtures rather than just describing what to provide
  • Enhance the workflow with explicit validation checkpoints (e.g., 'If mypy fails: fix type errors and re-run before proceeding')
  • Remove or condense the 'Role Definition' section - Claude doesn't need to be told it's a senior engineer
  • Include a minimal mypy configuration example (pyproject.toml snippet) since mypy strict mode is referenced multiple times
DimensionScoreReasoning

Conciseness

2/3

The skill is reasonably efficient but includes some unnecessary content like the 'Role Definition' section explaining what a senior Python engineer does, and the 'Related Skills' section which adds little value. The reference table and constraints are well-organized but could be tighter.

Actionability

2/3

The skill provides good high-level guidance with clear constraints (MUST DO/MUST NOT DO) but lacks concrete, executable code examples. The 'Output Templates' section describes what to provide but doesn't show actual examples of type-hinted code, pytest fixtures, or mypy configuration.

Workflow Clarity

2/3

The 5-step core workflow is clearly sequenced but lacks validation checkpoints and feedback loops. Step 5 mentions running mypy/black/ruff but doesn't specify what to do if validation fails or how to iterate on errors.

Progressive Disclosure

3/3

Excellent use of a reference table with clear topics, file paths, and 'Load When' conditions. The skill serves as a concise overview pointing to detailed materials in one-level-deep references, making navigation easy.

Activation

Suggestions 2

Score

82%

Overall Assessment

This description has strong trigger term coverage and completeness with explicit 'Use when' and 'Invoke for' clauses. However, it lacks concrete action verbs describing what the skill actually does (e.g., 'generates', 'configures', 'validates') and relies on somewhat abstract concepts like 'production-grade patterns' that reduce distinctiveness.

Suggestions

  • Add concrete action verbs describing what the skill does, e.g., 'Generates type-annotated Python code, configures mypy, writes pytest test suites'
  • Replace vague 'production-grade patterns' with specific patterns like 'error handling, logging configuration, dependency injection'
DimensionScoreReasoning

Specificity

2/3

Names the domain (Python 3.11+) and mentions several features (type hints, pytest, async/await, dataclasses, mypy), but describes requirements/patterns rather than concrete actions the skill performs. Missing action verbs like 'creates', 'configures', 'validates'.

Completeness

3/3

Explicitly answers both what ('building Python 3.11+ applications requiring type safety, async programming, or production-grade patterns') and when ('Use when...', 'Invoke for...'). Has clear trigger guidance with specific invocation scenarios.

Trigger Term Quality

3/3

Good coverage of natural terms users would say: 'type hints', 'pytest', 'async/await', 'dataclasses', 'mypy', 'type safety', 'async programming'. These are terms developers naturally use when seeking Python help.

Distinctiveness Conflict Risk

2/3

While Python 3.11+ and specific features like mypy/dataclasses add some distinction, 'production-grade patterns' is vague and could overlap with general Python or software engineering skills. The async/pytest mentions could conflict with testing or concurrency skills.