← Back to list

accessibility-audit
by dayoumin
한국 수산생물 최초기록 문헌 검색 시스템
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: accessibility-audit description: | 웹 접근성(WCAG 2.1 AA) 전문 감사 스킬. 색상 대비, 키보드 네비게이션, 스크린 리더 호환성, 시맨틱 HTML을 심층 검토합니다. Use when: auditing accessibility, checking a11y compliance, reviewing ARIA usage, or verifying keyboard navigation. Triggers: 접근성 검사, a11y 체크, WCAG 확인, accessibility audit, a11y check, screen reader test allowed-tools:
- Read
- Glob
- Grep
Accessibility Audit Skill (WCAG 2.1 AA)
Comprehensive web accessibility audit following WCAG 2.1 Level AA guidelines.
When to Activate
- User mentions "접근성", "a11y", "accessibility", "WCAG"
- Reviewing forms, navigation, or interactive components
- Before release accessibility verification
Audit Checklist
1. Perceivable
Text Alternatives
- All
<img>have meaningfulaltattributes - Decorative images use
alt=""oraria-hidden="true" - Icon buttons have
aria-label
Color Contrast
- Normal text: 4.5:1 ratio
- Large text (18px+): 3:1 ratio
- UI components: 3:1 ratio
- Information not conveyed by color alone
Content Structure
- Heading levels sequential (h1 → h2 → h3)
- Landmark roles (
<header>,<nav>,<main>,<footer>) - Lists use
<ul>,<ol>,<dl>
2. Operable
Keyboard Access
- All interactive elements Tab-accessible
- Logical focus order
- No keyboard traps (except modals)
- Skip links available
Focus Indication
- Focus states visually clear
- Pattern:
focus-visible:ring-2 focus-visible:ring-ring - Proper
:focus-visiblevs:focususage
Touch Targets
- Minimum 44x44px (iOS) / 48x48dp (Android)
- 8px+ spacing between targets
3. Understandable
Form Labels
- All inputs have associated
<label>(htmlFor) - Error messages linked to input fields
- Required fields marked (
aria-required)
Error Handling
- Error messages use
role="alert"oraria-live="polite" - Focus moves to error on occurrence
- NO
alert()usage → use toast or inline errors
4. Robust
ARIA Usage
-
aria-label: name for unlabeled elements -
aria-describedby: additional descriptions -
aria-expanded: expand/collapse state -
aria-current: current location in navigation -
aria-hidden: hide decorative elements
Dynamic Content
-
aria-liveregions for updates -
aria-busyfor loading states
Report Format
# ♿ Accessibility Audit Report
## Summary
- **WCAG 2.1 AA Compliance**: X%
- **Critical Issues**: N
- **Warnings**: N
## Violations
### [Critical] 1.4.3 Color Contrast
- **Location**: file:line
- **Current**: 3.2:1
- **Required**: 4.5:1
- **Fix**: `text-gray-600` → `text-gray-700`
## Passed Checks
[List of passed items]
## Recommendations
[Optional improvements]
Resources
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon