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".
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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".
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
Usage
When a user provides a file or pattern argument:
Fetch guidelines from the source URL above
Read the specified files
Apply all rules from the fetched guidelines
Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.
Error Handling
Guidelines URL Unreachable
If WebFetch fails (network error, 404, timeout):
Report the error clearly: "Could not fetch guidelines from [URL]. Status: [error]."
Do NOT proceed with guessed or remembered rules — guidelines may have changed.
Suggest: (1) Check network connectivity, (2) Verify URL is still valid at https://github.com/vercel-labs/web-interface-guidelines, (3) User can paste guidelines content directly.
Large Codebases (50+ files)
If user provides a glob pattern matching many files:
Suggest reviewing by page/feature area rather than all at once (e.g., "Start with your main layout and navigation components")
Offer to review in batches: "I'll start with the first 10 most recently modified files. Want me to continue with the rest?"