Loading...
Loading...
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
npx skill4agent add supercent-io/skills-template web-design-guidelinesfile:linehttps://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.mdWebFetch URL: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Prompt: "Extract all UI rules and guidelines"내 UI 코드 리뷰해줘:
- 파일: src/components/Button.tsx접근성 체크해줘:
- 패턴: src/**/*.tsxfile:linesrc/components/Button.tsx:15 - Button should have aria-label for icon-only buttons
src/components/Modal.tsx:42 - Modal should trap focus within itself
src/pages/Home.tsx:8 - Main content should be wrapped in <main> element#UI#review#web-interface#guidelines#vercel#design-audit#UX#frontend