CtrlK
BlogDocsLog inGet started
Tessl Logo

auto-docstring-rules

Enforces dlt docstring conventions. Use when writing or modifying docstrings, classes, or function signatures in Python files.

Install with Tessl CLI

npx tessl i github:dlt-hub/dlt --skill auto-docstring-rules
What are skills?

99

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Discovery

N/A

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

Something went wrong

Implementation

100%

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

This is an excellent skill that efficiently communicates project-specific docstring conventions. It provides concrete examples for each scenario, clear anti-patterns to avoid, and assumes Claude's competence with Python and documentation standards. The structure makes it easy to quickly find the right format for any situation.

DimensionReasoningScore

Conciseness

Every section earns its place with no unnecessary explanation of what docstrings are or why they matter. The content assumes Claude knows Python and Google style conventions, focusing only on project-specific rules.

3 / 3

Actionability

Provides complete, copy-paste ready code examples for each docstring type (full form, field docstrings). The format specifications like `name (Type):` are concrete and immediately usable.

3 / 3

Workflow Clarity

For a simple, single-purpose skill about docstring conventions, the three-level structure (short form, full form, field docstrings) provides clear guidance on which format to use when. The anti-patterns section adds explicit validation criteria.

3 / 3

Progressive Disclosure

Content is well-organized with clear headers for each docstring type. At under 50 lines with no need for external references, the single-file structure with logical sections is appropriate and easy to navigate.

3 / 3

Total

12

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

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.