CtrlK
BlogDocsLog inGet started
Tessl Logo

create-webroles

Creates and configures web roles for a Power Pages code site. Web roles control access and permissions for site users, including authenticated and anonymous roles. Use when the user wants to create, add, set up, or manage web roles for their site.

66

Quality

81%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

62%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill excels in actionability and workflow clarity with concrete YAML templates, explicit validation steps, and well-sequenced phases with clear decision gates. However, it is significantly over-verbose — the caller-suppress mode is explained three separate times across different phases, gate annotations include lengthy rationale blocks inline, and the overall document could be cut by 40-50% without losing any actionable information. The content would benefit from aggressive trimming and moving supplementary documentation to reference files.

Suggestions

Consolidate caller-suppress mode into a single concise section (Phase 0) and use one-line references in Phases 1 and 6 instead of re-explaining the behavior each time.

Move gate annotation rationale blocks (the 'Why we ask' / 'Cancel leaves' explanations) to a separate reference file or reduce them to single-line comments — Claude doesn't need the justification for why a gate exists.

Remove the 'Important Notes' section at the end, which largely repeats information already stated in the phases (key decision points are already marked by gates, progress tracking is already described inline).

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~300+ lines for what is essentially creating YAML files with UUIDs. It over-explains concepts like caller-suppress mode in multiple places (Phase 0, Phase 1, Phase 6), repeats gate annotations with lengthy rationale blocks, and includes extensive commentary that Claude doesn't need (e.g., explaining why auto-deploying is risky). The Phase 0 caller-suppress logic alone takes ~20 lines to explain a simple flag check.

1 / 3

Actionability

The skill provides fully concrete, executable guidance: exact YAML format with field names, the specific UUID generation command, kebab-case file naming convention, exact directory paths, and clear validation criteria. The code examples and file templates are copy-paste ready.

3 / 3

Workflow Clarity

The 6-phase workflow is clearly sequenced with explicit validation in Phase 5 (check UUID format, verify uniqueness constraints, confirm file existence) and a feedback loop ('if any file fails validation, fix the issue before proceeding'). Gate annotations clearly mark decision points with trigger conditions and cancel-leaves consequences. The task tracking table provides deterministic progress visibility.

3 / 3

Progressive Disclosure

The skill references external files (skill-tracking-reference.md, generate-uuid.js, check-version.js) appropriately, but the main body is monolithic — the caller-suppress mode documentation, gate annotations, and detailed phase instructions could benefit from being split out. The gate annotation blocks add significant inline bulk that could be in a separate reference.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a well-crafted skill description that clearly identifies the domain (Power Pages web roles), lists concrete actions, and includes an explicit 'Use when' clause with multiple natural trigger terms. It is concise, specific, and distinctive, making it easy for Claude to select appropriately from a large skill set.

DimensionReasoningScore

Specificity

The description lists specific concrete actions: 'Creates and configures web roles,' 'control access and permissions,' and mentions 'authenticated and anonymous roles' as specific role types. It clearly names the domain (Power Pages code site) and the specific entities being managed.

3 / 3

Completeness

Clearly answers both 'what' (creates and configures web roles for Power Pages, controls access and permissions) and 'when' (explicit 'Use when the user wants to create, add, set up, or manage web roles for their site').

3 / 3

Trigger Term Quality

Includes natural keywords users would say: 'web roles,' 'Power Pages,' 'create,' 'add,' 'set up,' 'manage,' 'permissions,' 'authenticated,' 'anonymous.' These cover common variations of how a user might phrase their request.

3 / 3

Distinctiveness Conflict Risk

Highly specific niche: 'web roles for a Power Pages code site' is a distinct concept unlikely to conflict with other skills. The combination of Power Pages + web roles + permissions creates a clear, unique trigger profile.

3 / 3

Total

12

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
microsoft/power-platform-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.