CtrlK
BlogDocsLog inGet started
Tessl Logo

anatomy-quiz-master

Generate interactive anatomy quizzes for medical education with multiple.

36

Quality

33%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./scientific-skills/Academic Writing/anatomy-quiz-master/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

35%

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

This skill is heavily padded with generic boilerplate sections (Error Handling, Input Validation, Response Template, Output Requirements) that are not specific to anatomy quiz generation and waste significant token budget. While it contains some useful domain-specific content (region tables, clinical correlation examples, quality checklists), the actionable code examples reference unverified modules and the workflow steps are abstract rather than task-specific. The skill would benefit greatly from removing generic scaffolding and focusing on the anatomy-specific guidance.

Suggestions

Remove generic boilerplate sections (Output Requirements, Response Template, Input Validation, Error Handling) that don't add anatomy-quiz-specific value — these consume ~30% of tokens teaching Claude things it already knows.

Consolidate the duplicative workflow/usage sections (Example Usage, Implementation Details, Workflow, Usage) into a single clear workflow with anatomy-specific validation steps like 'verify generated questions against Terminologia Anatomica standards'.

Move the detailed region table, quality checklist, and clinical scenario examples into separate reference files (e.g., references/regions.md, references/quality-checklist.md) and link to them from the SKILL.md overview.

Ensure code examples are either verified executable against actual bundle scripts or clearly marked as API design illustrations rather than copy-paste ready code.

DimensionReasoningScore

Conciseness

Extremely verbose at ~300+ lines. Contains massive amounts of redundancy (e.g., 'See ## Usage above', 'See ## Workflow above'), boilerplate sections (Output Requirements, Response Template, Input Validation, Error Handling) that teach Claude things it already knows, and repeated information across sections. The generic workflow steps, audit commands, and templated response structure add significant token bloat without skill-specific value.

1 / 3

Actionability

Contains Python code examples with specific API calls (QuizGenerator, AdaptiveEngine) and CLI commands with parameters, but these reference modules (scripts/quiz_generator.py, scripts/adaptive.py) that are not provided in the bundle. The code examples appear illustrative rather than executable. The CLI usage with main.py is more concrete but cannot be verified without bundle files.

2 / 3

Workflow Clarity

There are multiple workflow-like sections (Example Usage run plan, Workflow section) but they are generic and duplicative. The workflow steps are abstract ('Confirm the user objective', 'Validate that the request matches the documented scope') rather than specific to anatomy quiz generation. No validation checkpoints specific to quiz quality (e.g., verify anatomical accuracy of generated questions) are embedded in the execution flow.

2 / 3

Progressive Disclosure

References to references/ directory and scripts/ directory are well-listed, but without bundle files to verify, the references are unverifiable. The SKILL.md itself is monolithic — the detailed question format examples, full parameter tables, region tables, and quality checklists could be split into separate files. Content organization has clear sections but too much is inlined.

2 / 3

Total

7

/

12

Passed

Description

32%

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 clearly truncated mid-sentence ('with multiple.' ends abruptly), which severely undermines its effectiveness. While it identifies a reasonably specific domain (anatomy quizzes for medical education), the incomplete text, lack of a 'Use when...' clause, and missing trigger terms make it insufficient for reliable skill selection from a larger pool.

Suggestions

Complete the truncated sentence and add a full 'Use when...' clause with explicit triggers, e.g., 'Use when the user asks for anatomy quizzes, medical study aids, body system questions, or wants to test anatomical knowledge.'

Add specific capabilities beyond just 'generate', such as 'Generates interactive anatomy quizzes with multiple-choice questions, labeled diagrams, and spaced repetition for medical education.'

Include natural trigger terms users would say, such as 'anatomy', 'quiz me', 'medical exam prep', 'body systems', 'organs', 'muscles', 'bones', 'study flashcards'.

DimensionReasoningScore

Specificity

Names the domain (anatomy quizzes, medical education) and one action (generate interactive anatomy quizzes), but the description appears truncated ('with multiple.' ends abruptly) and lacks comprehensive detail about specific capabilities.

2 / 3

Completeness

The description partially addresses 'what' (generate anatomy quizzes) but is clearly truncated and incomplete. There is no 'Use when...' clause or any explicit trigger guidance, and the sentence itself is grammatically unfinished.

1 / 3

Trigger Term Quality

Includes some relevant keywords like 'anatomy quizzes', 'medical education', and 'interactive', but is missing common variations users might say such as 'flashcards', 'study', 'body parts', 'organs', 'quiz me', or 'test prep'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'anatomy' and 'quizzes' and 'medical education' provides some distinctiveness, but the truncated description and lack of specificity about what makes this different from a general quiz skill or general medical education skill creates moderate overlap risk.

2 / 3

Total

7

/

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

Repository
aipoch/medical-research-skills
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.