Microsoft's official Playwright skill — drives a real browser from the command line using accessibility snapshots and element refs, and plans, generates and heals Playwright tests.
Web Interface GuidelinesSkill
Summary
Audit UI code against Vercel's Web Interface Guidelines — accessibility, interaction, performance and layout rules — reported as terse file:line findings.
Features
- Audits UI code against the published Web Interface Guidelines
- Fetches the current ruleset on every run, so reviews never go stale
- Terse file:line findings that feed straight back as a fix list
- Accepts a file path or glob pattern to scope the review
- Covers accessibility, interaction, motion, layout and performance
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Review components/*/.tsx against the Web Interface Guidelines.
Description
"Review my UI" is a request most agents answer with vibes. This skill turns it into a checklist run against a published, versioned rulebook: Vercel's Web Interface Guidelines, covering accessibility, keyboard and pointer interaction, form behaviour, motion, layout and front-end performance.
The design choice worth noting is that the skill does not embed the rules. It fetches them fresh from the vercel-labs/web-interface-guidelines repository at the start of every review, so an audit run today uses today's guidelines rather than whatever was current when the skill was installed. That keeps a fast-moving standard from silently going stale inside your project.
Output is deliberately terse — findings in file:line form, no essay around each one — which makes the result easy to work through and easy to feed straight back into the agent as a fix list. You pass a file or a glob; if you do not, the skill asks which files to review rather than guessing at the whole repository.
Typical triggers are "review my UI", "check accessibility", "audit design" and "check my site against best practices". It is the review counterpart to Vercel's React Best Practices skill: that one shapes how the code is written, this one checks what the interface actually does. MIT-licensed, maintained by Vercel.
Related Skills
Google's official agent skill for writing production Maps Platform code — grounded in freshly fetched docs, with a demo key path that needs no billing account.
Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.