Content
12%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a generic WCAG cheat sheet that restates widely known accessibility principles Claude already understands. It lacks any executable code examples, concrete patterns, project-specific guidance, or workflow structure. The content would benefit enormously from being condensed to project-specific rules and augmented with actionable code snippets.
Suggestions
Replace abstract bullet points with concrete, executable code examples (e.g., show a complete accessible form component, a proper ARIA live region implementation, or an axe-core test setup).
Remove or drastically condense sections that restate standard WCAG knowledge Claude already knows (semantic HTML basics, color contrast ratios, alt text requirements) and focus on project-specific patterns or non-obvious gotchas.
Add a clear workflow with validation checkpoints, e.g., '1. Implement component → 2. Run axe-core check → 3. Fix violations → 4. Manual screen reader test → 5. Verify in CI pipeline'.
Split detailed reference material (ARIA patterns, testing tools, CSS practices) into separate bundle files and provide a concise overview with links in the main SKILL.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is extremely verbose and largely restates well-known web accessibility guidelines that Claude already knows. Almost every bullet point (semantic HTML, ARIA roles, color contrast ratios, keyboard navigation) is standard knowledge that doesn't need to be spelled out. The content reads like a WCAG summary rather than adding novel, project-specific guidance. | 1 / 3 |
Actionability | The entire skill consists of abstract guidelines and best-practice bullet points with zero executable code, no concrete examples, no code snippets, and no specific commands. Statements like 'Use aria-label for elements without visible text labels' describe rather than instruct with actionable, copy-paste-ready patterns. | 1 / 3 |
Workflow Clarity | There is a logical structure moving from principles to implementation to testing, and the testing section mentions specific tools and steps. However, there are no explicit validation checkpoints, no sequenced workflow for implementing accessibility in a project, and no feedback loops for catching and fixing issues. | 2 / 3 |
Progressive Disclosure | The content is a monolithic wall of bullet points with no references to external files, no layered structure, and no navigation aids. All content is inline regardless of depth or complexity, and there are no bundle files to support progressive disclosure. | 1 / 3 |
Total | 5 / 12 Passed |