CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-monitor-opentelemetry-py

Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation.

57

Quality

66%

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/AI-Agents-Safe-Coding-Skills-claude/skills/azure-monitor-opentelemetry-py/SKILL.md

The canonical home for this skill is azure-monitor-opentelemetry-py in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

59%Scale 1-5

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

This skill provides solid, actionable code examples covering the main use cases of azure-monitor-opentelemetry, making it easy for Claude to set up Application Insights. However, it suffers from repetitive boilerplate across sections, a monolithic structure that would benefit from splitting reference material into separate files, and some unnecessary advice in the best practices section. The 'When to Use' section adds zero value.

Suggestions

Remove the repetitive `from azure.monitor.opentelemetry import configure_azure_monitor` / `configure_azure_monitor()` boilerplate from every section — show it once in Quick Start and reference it thereafter.

Split the auto-instrumentations table and configuration options table into a separate REFERENCE.md file, keeping SKILL.md focused on the quick start and most common patterns.

Remove the 'When to Use' section entirely as it's a tautology, and trim obvious best practices (e.g., 'use environment variables in production') that Claude already knows.

Add a brief verification step (e.g., 'Check Application Insights Live Metrics or Transaction Search to confirm telemetry is flowing') to help validate the setup works.

DimensionReasoningScore

Conciseness

The skill provides useful code examples but is noticeably repetitive — `configure_azure_monitor()` import and call is repeated in nearly every section. The auto-instrumentations table and configuration options table add reference value but could be trimmed. The 'Best Practices' section contains some obvious advice Claude would already know (e.g., 'use environment variables in production'). The 'When to Use' section is a meaningless tautology.

3 / 5

Actionability

Nearly all sections contain copy-paste ready Python code with concrete examples for Flask, Django, FastAPI, custom traces, metrics, logs, sampling, and authentication. Minor gap: no error handling examples or troubleshooting guidance for common issues like missing connection strings or failed telemetry export.

4 / 5

Workflow Clarity

This is essentially a single-action skill (call configure_azure_monitor() early, then use your framework). The sequence is clear: install → set env var → call configure → write app code. The instruction to call it 'before importing instrumented libraries' is an important ordering constraint that's captured. However, there's no validation step to confirm telemetry is actually flowing to Application Insights, which is a minor gap.

4 / 5

Progressive Disclosure

The content is a monolithic file with ~180 lines covering installation, quick start, framework integrations, custom telemetry, configuration options, and best practices all inline. There are no references to separate files, and the framework-specific examples and reference tables would benefit from being split out. No bundle files exist to support progressive disclosure.

2 / 5

Total

13

/

20

Passed

Description

73%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 concise and targets a very specific technology niche, making it highly distinctive. It includes a 'Use for' clause which addresses when to apply the skill, and contains good domain-specific trigger terms. However, it could benefit from listing more concrete actions beyond 'setup' and including related natural language terms users might use when seeking observability or monitoring help.

Suggestions

Expand the 'what' with additional concrete actions, e.g., 'configure telemetry collection, set up tracing, logging, and metrics export to Application Insights'.

Add natural synonym trigger terms like 'observability', 'tracing', 'monitoring', 'metrics', or 'logging' to capture broader user queries.

DimensionReasoningScore

Specificity

Names the domain (Azure Monitor OpenTelemetry Distro for Python) and describes one concrete action ('one-line Application Insights setup with auto-instrumentation'), but lacks detail on what specific capabilities are provided beyond setup.

3 / 5

Completeness

Has a clear 'what' (Azure Monitor OpenTelemetry Distro for Python) and a 'when' ('Use for one-line Application Insights setup with auto-instrumentation'), though the 'when' is somewhat narrow and could be more explicit about broader trigger scenarios.

4 / 5

Trigger Term Quality

Includes several strong natural keywords: 'Azure Monitor', 'OpenTelemetry', 'Python', 'Application Insights', 'auto-instrumentation'. Missing some synonyms or related terms like 'telemetry', 'tracing', 'logging', 'metrics', or 'observability' that users might naturally use.

4 / 5

Distinctiveness Conflict Risk

Highly specific niche combining Azure Monitor, OpenTelemetry, Python, and Application Insights. Very unlikely to conflict with other skills due to the precise technology stack mentioned.

5 / 5

Total

16

/

20

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
administrakt0r/AI-Agents-Safe-Coding-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.