CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-identity-py

Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching.

61

Quality

72%

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/antigravity-bundle-azure-ai-cloud/skills/azure-identity-py/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

71%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 solid reference skill with excellent actionability — all code examples are concrete and executable. The main weaknesses are moderate verbosity (redundant tables, unnecessary explanations Claude doesn't need, a vacuous 'When to Use' section) and a monolithic structure that would benefit from splitting advanced topics into separate files. The skill serves as a good quick-reference but could be tightened.

Suggestions

Remove the redundant 'Credential Types Table' since it largely duplicates information from the credential chain order table and the individual credential sections.

Delete the empty 'When to Use' section or replace it with specific trigger conditions (e.g., 'when user asks about Azure authentication' or 'when code needs to authenticate with Azure services').

Consider splitting advanced topics (async client, direct token acquisition, ChainedTokenCredential) into a separate ADVANCED.md reference file to keep the main skill lean.

Add a brief troubleshooting note for common auth failures (e.g., 'If DefaultAzureCredential fails, enable logging with `logging.getLogger("azure.identity").setLevel(logging.DEBUG)`).

DimensionReasoningScore

Conciseness

The content is mostly efficient but includes some redundancy — the credential chain order table and the credential types table overlap significantly. The 'When to Use' section at the end is a vacuous placeholder. Some brief explanatory text (e.g., 'Uses the account from `az login`') is unnecessary for Claude. The best practices list is reasonable but could be tighter.

3 / 5

Actionability

All code examples are concrete, executable, and copy-paste ready. The skill covers multiple credential types with specific, complete Python code snippets including imports, initialization, and usage patterns. Environment variable setup is explicit.

5 / 5

Workflow Clarity

This is primarily a reference/API skill rather than a multi-step workflow, so the single-task exception applies broadly. The credential chain order is clearly sequenced, and the progression from DefaultAzureCredential to specific credentials to custom chains is logical. However, there's no troubleshooting guidance or validation steps for when authentication fails, which would be valuable.

4 / 5

Progressive Disclosure

The content is well-structured with clear headers and sections, but at ~150 lines it's getting long for a single file with no bundle. The detailed credential types table, async client section, and direct token acquisition could be split into separate reference files. No external references are provided, and everything is inlined.

3 / 5

Total

15

/

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 effectively identifies a clear niche (Azure Identity SDK for Python) and includes strong, specific trigger terms that would help Claude select this skill appropriately. Its main weakness is the lack of concrete action verbs describing what the skill enables Claude to do—it lists topics rather than capabilities. Adding a few action-oriented phrases would strengthen it.

Suggestions

Add concrete action verbs describing what the skill does, e.g., 'Configure authentication, troubleshoot credential chains, set up service principals' instead of just listing topics.

Expand trigger term coverage with related terms like 'Azure AD', 'MSAL', 'azure.identity', 'client secret credential', or 'workload identity' to capture more user queries.

DimensionReasoningScore

Specificity

Names the domain (Azure Identity SDK for Python) and mentions specific concepts like DefaultAzureCredential, managed identity, service principals, and token caching, but these are more like topics/nouns than concrete actions. No verbs describing what the skill actually does (e.g., 'configure authentication', 'troubleshoot credential chains', 'set up service principals').

3 / 5

Completeness

Has both 'what' (Azure Identity SDK for Python authentication) and 'when' ('Use for DefaultAzureCredential, managed identity, service principals, and token caching'). The 'when' clause is present and reasonably specific with concrete trigger terms, though it could be more explicit about scenarios (e.g., 'when the user needs to authenticate Azure services' or 'when configuring credentials').

4 / 5

Trigger Term Quality

Includes strong natural trigger terms like 'DefaultAzureCredential', 'managed identity', 'service principals', and 'token caching' that users would naturally mention. Missing some common variations like 'Azure AD', 'MSAL', 'azure.identity', 'client secret', 'certificate authentication', or 'workload identity'.

4 / 5

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: Azure Identity SDK specifically for Python. The trigger terms like 'DefaultAzureCredential' and 'managed identity' are very specific to this domain and unlikely to conflict with other skills.

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.