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".
From hugin-v0npx claudepluginhub michelve/hugin-marketplace --plugin hugin-v0This skill uses the workspace's default tool permissions.
resources/web-interface-guidelines.mdGuides browser automation with Playwright, Puppeteer, Selenium for e2e testing and scraping. Teaches reliable selectors, auto-waits, isolation to fix flaky tests.
Provides checklists to review code for functionality, quality, security, performance, tests, and maintainability. Use for PRs, audits, team standards, and developer training.
Enforces A/B test setup with gates for hypothesis locking, metrics definition, sample size calculation, assumptions checks, and execution readiness before implementation.
Review files for compliance with Web Interface Guidelines.
resources/web-interface-guidelines.mdfile:line formatThe rules are bundled in this skill at resources/web-interface-guidelines.md, sourced from:
The resource file is loaded automatically as context when the skill is invoked — no fetching needed.
When a user provides a file or pattern argument:
resources/web-interface-guidelines.mdIf no files specified, ask the user which files to review.
When invoking this skill with arguments:
$ARGUMENTS - File path or glob pattern to review for Web Interface Guidelines compliance
src/components/Header.tsxsrc/components/**/*.tsx (all TypeScript components)src/pages/*.tsx src/components/*.tsx/web-design-guidelines src/components/Navigation.tsx/web-design-guidelines "src/**/*.tsx"The skill will:
resources/web-interface-guidelines.mdfile:line formatIf invoked without arguments, the skill will prompt for which files or patterns to review.