CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-appconfiguration-py

Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings.

78

1.34x
Quality

70%

Does it follow best practices?

Impact

94%

1.34x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/azure-appconfiguration-py/SKILL.md

The canonical home for this skill is azure-appconfiguration-py in sickn33/antigravity-awesome-skills

SKILL.md
Quality
Evals
Security

Quality

Content

64%Scale 1-3

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—nearly every operation has executable, copy-paste ready code. However, it's somewhat long for a single SKILL.md file and lacks error handling/validation guidance for operations that modify or delete configuration. The 'When to Use' section is a meaningless boilerplate that wastes tokens.

Suggestions

Add error handling examples and validation steps, especially around delete operations and snapshot creation (e.g., try/except with azure.core.exceptions, verify setting exists before delete).

Remove the 'When to Use' boilerplate sentence and the operations table (which duplicates the code examples above it) to improve conciseness.

Consider splitting feature flags, snapshots, and async client sections into separate reference files linked from the main SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable code examples, but includes some unnecessary elements like the 'When to Use' boilerplate sentence, the operations table that largely duplicates what's already shown in code examples, and some inline comments that explain obvious things (e.g., '# Labels allow environment-specific values').

2 / 3

Actionability

Nearly all guidance is concrete and executable with copy-paste ready Python code snippets covering authentication, CRUD operations, feature flags, snapshots, and async usage. The code examples are complete and specific.

3 / 3

Workflow Clarity

The skill is primarily a reference/API guide rather than a multi-step workflow, but the best practices section mentions destructive operations (delete, set_read_only) without validation checkpoints. There's no guidance on error handling, retry logic, or verification after operations like delete or snapshot creation.

2 / 3

Progressive Disclosure

The content is well-structured with clear section headers and logical progression from basic to advanced features, but it's a monolithic document (~180 lines) that could benefit from splitting advanced topics (snapshots, feature flags, async) into separate reference files. No external references are provided.

2 / 3

Total

9

/

12

Passed

Description

75%Scale 1-3

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 reasonably well-structured with a clear 'Use for' clause and a distinct niche targeting Azure App Configuration SDK for Python. Its main weakness is that the capabilities listed are somewhat high-level categories rather than specific concrete actions, and the trigger terms could be expanded to cover more natural user phrasings.

Suggestions

Add more specific concrete actions such as 'create and manage feature flags', 'read and set key-value configuration pairs', 'use labels and content types for configuration versioning'.

Expand trigger terms to include common variations like 'app config', 'Azure config', 'key-value settings', 'configuration store', or 'feature management'.

DimensionReasoningScore

Specificity

Names the domain (Azure App Configuration SDK for Python) and some actions (centralized configuration management, feature flags, dynamic settings), but doesn't list specific concrete actions like 'create feature flags', 'read configuration values', 'set key-value pairs', etc.

2 / 3

Completeness

Clearly answers both 'what' (Azure App Configuration SDK for Python) and 'when' with an explicit 'Use for' clause covering centralized configuration management, feature flags, and dynamic settings.

3 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure App Configuration', 'feature flags', 'dynamic settings', and 'configuration management', but misses common variations users might say such as 'app config', 'key-value store', 'config settings', 'Azure config', or '.NET to Python migration'.

2 / 3

Distinctiveness Conflict Risk

Highly specific to Azure App Configuration SDK for Python, which is a distinct niche unlikely to conflict with other skills. The combination of Azure, App Configuration, and Python creates a clear, unique trigger profile.

3 / 3

Total

10

/

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