Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aktsmm avatar

Web Accessibility

  • 5 installs
  • 23 repo stars
  • Updated August 4, 2026
  • aktsmm/agent-skills

web-accessibility is a skill for building and reviewing accessible web UI against WCAG 2.2 AA across forms, dialogs, keyboard, focus and ARIA.

About

This skill builds and reviews accessible web products against WCAG 2.2 AA, treating accessibility as part of the design and implementation flow rather than a late audit. It prioritizes semantics, keyboard access, focus, labels and error identification, then checks UI patterns like forms and dialogs and applies framework-safe fixes for React/Next.js, Angular and Vue. A developer uses it when implementing new UI or fixing keyboard, focus, ARIA or contrast issues before merge.

  • Builds and reviews accessible web UI against WCAG 2.2 AA
  • Covers keyboard flows, focus management, ARIA, contrast and 320px reflow
  • Gives framework-safe fixes for React/Next.js, Angular and Vue

Web Accessibility by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #1,791 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

web-accessibility capabilities & compatibility

Capabilities
code review · ui design
Use cases
frontend · ui design · code review
From the docs

What web-accessibility says it does

Build and review accessible web products using WCAG 2.2 AA.
SKILL.md
Native HTML first. `div role="button"` より `<button>` を優先する
SKILL.md
npx skills add https://github.com/aktsmm/agent-skills --skill web-accessibility

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars23
Last updatedAugust 4, 2026
Repositoryaktsmm/agent-skills

What it does

Build or review web UI for WCAG 2.2 AA accessibility across forms, dialogs, keyboard, ARIA and framework-specific patterns.

Who is it for?

Implementing or reviewing accessible forms, dialogs, navigation, keyboard flows and contrast in React/Angular/Vue apps.

Skip if: Non-web CLI/extension-host changes or Markdown-only accessibility (use markdown-accessibility).

When should I use this skill?

You are implementing new web UI or fixing keyboard, focus, ARIA, label or contrast issues before merge.

What you get

UI operable by keyboard with visible focus, proper names/roles/states, associated labels and adequate contrast.

  • Severity-ordered accessibility findings
  • Component/flow-level fixes
  • Notes on unverified runtime behavior

By the numbers

  • WCAG 2.2 AA baseline
  • 320px reflow check
  • 6-step workflow

Files

SKILL.mdMarkdownGitHub ↗

Web Accessibility

Product 実装や UI レビューで、a11y を後付けの監査ではなく設計・実装フローの中へ入れるための skill。

When to Use

  • Web UI を新規実装するとき
  • 既存 UI の keyboard / focus / form / ARIA / contrast 問題を直すとき
  • Dialog、navigation、table、toast、validation などの振る舞いを見直すとき
  • React / Next.js、Angular、Vue の framework 癖込みで review したいとき
  • 「merge 前に a11y の観点で見てほしい」という依頼を受けたとき

Not the Best Fit

  • Web UI ではない extension host / CLI 中心の変更
  • 既にブラウザ上で再現済みで、runtime の証跡収集と検証を主目的にするケース
  • その場合は Accessibility Runtime Tester のような runtime 検証 agent を優先する
  • Markdown 文書だけのアクセシビリティ改善

Operating Principles

  • Native HTML first. div role="button" より <button> を優先する
  • Severity first. CRITICAL を潰してから IMPORTANT、最後に SUGGESTION を見る
  • Keyboard first. マウスでしか確認していない UI は未完了とみなす
  • Name / role / state を明確にする。見た目だけで意味が伝わっても不十分
  • Review と fix を往復しやすいよう、指摘は component 単位・flow 単位で束ねる

Workflow

1. Scope the surface 対象の page / flow / component、主要タスク、入力手段、利用者制約を確認する。 2. Hit the blocking issues first semantics、keyboard、focus、label、error identification、accessible name を優先する。 3. Check the UI pattern form、dialog、navigation、table、media、notification などの pattern ごとに要件を確認する。 4. Apply framework-safe fixes React / Next.js、Angular、Vue で壊れやすい箇所を framework の流儀で直す。 5. Re-check responsive and visual access contrast、320px reflow、reduced motion、color-only signaling を見直す。 6. Close with a verification note 直した点、未確認の runtime リスク、残件を短く残す。

Decision Points

  • Native element で解けるなら ARIA を増やさない
  • Browser 上の focus trap、route announce、hover/focus popup を確証付きで見たいなら runtime 検証へ切り替える
  • Quick review 依頼なら review checklist を先に回す
  • 実装中なら common UI failures から直しやすい欠陥を先に潰す

Escalation Paths

  • 深い設計レビューや WCAG 観点の広い棚卸しが必要なら Accessibility Expert を使う
  • Browser 上の keyboard flow、dialog、focus return、live region を証跡付きで確認したいなら Accessibility Runtime Tester を使う
  • Markdown 文書の読みやすさや GitHub 上の文書 a11y が主題なら markdown-accessibility を使う

Expected Output

  • 主要な blocking issue を severity 順に並べる
  • 修正する場合は component / flow 単位でまとめて直す
  • 未検証の runtime 挙動は「推測で完了」にせず明示する
  • Browser 実機確認が必要な場合は、可能な static guard や checklist も添える

Reference Map

  • Priority and legal baseline: references/wcag-priority-map.md
  • Common defects and fixes: references/common-ui-failures.md
  • Framework notes: references/framework-patterns.md
  • Final pass checklist: references/review-checklist.md

Done Criteria

  • [ ] Keyboard だけで主要フローを操作できる
  • [ ] Focus が見え、閉じた dialog や overlay から適切に戻る
  • [ ] Interactive element に accessible name / role / state がある
  • [ ] Form の label、required、error、status message が関連付いている
  • [ ] Contrast、reflow、color-only signaling、motion の見落としがない
  • [ ] Framework 固有の a11y regressions を確認した
  • [ ] 未検証の runtime 挙動があれば明示した

Related skills

FAQ

What standard does it target?

WCAG 2.2 AA, applied during design and implementation rather than as a late audit.

Does it cover frameworks?

Yes. It gives framework-safe fixes for React/Next.js, Angular and Vue.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.