CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-mgmt-mongodbatlas-dotnet

Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace.

47

Quality

50%

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-mgmt-mongodbatlas-dotnet/SKILL.md

The canonical home for this skill is azure-mgmt-mongodbatlas-dotnet in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

62%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 executable code throughout, but it is held back by inlined API-reference bulk that belongs in a separate reference file, and by missing validation/verification steps around destructive long-running operations. Tightening the reference tables and adding verify checkpoints would lift conciseness and workflow clarity.

Suggestions

Add explicit verification checkpoints after long-running operations, e.g. after create check `ProvisioningState == Succeeded`, and a confirm/re-fetch step before `DeleteAsync`.

Move the Model Properties Reference, Provisioning States, and Marketplace Subscription Status tables into a `references/api.md` file and link to it from a short overview, reducing inlined bulk.

Trim obvious code comments ('Blocks until done', 'Prefer async for all operations') that restate concepts Claude already knows.

DimensionReasoningScore

Conciseness

The body is mostly reference-style tables and code that earn their place, but the extensive Model Properties Reference, Provisioning States, and Marketplace Subscription Status tables largely restate API metadata Claude could derive, and some code comments ('Prefer async for all operations', 'Blocks until done') over-explain basics.

3 / 5

Actionability

It provides complete, copy-paste-ready C# for every common operation — create, get, list, tag, update, delete — with real constructor arguments, resource identifier construction, and concrete enum checks, covering the common cases fully.

5 / 5

Workflow Clarity

Operations are presented as isolated code snippets with clear individual steps, but long-running create/delete operations are destructive and lack validation checkpoints — there is no verify-after-create or confirm-before-delete step, capping clarity at 3 per the destructive-operation rule.

3 / 5

Progressive Disclosure

The file is well sectioned, but a large API reference (Model Properties, Provisioning States, Subscription Status tables) that would naturally live in a separate reference file is inlined in SKILL.md, and no bundle files exist to offload it; references are absent rather than clearly signaled.

3 / 5

Total

14

/

20

Passed

Description

38%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 is specific about its niche and reasonably distinct, but it is a single-sentence 'what' with no 'when' trigger guidance and only the generic verb 'Manage'. Adding an explicit 'Use when...' clause with concrete trigger phrases would materially raise both completeness and trigger term quality.

Suggestions

Append an explicit 'Use when...' clause naming concrete triggers, e.g. 'Use when provisioning MongoDB Atlas Organizations via Azure Marketplace, configuring marketplace billing, or integrating Atlas with Azure ARM.'

Replace the generic verb 'Manage' with concrete actions: 'Provision, list, update, tag, and delete MongoDB Atlas Organizations as Azure ARM resources.'

Include natural trigger synonyms users would say (e.g. 'Azure Marketplace MongoDB Atlas', 'ARM template Atlas org') to improve trigger term coverage.

DimensionReasoningScore

Specificity

It names the domain ('Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace') but the only action verb is 'Manage', which is generic — comparable to 'Processes PDF files' rather than enumerating concrete actions like create/list/update/delete.

2 / 5

Completeness

It gives a clear 'what' but there is no 'when' clause at all — the body's 'When to Use' section is generic boilerplate ('This skill is applicable to execute the workflow'), and the description itself has no trigger guidance, so completeness is capped below the midpoint.

2 / 5

Trigger Term Quality

It contains relevant terms ('MongoDB Atlas', 'Azure ARM resources', 'Azure Marketplace', 'billing') that a user might say, but lacks common variations or natural trigger phrasing and omits 'Use when...' guidance with concrete triggers.

3 / 5

Distinctiveness Conflict Risk

The combination 'MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace' is a fairly specific niche unlikely to collide with other skills, with only minor overlap risk against generic Azure SDK skills.

4 / 5

Total

11

/

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.