CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-transcription-py

Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.

59

Quality

68%

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-transcription-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

37%

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

The skill provides a reasonable starting point with concrete authentication and basic transcription code, but falls short on workflow completeness — particularly around the async batch transcription lifecycle (polling, error handling, result parsing). The best practices and boilerplate sections waste tokens without adding actionable value, and key details like accessing diarization/timestamp data from results are missing.

Suggestions

Add a complete batch transcription workflow showing the full lifecycle: submit → poll status → handle errors → retrieve and parse results (including diarization segments and timestamps).

Replace the generic 'Best Practices' bullets with executable code snippets showing how to access timestamps, diarization speaker labels, and handle streaming backpressure.

Remove the boilerplate 'When to Use' and 'Limitations' sections — they add no SDK-specific information and waste tokens.

Add error handling examples for common failure modes (invalid audio format, expired credentials, network timeouts during streaming).

DimensionReasoningScore

Conciseness

Mostly efficient with good code examples, but the 'Best Practices' section contains generic advice Claude already knows (e.g., 'specify language to improve accuracy'), and the 'When to Use' and 'Limitations' sections are boilerplate filler that add no actionable information.

2 / 3

Actionability

Provides concrete code for authentication, batch, and real-time transcription, but the examples are incomplete — no error handling, no demonstration of accessing timestamps or diarization results from the response object, and the best practices list describes what to do without showing how (e.g., 'capture timestamps' with no code).

2 / 3

Workflow Clarity

There is no clear multi-step workflow connecting the pieces (e.g., authenticate → submit job → poll/wait → retrieve results → handle errors). Batch transcription is an async operation but there's no guidance on polling, error states, or validation of results. Missing feedback loops for a potentially long-running operation caps this low.

1 / 3

Progressive Disclosure

Content is reasonably organized into sections with clear headers, but there are no references to external files for advanced topics (e.g., error handling, diarization output parsing, supported audio formats). For a skill with no bundle files, the inline content could be better structured with a quick-start section separated from detailed usage.

2 / 3

Total

7

/

12

Passed

Description

100%

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

This is a strong, concise description that clearly identifies the technology stack (Azure AI, Python SDK), the core capability (speech-to-text transcription), and specific features (real-time, batch, timestamps, diarization). The 'Use for...' clause provides explicit trigger guidance. It uses proper third-person voice and avoids vague language.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'real-time and batch speech-to-text transcription with timestamps and diarization.' These are concrete, well-defined capabilities rather than vague language.

3 / 3

Completeness

Clearly answers both what ('Azure AI Transcription SDK for Python' with 'speech-to-text transcription with timestamps and diarization') and when ('Use for real-time and batch speech-to-text transcription'). The 'Use for...' clause serves as an explicit trigger guidance.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Azure', 'transcription', 'speech-to-text', 'timestamps', 'diarization', 'real-time', 'batch', 'Python', 'SDK'. These cover common variations of how users would describe this need.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: Azure-specific, Python-specific, speech-to-text transcription with specific features (timestamps, diarization). Unlikely to conflict with other skills due to the narrow domain.

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

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.