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.

76

1.34x
Quality

65%

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-claude/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

65%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 a dense, largely executable API reference that assumes Claude's intelligence, but it is monolithic — all reference material is inlined with no progressive disclosure to separate files, and destructive operations lack validation feedback loops.

Suggestions

Move the bulk API reference (per-operation snippets) into separate files under references/ and keep SKILL.md as a concise overview pointing to them.

Add validation checkpoints for destructive and batch operations (e.g., verify a setting exists and confirm its ETag before deleting; check snapshot status before archiving).

Resolve undefined variables (connectionString) and add missing imports (ArrayList, List, Duration) so every snippet is directly copy-paste runnable.

DimensionReasoningScore

Conciseness

Sections are lean, code-first, and assume Claude's competence, but there is minor redundancy (async client creation shown twice) and several near-identical conditional-operation patterns that could be tightened.

4 / 5

Actionability

Mostly executable copy-paste-ready Java with real imports and concrete parameters, but a few snippets reference undefined variables (connectionString) and omit imports (ArrayList, List, Duration) in the snapshot example.

4 / 5

Workflow Clarity

Operations are clearly presented by type, but destructive and batch operations (delete, archive snapshot) lack explicit validation checkpoints or feedback loops, which per the rubric caps workflow clarity at 3.

3 / 5

Progressive Disclosure

Well-organized section headers provide structure, but ~465 lines of API reference are inlined in SKILL.md with no separate reference files, so content that should be split out remains inline.

3 / 5

Total

14

/

20

Passed

Description

66%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 clearly conveys the skill's purpose and concrete capabilities but lacks any explicit trigger guidance for when Claude should invoke it. Adding a 'Use when...' clause would lift completeness and trigger-term quality.

Suggestions

Add an explicit trigger clause such as 'Use when working with Azure App Configuration in Java, managing key-value settings, feature flags, or configuration snapshots.'

Include common synonyms and identifiers users might say (e.g., 'app config', '.azconfig', 'Azure app configuration') to broaden natural keyword coverage.

Frame capabilities as concrete actions (e.g., 'read, write, and label configuration settings') rather than only naming managed features.

DimensionReasoningScore

Specificity

Lists several concrete managed capabilities ('key-value settings, feature flags, and snapshots') alongside 'Centralized application configuration management', giving specific coverage with only minor gaps since these are features rather than actions.

4 / 5

Completeness

Clearly states what the skill does but entirely omits a 'Use when...' trigger clause, which per the rubric caps completeness at 3 even though the 'what' is clear.

3 / 5

Trigger Term Quality

Includes natural terms a user would say ('Azure App Configuration', 'feature flags', 'key-value settings', 'Java') but misses common synonyms and file/service identifiers like '.azconfig' or 'app config'.

4 / 5

Distinctiveness Conflict Risk

Scoped to a specific Azure service and language ('Azure App Configuration SDK for Java') giving a distinct niche, though the absence of explicit distinct trigger phrases leaves minor overlap risk with other Azure SDK skills.

4 / 5

Total

15

/

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