web-interface-guidelines-review
Installation
SKILL.md
Web Interface Guidelines Review
Audit frontend files for accessibility, interaction quality, performance, and content rules. Return concise findings in file:line format grouped by file, with no preamble.
When to use
- Use case 1: When you need a fast compliance pass on UI components before merge
- Use case 2: When a team wants consistent accessibility and interaction quality checks
- Use case 3: When reviewers need terse, high-signal findings instead of long explanations
Required tools / APIs
rg(ripgrep) — fast code search across source filesnode(optional) — structured scans and report generation- No external API required
Install options: