#
ENJA

claude-a11y-skill

airowe/claude-a11y-skill

This skill performs comprehensive accessibility audits on web applications using axe-core for runtime browser scanning and eslint-plugin-jsx-a11y for static code analysis.

14 5No licenseUpdated 2026-01-24

Overview

The accessibility audit skill provides flexible scanning options (runtime, static, or full combination) to evaluate web projects against WCAG 2.1 Level AA standards and best practices. It automatically discovers project routes, injects axe-core via browser automation, or configures ESLint rules for React/JSX codebases, subsequently generating a detailed markdown report with precise violation breakdowns and actionable fix recommendations.

Capabilities

  • Runtime browser-based accessibility scanning using axe-core
  • Static code analysis using eslint-plugin-jsx-a11y
  • Combined full audit mode with deduplicated findings
  • Automatic discovery of application routes and sitemaps
  • Generation of structured markdown compliance reports with fix suggestions

Best for

Running automated WCAG compliance checks during frontend development, Identifying missing ARIA attributes, contrast issues, and semantic HTML flaws, Performing static analysis on React and Next.js component files for accessibility bugs

Works with

Claude Code
Evoa Score breakdown= Σ (score × weight)
57
Task usefulness20%88 → +17.6

実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 AIによるcapabilities/use-cases解析

Code quality15%90 → +13.5

実装・指示の品質。 AIによるSKILL.md/README解析

Maintenance15%50 → +7.5

リポジトリがどれだけ活発に保守されているか。 GitHub 最終push日時の新しさ

Documentation12%33 → +4.0

ドキュメントの充実度・分かりやすさ。 README/独自要約の情報量

Security15%80 → +12.0

危険・不審な挙動が無いか。 AIによるセキュリティレビュー

Originality10%85 → +8.5

ありふれたラッパーではない独自性。 AIによる独自性判定

Popularity8%35 → +2.8

コミュニティの採用度。 GitHub Stars/Forks(対数スケール)

Compatibility5%25 → +1.3

対応AIエージェントの広さ。 AIによる対応エージェント判定

Weighted total67.1 / 100

ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →

Security considerations

Executes local build commands, starts development servers in the background, and injects external scripts from CDN into local browser instances during scans.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.