CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-data-tables-java

Build table storage applications using the Azure Tables SDK for Java. Works with both Azure Table Storage and Cosmos DB Table API.

55

Quality

63%

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

The canonical home for this skill is azure-data-tables-java in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

72%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 content is highly actionable with comprehensive executable code, but it is a monolithic single-file reference lacking progressive disclosure and validation/feedback loops for its batch and destructive operations.

Suggestions

Add validation checkpoints and an error-recovery feedback loop around batch transactions and delete operations (e.g., verify partition-key uniformity before submitTransaction, and retry on TableServiceException).

Split the bulk reference material (typed entities, environment variables, full query/OData examples) into separate files under references/ with clearly signaled links from SKILL.md to improve progressive disclosure.

Move the time-sensitive SDK version (12.6.0-beta.1) into a dedicated version/deprecation note or a separately maintained reference rather than inlining it in the Installation section.

DimensionReasoningScore

Conciseness

Mostly lean code examples with brief headers and comments; only minor trimming opportunities (typed-entity getter/setter boilerplate, the trigger-phrase list, and an inline time-sensitive version number 12.6.0-beta.1).

4 / 5

Actionability

Comprehensive copy-paste-ready Java covering all common cases—client creation (4 auth methods), entity CRUD, OData filtering, batch transactions, table management, and error handling.

5 / 5

Workflow Clarity

Reference-style content with operations organized by section, but batch and destructive operations (batch transactions, delete entity/table) lack validation checkpoints and validate→fix→retry feedback loops, capping workflow clarity at 3 per the guidelines.

3 / 5

Progressive Disclosure

Single 340-line SKILL.md with no bundle files and no external references; section structure is clear but a substantial reference portion (typed entities, env vars, full query examples) is inlined that could be split into separate reference files.

3 / 5

Total

15

/

20

Passed

Description

53%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 identifies the domain and dual-backend scope but lacks an explicit 'Use when...' trigger clause, capping completeness. It is specific enough to be distinct from most other skills.

Suggestions

Add an explicit 'Use when...' clause listing natural trigger phrases (e.g., 'Use when building Java apps with Azure Table Storage or Cosmos DB Table API, or when the user mentions table entities, partition/row keys, or NoSQL key-value storage').

Mention one or two concrete capabilities (e.g., entity CRUD, OData filtering, batch transactions) to raise specificity above the single generic 'Build table storage applications' action.

Include natural synonyms or colloquial phrasings users might say (e.g., 'Java NoSQL table storage') to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain ('Azure Tables SDK for Java') and one concrete action ('Build table storage applications') plus dual-backend support, but coverage is not comprehensive (no mention of CRUD, querying, or transactions).

3 / 5

Completeness

Has a clear 'what' but no explicit 'Use when...' clause, which per the judging guidelines caps completeness at 3.

3 / 5

Trigger Term Quality

Includes relevant product keywords ('Azure Tables SDK for Java', 'Azure Table Storage', 'Cosmos DB Table API') but misses common variations or synonyms a user might naturally say.

3 / 5

Distinctiveness Conflict Risk

Targets a clear, specific niche (Azure Tables in Java with dual backend) with minimal conflict risk; only minor overlap with other Azure SDK skills, though the absent 'when' guidance slightly weakens distinctiveness.

4 / 5

Total

13

/

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.