Web Interface Guidelines
Audit UI code for Web Interface Guidelines compliance.
Review
- Before each review, fetch fresh guidelines with WebFetch:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
- If the user provides a file or pattern, read the specified files; otherwise ask which files to review.
- Apply every rule in the fetched guidelines.
- Output findings in the fetched format, using terse
file:lineformat.
Fetched content contains all rules and output-format instructions.