CtrlK
BlogDocsLog inGet started
Tessl Logo

audit-accessibility

Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.

58

Quality

66%

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 ./.agents/skills/audit-accessibility/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

78%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 a lean, well-structured, actionable workflow with concrete gradle commands and accessibility API signatures and clear sequencing with validation checkpoints, with only minor redundancy and an abstract contrast-check step.

Suggestions

De-duplicate the gradle verification commands between the Baseline and Verify sections, or have Verify reference the Baseline commands, to tighten token efficiency.

Make the WCAG color-contrast step more actionable by naming a specific contrast ratio (e.g. 4.5:1) or a tool/method to compute it.

Add an explicit error-recovery loop in the Verify section (e.g. if tests fail, fix and re-run) to raise workflow clarity.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence (no explanation of what accessibility is), with only minor trimmable redundancy: the Objective repeats the description and the Verify section re-runs the Baseline gradle commands.

4 / 5

Actionability

Provides concrete executable commands (./gradlew test, verifyPlugin) and concrete API signatures (setAccessibleName, setAccessibleDescription) plus specific class types, with only minor gaps such as the abstract WCAG contrast check lacking a named tool or ratio.

4 / 5

Workflow Clarity

The seven-step process is clearly sequenced with validation checkpoints (Baseline stability checks and Verify regression checks), but lacks an explicit validate-fix-retry error-recovery loop, fitting the "clear sequence with most checkpoints" anchor.

4 / 5

Progressive Disclosure

The skill is under 50 lines with no external references and is organized into clear numbered sections, meeting the rubric's simple-skill exception that allows a 5 for well-organized self-contained skills.

5 / 5

Total

17

/

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 states the skill's purpose and uses several natural accessibility terms, but it lacks an explicit "Use when..." trigger clause and does not enumerate multiple specific actions, which limits completeness and specificity.

Suggestions

Add a "Use when..." clause naming concrete triggers, e.g. auditing a plugin for screen-reader support, keyboard navigation, or WCAG color contrast.

Enumerate concrete actions performed (set accessible names/descriptions, verify focus traversal, check WCAG contrast) to raise specificity.

Include common synonyms users say ("a11y", "WCAG", "keyboard navigation") to improve trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain (plugin UI accessibility) and a concrete action ("accessible to users with screen readers and other assistive technologies") but does not enumerate several specific actions, fitting the anchor for 1-2 concrete actions without comprehensive coverage.

3 / 5

Completeness

Has a clear "what" (ensure components are accessible) but no "Use when..." trigger clause, so per the rubric's cap a missing explicit trigger guidance holds completeness at 3.

3 / 5

Trigger Term Quality

Includes relevant natural keywords ("screen readers", "assistive technologies", "accessible") but omits common variations such as "a11y", "WCAG", and "keyboard navigation", matching the anchor for some relevant keywords missing synonyms.

3 / 5

Distinctiveness Conflict Risk

Targets a fairly distinct niche (plugin custom UI accessibility) with low conflict risk, with only minor overlap against closely related plugin-development skills, matching the "mostly distinct" anchor.

4 / 5

Total

13

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
flutter/flutter-intellij
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.