원클릭으로
accessibility
Use this skill when adding, changing, or reviewing UI for keyboard, screen reader, semantic, motion, and contrast accessibility.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when adding, changing, or reviewing UI for keyboard, screen reader, semantic, motion, and contrast accessibility.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use this skill for every implementation task to keep changes small, safe, and scoped.
Use this skill when editing Astro pages, layouts, components, and static output.
Use this skill when analyzing or refactoring code for readability, simplicity, and maintainability.
Use this skill when editing styles, spacing, typography, layout, or component appearance.
Use this skill when implementing or modifying static site search with Pagefind.
Use this skill when adding dependencies, scripts, images, embeds, search, analytics, or interactive UI.
SOC 직업 분류 기준
| name | accessibility |
| title | Accessibility Review |
| description | Use this skill when adding, changing, or reviewing UI for keyboard, screen reader, semantic, motion, and contrast accessibility. |
| category | design |
| applies_to | ["HTML","CSS","ARIA","UI components","forms","navigation"] |
| triggers | ["accessibility","keyboard","screen reader","ARIA","focus","contrast","motion","semantic HTML"] |
| priority | high |
| version | 1 |
Accessibility Review Skill
Use this skill whenever adding, changing, or reviewing UI, especially interactive components, navigation, forms, dialogs, theme controls, search, and social links.
This skill applies WCAG-aligned accessibility checks, semantic HTML guidance, ARIA best practices, keyboard usability expectations, and reduced-motion considerations. It is intended for practical UI review, not as a complete formal WCAG audit.
Goal
Identify accessibility barriers and fix them with the smallest effective change. Prefer semantic HTML and native browser behavior before adding ARIA or custom interaction logic.
Core Requirements
Review Checks
Check for the following common issues:
Fix Guidance
When fixing an accessibility issue:
Verification
After making changes, verify:
ARIA Rules
Use ARIA only when native HTML cannot express the required meaning or state.
Good ARIA uses include:
Avoid:
Output Format
When reporting findings, use this format:
Where: [component, file, or UI area] Problem: [brief explanation] Fix: [specific recommendation or code change] Verify: [keyboard, screen reader, contrast, or behavior check]