CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-mgmt-botservice-py

Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources.

58

Quality

67%

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

The canonical home for this skill is azure-mgmt-botservice-py 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 examples, but it is a monolithic single-file reference with no progressive disclosure and no validation checkpoints around its destructive and secret-handling operations.

Suggestions

Add a confirmation/validation step before destructive calls (e.g. verify the bot exists, confirm with the user) and a verify-after-create check for channels.

Move the bulk API reference (channel/connection model details and the operations/SKU/channel tables) into a separate REFERENCE.md and link to it from SKILL.md.

De-duplicate the credential/client setup by defining it once and referencing it in later examples to trim tokens.

DimensionReasoningScore

Conciseness

The body is code-focused with minimal concept over-explanation and lean section headers, though the credential/client setup is repeated across several examples and could be tightened by referencing the earlier block.

4 / 5

Actionability

Fully executable, copy-paste-ready code covers the common cases — bot CRUD, Teams/Direct Line/Web Chat channels, connection settings, and key listing — with real model classes and parameter values.

5 / 5

Workflow Clarity

An installation → env vars → authentication → operations sequence is present, but destructive operations ('Delete Bot') and secret-bearing connection creation lack any validation or confirmation checkpoint, capping this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

Section headers give reasonable structure, but all 300+ lines of API reference (channel configs, connection settings, operations/SKU/channel tables) are inlined in SKILL.md with no bundle files or external references to split the bulk into.

3 / 5

Total

15

/

20

Passed

Description

62%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 niche and provides an explicit 'Use for' trigger clause, covering both what and when. It is held back by generic action verbs and limited trigger-term variety rather than comprehensive natural keywords.

Suggestions

Replace generic verbs with concrete operations, e.g. 'Create and configure bots, add Teams/Direct Line/Web Chat channels, and manage OAuth connections'.

Add natural trigger synonyms users would say, such as 'chatbot', 'Teams bot', or 'bot channels'.

Tighten the 'when' clause to name specific scenarios, e.g. 'Use when provisioning Azure Bot Service resources or configuring bot channels'.

DimensionReasoningScore

Specificity

Names the domain ('Azure Bot Service Management SDK for Python') and lists actions ('creating, managing, and configuring'), but the verbs are generic and the coverage is not comprehensive — no mention of channels, connections, or keys which the skill actually covers.

3 / 5

Completeness

Both 'what' (the SDK) and 'when' ('Use for creating, managing, and configuring Azure Bot Service resources') are explicitly stated, though the 'when' could be more specific about concrete trigger scenarios.

4 / 5

Trigger Term Quality

Relevant keywords like 'Azure Bot Service', 'Python', and 'bot' are present, but natural synonyms users might say ('chatbot', 'Teams bot', 'bot channels') and file/package extensions are missing.

3 / 5

Distinctiveness Conflict Risk

The Azure Bot Service Management SDK for Python is a clear niche with distinct triggers, with only minor overlap risk against other Azure management SDK skills.

4 / 5

Total

14

/

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.