원클릭으로
ui-accessibility-review
UI quality, responsiveness, and accessibility review checklist for Nuxt/Tailwind
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
UI quality, responsiveness, and accessibility review checklist for Nuxt/Tailwind
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured brainstorming for exploring new features or solving complex problems
Scope, architect, and plan new tasks
Multi-angle code review before merging
Summarize the day's work and put it in context
Wrap up work — atomic commits and push to origin
Full end-to-end (E2E) testing skill utilizing the browser. Make sure to use this skill whenever the user asks to "test the app", "run end to end tests", "verify the UI", "check if the app works", or wants you to use the browser to interact with and test the application flow. This skill orchestrates creating a test plan, getting user approval, navigating the application using the browser, independently fixing obstacles, and generating a progressive test report.
| name | ui-accessibility-review |
| description | UI quality, responsiveness, and accessibility review checklist for Nuxt/Tailwind |
Review checklist for UI code quality, responsive design, and WCAG AA compliance. Use during the UI/accessibility pass of /review or when auditing frontend code. References 24_accessibility.md and 23_design_system.md as source rules.
text-[17px]p-[13px]BaseButton, BaseInput, etc.) — no raw HTML for standard controls<NuxtImg> with appropriate sizes attributeprefers-reduced-motion media query<nav>, <main>, <article>, <button>, <a><h1> per page, heading levels are sequential (no skipping)<button> (actions) or <a> (navigation) — not <div @click><ul>/<ol>, tabular data uses <table>aria-live regionsalt textalt=""<label> elements with for/id associationaria-describedbyrequired attribute and visual indicatoraria-label or aria-labelledby on icon-only buttonsaria-expanded on toggles and disclosure widgetsaria-hidden="true" on decorative icons paired with textrole="button" on <button>)<div> as button), contrast failures, no alt text on meaningful imagesprefers-reduced-motion