| name | web-design-guidelines |
| description | 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". |
| argument-hint | <file-or-pattern> |
| user-invocable | true |
Web Interface Guidelines
Review files for compliance with Web Interface Guidelines.
How It Works
- Read the rules from command.md
- Read the specified files (or prompt user for files/pattern)
- Check against all rules
- Output findings in the terse
file:line format
Usage
When a user provides a file or pattern argument:
- Read command.md for the full ruleset
- Read the specified files
- Apply all rules
- Output findings using the format specified in command.md
If no files specified, ask the user which files to review.