CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-textanalytics-py

Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.

55

Quality

62%

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 ./skills/azure-ai-textanalytics-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This is a solid API reference skill with excellent actionability — every operation has complete, executable code examples. Its main weaknesses are the monolithic structure (all content inline with no progressive disclosure to supporting files) and the lack of error handling/validation workflows, particularly around batch and long-running operations. The boilerplate 'When to Use' and 'Limitations' sections waste tokens without adding value.

Suggestions

Remove the generic 'When to Use' and 'Limitations' boilerplate sections, and trim the Client Types table which adds minimal value.

Add explicit error handling examples showing how to check `doc.is_error` and access `doc.error` details, especially for batch/healthcare long-running operations.

Consider splitting detailed operation examples (healthcare, batch, async) into a separate REFERENCE.md and keeping SKILL.md as a concise overview with quick-start examples and links.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable examples, but includes some unnecessary elements: the 'When to Use' and 'Limitations' sections are generic boilerplate that add no value, the Client Types table is nearly redundant (only two rows, one being the async version), and some examples could be slightly tighter. However, it doesn't over-explain concepts Claude already knows.

2 / 3

Actionability

Every section provides fully executable, copy-paste ready Python code with concrete examples. Authentication, each API operation, batch processing, and async usage all have complete, runnable code snippets with realistic sample data and result handling.

3 / 3

Workflow Clarity

The skill covers individual operations clearly but lacks validation checkpoints. Error handling is mentioned only as 'Handle document errors' in best practices without showing how. The batch operations section (begin_analyze_actions) involves long-running pollers but has no guidance on polling status, timeouts, or error recovery. For a reference-style skill this is acceptable but not exemplary.

2 / 3

Progressive Disclosure

The content is a long monolithic document (~180 lines) with no references to external files. While sections are well-organized with clear headers, the healthcare NLP, batch operations, and async patterns could reasonably be split into separate reference files. The Available Operations table partially serves as a navigation aid but doesn't link anywhere.

2 / 3

Total

9

/

12

Passed

Description

60%

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 excels at listing specific capabilities (sentiment analysis, entity recognition, PII, etc.) and correctly names the specific SDK. However, the 'Use for' clause is too generic ('natural language processing on text') to serve as an effective trigger, and the description could benefit from more natural user-facing keywords and variations. The trigger guidance needs to be more specific to help Claude distinguish this skill from other NLP tools.

Suggestions

Expand the 'Use for' clause with specific trigger scenarios, e.g., 'Use when the user asks to analyze sentiment, detect entities, extract key phrases, identify PII, detect language, or perform healthcare text analysis using Azure.'

Add natural keyword variations users might say, such as 'opinion mining', 'NER', 'named entity recognition', 'personally identifiable information', 'text mining', or 'Azure Cognitive Services'.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: sentiment analysis, entity recognition, key phrases, language detection, PII detection, and healthcare NLP. These are clear, well-defined capabilities.

3 / 3

Completeness

The 'what' is well covered with the list of capabilities. There is a 'Use for...' clause but it's extremely generic ('natural language processing on text') and doesn't provide meaningful trigger guidance — it essentially restates the domain rather than specifying when to choose this skill over alternatives.

2 / 3

Trigger Term Quality

Includes good technical terms like 'sentiment analysis', 'entity recognition', 'PII', and 'language detection' that users would say, but misses common variations like 'text mining', 'NER', 'opinion mining', 'detect language', or 'personally identifiable information'. The Azure-specific framing is helpful but could include more natural user phrasings.

2 / 3

Distinctiveness Conflict Risk

The mention of 'Azure AI Text Analytics SDK' provides some distinctiveness by naming a specific platform/SDK, but the generic 'Use for natural language processing on text' trigger could easily overlap with other NLP-related skills. The specific capabilities listed help somewhat but the trigger clause undermines distinctiveness.

2 / 3

Total

9

/

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
sickn33/antigravity-awesome-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.