← スキル一覧に戻る

audit-accessibility
by dthompson-jti
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: audit-accessibility description: WCAG 2.1 AA accessibility audit. Use to ensure the application is accessible to all users.
Audit Accessibility
WCAG 2.1 AA compliance review.
When to Use
- Before releases
- After adding interactive components
- Accessibility compliance check
Approach
Step 1: Project Invariants (Required)
Before auditing, check docs/knowledge-base/ for accessibility-specific constraints:
- Any documented a11y requirements
- Component-specific ARIA patterns
- Flag any violation of documented invariants as Critical priority.
Step 2: Focus Areas
Screen Reader
- Interactive elements announced correctly
- Form labels read properly
- Error messages conveyed
- Landmarks defined
Keyboard Navigation
- All controls reachable via Tab
- Focus order logical
- Focus visible (ring)
- Escape closes modals
Color & Contrast
- Text contrast ≥4.5:1 (normal), ≥3:1 (large)
- Not relying on color alone
- Works with high contrast mode
Motion
- Respects
prefers-reduced-motion - No auto-playing animations >5s
Step 3: Testing
- Run automated tools (Lighthouse, axe)
- Manual keyboard testing
- Screen reader spot-check
Output
Prioritized findings with WCAG criterion references (e.g., "WCAG 1.4.3 Contrast").
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です