CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-appconfiguration-java

Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.

65

1.34x
Quality

48%

Does it follow best practices?

Impact

97%

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-java/SKILL.md

The canonical home for this skill is azure-appconfiguration-java in sickn33/agentic-awesome-skills

SKILL.md
Quality
Evals
Security

Quality

Content

57%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 skill provides comprehensive, executable Java code examples for the Azure App Configuration SDK, making it highly actionable. However, it suffers from being a monolithic reference document that tries to cover every API operation inline, resulting in poor progressive disclosure and excessive length. The content would benefit significantly from being restructured into an overview with links to detailed sub-files for feature flags, snapshots, and advanced operations.

Suggestions

Split the content into a concise SKILL.md overview (client creation, basic CRUD, best practices) with separate linked files for feature flags, snapshots, secret references, and async operations.

Remove the Key Concepts table — Claude already understands these concepts and they add no actionable value.

Consolidate the conditional get/update/delete examples into a single 'Optimistic Concurrency' section with one representative example rather than repeating the ETag pattern three times.

Add a workflow section showing a common end-to-end scenario (e.g., setting up environment configs and creating a release snapshot) with validation checkpoints.

DimensionReasoningScore

Conciseness

The skill is quite long (~350 lines) and includes some content Claude would already know (e.g., the Key Concepts table explaining what a key-value pair is). The code examples are useful but exhaustive coverage of every CRUD operation with minor variations (conditional get, conditional update, conditional delete) adds bulk that could be condensed.

2 / 3

Actionability

All code examples are fully executable Java with proper imports, concrete method calls, and realistic parameters. Every operation includes copy-paste ready code with the correct classes and method signatures.

3 / 3

Workflow Clarity

The skill is organized as an API reference rather than a workflow guide. The snapshot creation section shows a multi-step polling pattern, but there are no explicit validation checkpoints or error recovery flows for multi-step operations like creating settings then snapshotting them. The content reads as isolated operations rather than sequenced workflows.

2 / 3

Progressive Disclosure

This is a monolithic wall of text with all content inline. The extensive API reference (feature flags, snapshots, secret references, labels, async operations) should be split into separate files with the SKILL.md serving as an overview with links. The Reference Links table at the bottom points to external resources but doesn't organize the skill's own content.

1 / 3

Total

8

/

12

Passed

Description

40%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 identifies a clear niche (Azure App Configuration SDK for Java) and lists some capability areas, giving it good distinctiveness. However, it lacks a 'Use when...' clause, which is critical for Claude to know when to select this skill, and the capabilities listed are more categorical than action-specific. Adding explicit trigger guidance and more concrete actions would significantly improve this description.

Suggestions

Add a 'Use when...' clause such as 'Use when the user needs to manage Azure App Configuration settings in Java, work with feature flags, read/write key-value pairs, or create configuration snapshots.'

Make capabilities more action-oriented: instead of 'key-value settings, feature flags, and snapshots', say 'create/read/update/delete key-value settings, manage feature flags, and create configuration snapshots'.

Include common user trigger terms like 'app config', 'Azure configuration store', 'ConfigurationClient', or '.properties' to improve keyword coverage.

DimensionReasoningScore

Specificity

Names the domain (Azure App Configuration SDK for Java) and some actions (configuration management, key-value settings, feature flags, snapshots), but these are more like feature categories than concrete actions (e.g., 'create feature flags', 'read key-value pairs', 'take snapshots').

2 / 3

Completeness

Describes what the skill does (centralized configuration management with key-value settings, feature flags, snapshots) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and the 'what' is also only moderately detailed, warranting a 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure App Configuration', 'Java', 'feature flags', 'key-value settings', and 'snapshots', but misses common user variations like 'app config', 'configuration store', 'Azure config', or SDK-specific terms like 'ConfigurationClient'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure App Configuration SDK for Java' is highly specific and unlikely to conflict with other skills. It clearly targets a particular Azure service and programming language.

3 / 3

Total

8

/

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.