CtrlK
BlogDocsLog inGet started
Tessl Logo

extract

Run the full Semantica semantic extraction pipeline on a file or selected text — NER, relations, events, coreference resolution, triplets, and validation. Clears result cache before each run. Returns Markdown tables with entity/relation/event/triplet results and inline validator warnings.

61

Quality

71%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/skills/extract/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

68%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.

A well-structured, mostly executable skill body with clear sequencing and good token efficiency, weakened primarily by a missing validation feedback loop for the batch pipeline run.

Suggestions

Add an explicit validation feedback loop: after running ExtractionValidator, instruct Claude to inspect issues, correct inputs/config if warranted, and re-run before presenting results.

Show or reference the large-file chunking approach concretely instead of only describing it ('For large files (>50KB), process in chunks...').

Trim redundant inline comments that re-label blocks already named by the step headers to tighten token efficiency.

DimensionReasoningScore

Conciseness

The body is mostly lean — numbered steps and executable code with no concept explanations Claude already knows — but inline comments like '# Named Entity Recognition' redundantly label blocks already titled by the surrounding steps, minor over-explanation that could be trimmed.

4 / 5

Actionability

It provides concrete, copy-paste-ready Python with imports, class instantiation, and method calls plus output table schemas, but has minor gaps such as the validator only receiving entities/relations (not events/triplets) and the large-file chunking logic being described but not shown.

4 / 5

Workflow Clarity

Steps 1–6 are clearly sequenced and a cache-clear checkpoint exists, but this is a full/batch pipeline where the validator only *reports* warnings with no fix→retry feedback loop, so the batch-operation cap applies.

3 / 5

Progressive Disclosure

No bundle files exist and the body is self-contained with well-organized sections (## Steps, numbered actions, table schemas), though the inlined output schemas and chunking guidance could arguably live in a reference file.

4 / 5

Total

15

/

20

Passed

Description

75%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.

A specific, well-scoped description with concrete capabilities and a distinct niche, but it is missing an explicit 'Use when...' trigger clause, which is the main weakness capping completeness.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user wants to extract entities, relations, events, coreference, or triplets from a file or selected text.'

Add spelled-out synonyms alongside acronyms ('named entity recognition (NER)', 'entity extraction') to broaden natural-language trigger coverage.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions — 'NER, relations, events, coreference resolution, triplets, and validation' — plus a concrete output format ('Markdown tables'), matching the 'comprehensive coverage' anchor.

5 / 5

Completeness

It clearly answers 'what' (full pipeline, cache clear, Markdown tables with validator warnings) but contains no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3 per the rubric guidelines.

3 / 5

Trigger Term Quality

It surfaces natural NLP terms a user would say ('NER, relations, events, coreference resolution, triplets'), but omits spelled-out synonyms ('named entity recognition', 'entity extraction') and any file extensions, so a few natural terms are missing.

4 / 5

Distinctiveness Conflict Risk

'Run the full Semantica semantic extraction pipeline' carves out a clear niche with distinct, specialized triggers (NER, coreference, triplets), minimizing conflict with unrelated skills.

5 / 5

Total

17

/

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
semantica-agi/semantica
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.