CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-projects-dotnet

Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes.

54

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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 complete executable code and clear sequencing, but it is a monolithic file with no progressive disclosure, carries time-sensitive version info and boilerplate filler, and lacks validation checkpoints around destructive operations. Addressing the validation gaps and file structure would lift the lower dimensions.

Suggestions

Add explicit validation checkpoints before destructive calls (e.g., confirm a thread/agent/dataset exists and is safe to delete) so feedback loops are present for batch/destructive operations.

Move time-sensitive version numbers into a dedicated "Current versions" or deprecated-style section (or remove them) and trim the generic "When to Use"/"Limitations" boilerplate to improve conciseness.

Split the large body into one-level-deep reference files (e.g., a workflows file and a types/tools reference) with clearly signaled links, so SKILL.md stays a concise overview.

DimensionReasoningScore

Conciseness

The body is reference-dense with no over-explanation of concepts Claude already knows, but it carries time-sensitive version numbers ("GA v1.1.0, Preview v1.2.0-beta.5"), repeats SDK install commands in "Related SDKs", and includes generic boilerplate "When to Use"/"Limitations" text that could be tightened.

2 / 3

Actionability

It provides extensive, complete, executable C# examples with real imports, method calls, and parameters (e.g., the persistent agents workflow and evaluation configuration), plus concrete install commands and env vars that are copy-paste ready.

3 / 3

Workflow Clarity

Workflows are well-sequenced as numbered sections with a polling feedback loop for runs, but destructive operations (DeleteAgent, DeleteThread, Delete dataset/index) lack explicit pre-deletion validation checkpoints, which per the guidelines caps workflow clarity at 2.

2 / 3

Progressive Disclosure

The skill is a single well-sectioned ~340-line file with no bundle files and no one-level-deep references; large chunks (detailed workflows, type/tool tables) that could live in separate reference files are inlined, so it is structured but monolithic rather than progressively disclosed.

2 / 3

Total

9

/

12

Passed

Description

57%

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 distinctive and states its domain and capability scope clearly, but it lists resource categories rather than concrete actions and lacks any explicit "Use when..." trigger guidance. Adding action verbs and a use-when clause would raise its weakest dimensions.

Suggestions

Add an explicit "Use when..." clause (e.g., "Use when building .NET apps against Azure AI Foundry for agents, deployments, or evaluations") so completeness is not capped at 2.

Replace abstract capability nouns with concrete action verbs, e.g., "create and manage agents, deploy models, run evaluations, and upload datasets" to strengthen specificity.

Include natural trigger-term variations users would actually say, such as "Azure AI Foundry agents" or "deploy a model to Azure AI", to improve trigger-term coverage.

DimensionReasoningScore

Specificity

The description names the domain ("Azure AI Projects SDK for .NET", "Azure AI Foundry projects") and lists capability areas ("agents, connections, datasets, deployments, evaluations, and indexes"), but these are resource nouns rather than concrete action verbs like extract/fill/merge, so it is not fully comprehensive on actions.

2 / 3

Completeness

It clearly answers what the skill does ("High-level client for Azure AI Foundry projects including..."), but there is no "Use when..." clause or equivalent explicit trigger guidance, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Terms like "Azure AI Foundry", "agents", and "deployments" are the natural vocabulary a user of this SDK would say, but there are no common variations and no "Use when..." framing, leaving coverage incomplete.

2 / 3

Distinctiveness Conflict Risk

The description targets a clearly defined niche ("Azure AI Projects SDK for .NET" / "Azure AI Foundry") with a distinct product name, making it unlikely to trigger for unrelated skills.

3 / 3

Total

9

/

12

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
boisenoise/skills-collections
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.