一键导入
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 页面并帮你完成安装。
基于 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]
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.