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.

66

Quality

80%

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

Quality

Content

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

The body is concise and actionable with two solid code examples and clean section structure. The main weakness is workflow clarity: the batch transcription workflow lacks validation checkpoints and failure-handling feedback loops, which the rubric caps at 3 for batch operations.

Suggestions

Add an explicit validation/checkpoint step to the batch workflow, e.g. polling job status and handling failure before printing result.status, to establish a validate->fix->retry feedback loop.

Remove or replace the generic filler line "This skill is applicable to execute the workflow or actions described in the overview." with a concrete trigger statement.

Tighten the real-time streaming example with concrete session close/error handling so both code samples are fully copy-paste ready.

DimensionReasoningScore

Conciseness

Lean and mostly efficient with executable install/auth/code sections and no padding about what speech-to-text is; one filler line ("This skill is applicable to execute the workflow or actions described in the overview.") could be trimmed, keeping it just below a 5.

4 / 5

Actionability

Provides copy-paste-ready pip install, env vars, and two complete Python examples with real method names and parameters, but the real-time streaming example is slightly abstract (send_audio_file / iterating events) with minor gaps versus fully executable coverage.

4 / 5

Workflow Clarity

Batch transcription is a batch operation and the example shows begin_transcription -> job.result() with no validation checkpoint, status polling, or failure-handling feedback loop; per the rubric this caps workflow_clarity at 3.

3 / 5

Progressive Disclosure

A simple, single-purpose skill under 50 lines of content with no bundle files, organized into clear well-labeled sections and no nested references, satisfying the simple-skill exception for a top score.

5 / 5

Total

16

/

20

Passed

Description

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

The description is strong, explicitly pairing a concrete capability statement with a clear "Use for..." trigger clause and a distinctive Azure speech-to-text niche. Minor room to add natural synonyms and file extensions for broader trigger coverage.

DimensionReasoningScore

Specificity

Names the domain plus several concrete capabilities ("real-time and batch speech-to-text transcription with timestamps and diarization"), listing several specific actions with only minor coverage gaps rather than the comprehensive distinct-action list of a 5.

4 / 5

Completeness

Explicitly answers both "what" ("Azure AI Transcription SDK for Python") and "when" ("Use for real-time and batch speech-to-text transcription...") with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Includes natural terms a user would say (real-time, batch, speech-to-text, transcription, timestamps, diarization) with good coverage, but misses common synonyms and file extensions (audio files, .wav, subtitles) that a 5 would include.

4 / 5

Distinctiveness Conflict Risk

"Azure AI Transcription SDK for Python" with "speech-to-text transcription" is a clear, narrow niche with distinct triggers and minimal conflict risk with other skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

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.