
Web Design Guidelines
- 1 installs
- 40 repo stars
- Updated August 4, 2026
- akillness/oh-my-skills
web-design-guidelines is a Claude Code skill that runs a broad web UI/UX audit (layout, clarity, CTA, consistency, states, responsiveness, accessibility basics) and returns one prioritized audit packet.
About
web-design-guidelines runs a broad web UI review for pages, flows, or component surfaces across audit categories such as layout hierarchy, content clarity, CTA emphasis, visual consistency, interaction states, responsiveness, and accessibility basics. A developer uses it to turn a vague design-feedback request into a structured, prioritized audit before launch. It matters because it separates broad interface issues from specialist remediation lanes and produces one concise audit packet ordered by friction and launch risk.
- Runs a broad web UI review across layout, clarity, CTA emphasis, consistency, and states
- Turns vague 'review my UI' requests into one prioritized audit packet with explicit handoffs
- Classifies findings by user friction and launch risk with severity and fix ordering
Web Design Guidelines by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,609 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
web-design-guidelines capabilities & compatibility
- Capabilities
- ui audit · ux review · design review · launch readiness check
- Use cases
- ui design · web design · code review
What web-design-guidelines says it does
Run a broad web UI review for pages, flows, or component surfaces using audit categories such as layout hierarchy, content clarity, CTA emphasis
This is the repo's **broad interface audit / design-review anchor**.
npx skills add https://github.com/akillness/oh-my-skills --skill web-design-guidelinesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 40 |
| Last updated | August 4, 2026 |
| Repository | akillness/oh-my-skills ↗ |
What it does
Turn a vague 'review my UI' request into a structured, prioritized web interface audit before launch.
Who is it for?
Reviewing a landing page, dashboard, signup flow, or settings page for broad interface quality before launch
Skip if: Accessibility-only remediation, component API design, design-system governance, or React performance debugging
When should I use this skill?
The user asks to review a UI, audit a page, or critique UX polish before launch
What you get
One concise UI audit packet prioritized by user friction and launch risk with explicit handoffs
- Prioritized UI audit packet
- Severity and fix ordering
- Handoff routing
By the numbers
- 5 review modes
- 8+ audit categories
Files
Web Design Guidelines
Use this skill when the question is "how good is this interface overall, what is creating friction, and what should we fix first?"
This is the repo's broad interface audit / design-review anchor. It is not just a vendor-rule fetcher and it is not a replacement for specialized neighboring skills.
Read references/review-modes-and-categories.md before handling a broad page or flow review. Read references/handoff-boundaries.md when deciding whether the work belongs here, web-accessibility, responsive-design, ui-component-patterns, design-system, or react-best-practices. Read references/ui-audit-packet-template.md before writing a final review packet.
When to use this skill
- Review a landing page, dashboard, signup flow, settings page, or marketing site for broad interface quality
- Turn "review my UI" or "audit this UX" into a structured audit instead of scattered opinions
- Judge hierarchy, clarity, spacing, consistency, component-state quality, CTA emphasis, and task friction together
- Check whether a screen or flow is ready for implementation, release, or stakeholder review
- Compare a page against broad interface heuristics and practical implementation guidelines
- Convert mixed findings into one prioritized UI audit packet with explicit handoffs
When not to use this skill
- The main task is accessibility remediation, keyboard/focus behavior, labels, semantic HTML, or manual-vs-automated WCAG verification → use
web-accessibility - The main task is viewport adaptation, overflow, breakpoint strategy, or container-aware layout behavior → use
responsive-design - The main task is reusable primitive / slot / variant API design or controlled-vs-uncontrolled component architecture → use
ui-component-patterns - The main task is system-level token governance, visual language, or component-library foundations → use
design-system - The main task is React rendering, hydration, state churn, bundle/runtime behavior, or performance debugging → use
react-best-practicesorperformance-optimization - The task is only to paste automated tool output with no design judgment; run the tool directly, then return here to interpret and prioritize
Core idea
Broad UI review works best when you: 1. define the review surface, 2. classify findings into stable categories, 3. separate broad interface issues from specialist remediation lanes, 4. prioritize by user friction and launch risk, 5. leave behind one concise audit packet.
Do not pretend one checklist, linter, or vendor guideline is the whole answer. Use rule sources and heuristics as inputs, then make a judgment call.
Instructions
Step 1: Frame the review surface
Before judging the UI, identify what kind of surface is being reviewed.
Classify one or more:
- Marketing / landing page — narrative hierarchy, CTA emphasis, scanability, proof, visual trust
- Application screen / dashboard — information density, task flows, states, navigation clarity, recoverability
- Form / onboarding / checkout flow — field clarity, sequencing, error prevention, progress feedback, confirmation
- Settings / admin / CRUD surface — labels, destructive-action clarity, defaults, success/error feedback, table/filter complexity
- Component cluster — consistency and state behavior across repeated controls, but not full component API design
Quick frame:
Review surface:
- Type: application screen + multi-step form
- Primary job: create a new workspace
- Main user risk: hidden next step, weak error recovery, inconsistent button hierarchyIf the request spans too many pages, choose a representative flow or top-priority screens first.
Step 2: Choose the review mode
Pick one primary mode so the review stays bounded.
Modes:
- Launch-readiness audit — broad pre-release review with severity and fix ordering
- Polish / consistency audit — spacing, hierarchy, copy emphasis, component/state consistency
- Flow-friction audit — task completion obstacles, ambiguous steps, error handling, dead ends
- Heuristic audit — evaluate against broad interaction heuristics such as visibility, clarity, control, consistency, and recovery
- Rule-overlay audit — apply an external checklist or source such as Vercel Web Interface Guidelines on top of the broader audit
Good default:
Primary mode: launch-readiness audit
Secondary lens: rule-overlay using Vercel Web Interface GuidelinesStep 3: Review by stable categories
Do not dump random opinions. Group findings into categories.
Use these buckets:
- Hierarchy and scanability — visual priority, section ordering, whitespace, grouping, headline/CTA emphasis
- Clarity and language — labels, CTA wording, helper text, error text, jargon, next-step clarity
- Consistency and component behavior — repeating patterns, button styles, icon use, field treatment, hover/focus/disabled/loading states
- Interaction feedback and recovery — success/error/loading states, empty states, confirmation, undo/cancel, progress visibility
- Navigation and wayfinding — orientation, section labels, breadcrumbs/tabs, location awareness, exit paths
- Responsiveness basics — mobile readability, touch target sanity, overflow, stacking, density changes
- Accessibility basics — contrast sanity, visible focus, semantic structure, keyboard reachability, meaning not encoded by color alone
- Performance and trust signals — slow hero/media, jittery interactions, layout shifts, heavy assets, inconsistent loading behavior
If a category has no material problem, say so briefly instead of forcing findings.
Step 4: Decide whether the issue stays here or routes out
This skill owns the broad interface audit, not every specialized fix.
Typical route-outs:
- Accessibility-only or a11y-heavy remediation →
web-accessibility - Viewport/container adaptation and layout overflow →
responsive-design - Reusable component or primitive API redesign →
ui-component-patterns - Token system / library-wide design governance →
design-system - Render/runtime/perf debugging in React code →
react-best-practicesorperformance-optimization
Use this rule:
- keep the diagnosis and prioritization here,
- route the specialist remediation plan outward when one lane clearly dominates.
Example:
Finding: icon-only buttons are inconsistent and two lack accessible names.
- Keep here: note inconsistency and review impact
- Route out: accessibility remediation details to `web-accessibility`Step 5: Use external rule sources as overlays, not as the entire method
You may use an external rule source, but only as an overlay.
Useful overlays:
- Vercel Web Interface Guidelines — practical web implementation checks across accessibility, focus, forms, motion, performance, and responsive behavior
- Usability heuristics — visibility, match to user language, control, consistency, error prevention, recovery
- Tool output — Lighthouse, axe, design lint, visual regression notes, analytics/heatmaps if provided
Do not say "the audit is complete because the rules file was fetched". Instead say:
Overlay evidence:
- Vercel guideline overlap: focus visibility, form semantics, state clarity
- Heuristic overlap: consistency, error prevention, user control
- Tool overlap: contrast and performance warningsStep 6: Prioritize by friction, not by category count
Use severity that matches user impact.
Suggested scale:
- Critical — blocks task completion, causes likely abandonment, or creates strong mistrust
- High — causes confusion, repeated mistakes, or missing feedback in a core flow
- Medium — weakens clarity, consistency, or efficiency but does not fully block the flow
- Low — polish issue, small inconsistency, or cleanup worth batching
Also label fix effort if helpful:
- low effort / high return
- medium effort / high return
- large redesign / structural follow-up
Step 7: Produce a short audit packet
The output should help someone act, not just admire your opinions.
Preferred format:
# UI Audit Packet
## Surface
- Screen/flow:
- Review mode:
- Primary user job:
## Top findings
1. [Severity] ...
2. [Severity] ...
3. [Severity] ...
## Findings by category
### Hierarchy and scanability
- ...
### Clarity and language
- ...
### Consistency and states
- ...
## Recommended next moves
- Quick wins:
- Follow-up redesigns:
- Route-outs:
## Route-outs
- `web-accessibility`: ...
- `responsive-design`: ...If the user asked for terse review notes, keep the categories but compress each bullet.
Examples
Example 1: broad launch-readiness review
Input: "Review this signup flow before launch. I need hierarchy, CTA, state, mobile, and accessibility basics checked."
Good response shape:
- classify the surface as onboarding / form flow
- choose launch-readiness audit as the primary mode
- group findings into hierarchy, clarity, states, responsiveness basics, and accessibility basics
- prioritize the top blockers
- route keyboard/focus remediation to
web-accessibilityonly if it becomes a specialist follow-up
Example 2: polish review with route-outs
Input: "Audit this dashboard UI for consistency. Buttons, badges, loading states, and mobile layout feel uneven."
Good response shape:
- choose polish / consistency audit
- keep component/state inconsistency in this skill
- route repeated mobile overflow issues to
responsive-design - avoid turning the task into a full design-system rewrite
Step 8: Keep the boundary explicit in your final answer
End broad reviews with a sentence that prevents overlap drift.
Examples:
- "This packet covers broad interface quality; detailed keyboard/focus fixes should move to
web-accessibility." - "The main responsive overflow issues are identified here, but the layout adaptation plan belongs in
responsive-design." - "Component inconsistency is flagged here; reusable primitive/API redesign belongs in
ui-component-patterns."
Output checklist
Before finishing, verify that you included:
- the review surface,
- the chosen review mode,
- categorized findings,
- prioritization,
- explicit route-outs when needed,
- one concise audit packet instead of scattered observations.
Best practices
1. Start from the user task or page goal, not from a random list of visual nits. 2. Use categories to organize the audit so findings can be handed off. 3. Treat accessibility and responsiveness as part of broad review, but route specialist remediation out when they dominate. 4. Prefer 5 strong findings over 25 weak bullets. 5. Use external rule sets as overlays, not substitutes for judgment. 6. Distinguish quick wins from structural redesign follow-up. 7. Keep launch-risk and user-friction language concrete.
References
{
"skill_name": "web-design-guidelines",
"evals": [
{
"id": 1,
"prompt": "Review this signup flow UI before launch. I need broad feedback on hierarchy, CTA clarity, error states, mobile sanity, and whether anything should be routed to an accessibility-specific follow-up.",
"expected_output": "A broad UI audit packet with categorized findings, prioritization, and an explicit route-out to web-accessibility only for specialist remediation.",
"assertions": [
"Activates web-design-guidelines rather than treating the request as accessibility-only",
"Classifies findings into stable UI review categories",
"Includes severity or prioritization language",
"Mentions route-outs when accessibility issues dominate a subset of findings"
]
},
{
"id": 2,
"prompt": "Audit this dashboard UI for consistency. Buttons, badges, empty states, loading states, and navigation all feel uneven. I want one concise UI audit packet, not a redesign system from scratch.",
"expected_output": "A polish/consistency audit that stays in broad UI review mode and does not drift into design-system ownership.",
"assertions": [
"Selects an appropriate review mode such as polish or consistency audit",
"Flags component/state consistency and wayfinding issues",
"Avoids reframing the task as token governance or full design-system work",
"Produces one concise audit packet"
]
},
{
"id": 3,
"prompt": "Please check this settings page against broader web interface guidelines. I care about usability, visual hierarchy, responsiveness basics, and accessibility basics, but the main goal is a broad release-readiness review.",
"expected_output": "A launch-readiness or rule-overlay audit that uses external guidelines as an overlay and keeps the review broader than WCAG-only findings.",
"assertions": [
"Uses a broad release-readiness or rule-overlay framing",
"Treats accessibility as one category, not the whole workflow",
"Includes responsiveness basics and hierarchy review",
"Produces explicit next moves or route-outs"
]
}
]
}
Handoff Boundaries
Use this page when a broad UI review discovers a specialist problem that should move to another skill.
web-design-guidelines owns
- broad page or flow audits
- hierarchy, clarity, consistency, states, wayfinding, and launch-readiness review
- combined audit packets that summarize findings across categories
- prioritization and route-outs
Route to web-accessibility when
- keyboard/focus behavior is the main issue
- accessible names, landmarks, semantic HTML, ARIA, contrast, or manual WCAG verification dominate the work
- the user explicitly wants an accessibility remediation plan
Route to responsive-design when
- overflow, stacking, viewport adaptation, or container-aware behavior is the main problem
- the work is mostly about breakpoints, reflow, touch-target density, or narrow-screen layout strategy
Route to ui-component-patterns when
- the main work is reusable primitive design
- you need slot/variant APIs, controlled/uncontrolled boundaries, or component family architecture
- the team is asking how the component library itself should be structured
Route to design-system when
- the main problem is token governance or system-wide visual language
- the team needs foundations for typography, spacing, color, motion, or layout rules across many screens
- the task is about component-library or product-wide design direction rather than one audit packet
Route to react-best-practices when
- the review reveals React-specific state/render anti-patterns
- the main pain is memoization, effects, hydration, server/client boundaries, or rendering structure
Route to performance-optimization when
- the main work is measurement-led tuning
- the team already knows the friction is caused by slow rendering, asset weight, API latency, DB hot paths, or frame-budget issues
Combined workflow pattern
Often the right flow is: 1. use web-design-guidelines to identify the broad problem and prioritize it, 2. route one or two dominant findings outward, 3. return with a consolidated UI audit packet.
Example:
- Broad finding: pricing page feels untrustworthy and hard to scan.
- Keep in
web-design-guidelines: hierarchy, CTA emphasis, proof ordering, state consistency. - Route out to
web-accessibility: low-contrast pricing toggle and missing focus visibility. - Route out to
responsive-design: mobile card overflow and broken comparison table stacking.
Review Modes and Categories
Use this document to keep web-design-guidelines broad enough to be useful and narrow enough to avoid overlap drift.
Review modes
1. Launch-readiness audit
Use when the team needs a broad pre-release pass.
Focus on:
- hierarchy and scanability
- CTA clarity
- missing feedback states
- obvious accessibility basics
- responsiveness basics
- trust and loading signals
Good output:
- top risks
- quick wins
- follow-up redesigns
- explicit route-outs
2. Polish / consistency audit
Use when the product mostly works but feels uneven.
Focus on:
- spacing consistency
- typography hierarchy
- repeated component mismatches
- icon/button/state inconsistency
- noisy or low-signal visual treatment
3. Flow-friction audit
Use when users can technically finish a task but the interface creates hesitation or missteps.
Focus on:
- unclear next steps
- weak field sequencing
- missing progress feedback
- unclear destructive actions
- dead ends or ambiguous recovery paths
4. Heuristic audit
Use when the request is broad or early-stage and you need a judgment framework.
Common heuristic buckets:
- visibility of system status
- match to user language and mental models
- user control and escape paths
- consistency and standards
- error prevention and recovery
- recognition over recall
- aesthetic clarity and minimalism
5. Rule-overlay audit
Use when the team explicitly wants alignment with a rule source such as Vercel Web Interface Guidelines.
Rule overlays are helpful for:
- consistent terminology
- implementation-facing checks
- reminding you about focus, forms, motion, performance, or responsive basics
Rule overlays are not the entire review. Always combine them with category-based judgment.
Stable categories
Hierarchy and scanability
Ask:
- Is the most important action visually obvious?
- Is the screen easy to scan in 5–10 seconds?
- Are related elements grouped clearly?
Clarity and language
Ask:
- Are labels and CTAs specific?
- Is the next step obvious?
- Do error/help messages explain what to do next?
Consistency and component behavior
Ask:
- Do repeated components follow one pattern?
- Are states consistent across hover/focus/disabled/loading?
- Are icons and badges used predictably?
Interaction feedback and recovery
Ask:
- Is loading visible?
- Is success/failure obvious?
- Can users cancel, undo, or recover?
Navigation and wayfinding
Ask:
- Do users know where they are?
- Can they move backward safely?
- Are tabs, breadcrumbs, sidebars, and section labels coherent?
Responsiveness basics
Ask:
- Does the layout still read well on narrow screens?
- Are touch targets usable?
- Does content overflow, truncate, or collapse awkwardly?
Accessibility basics
Ask:
- Is focus visible?
- Is keyboard navigation plausible?
- Is contrast readable?
- Is meaning understandable without color alone?
Performance and trust signals
Ask:
- Are heavy assets or unstable loading harming confidence?
- Do skeletons/spinners help users understand waiting?
- Are layout shifts or jank damaging the experience?
Prioritization rule
Prioritize by user friction and launch risk, not by how many categories a problem touches.
A single broken next step in checkout beats ten minor spacing inconsistencies.
UI Audit Packet Template
Use this structure for the final output.
# UI Audit Packet
## Surface
- Screen/flow:
- Review mode:
- Primary user job:
- Main risk:
## Executive summary
- 1–2 sentences on overall quality and the highest-friction issue
## Top findings
1. [Critical|High|Medium|Low] Finding title — why it matters
2. [Critical|High|Medium|Low] Finding title — why it matters
3. [Critical|High|Medium|Low] Finding title — why it matters
## Findings by category
### Hierarchy and scanability
- ...
### Clarity and language
- ...
### Consistency and states
- ...
### Navigation and wayfinding
- ...
### Responsiveness basics
- ...
### Accessibility basics
- ...
### Performance and trust signals
- ...
## Recommended next moves
- Quick wins:
- Medium follow-ups:
- Structural redesigns:
## Route-outs
- `web-accessibility`: ...
- `responsive-design`: ...
- `ui-component-patterns`: ...
- `design-system`: ...Writing tips
- Prefer concrete friction language over taste-based adjectives.
- Tie each finding to a user job or task interruption.
- Keep route-outs explicit so the audit does not become a catch-all frontend review.
- If the user asked for terse output, keep the same sections but compress each bullet.
N:web-design-guidelines
D:UI code review based on the Vercel Web Interface Guidelines. When asked "review my UI", "check accessibility", "audit design", or "review UX", fetch the latest guidelines and report violations in `file:line` format.
G:UI review web-interface guidelines vercel design-audit UX accessibility
U[5]:
UI code review — check compliance with Web Interface Guidelines
Accessibility check — when asked "check accessibility"
Design audit — when asked "audit design"
UX review — when asked "review UX"
Best practices review — when asked "check my site against best practices"
S[3]{n,action,details}:
1,Fetch Guidelines,WebFetch URL:https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md - extract latest rules
2,Analyze Files,Read user-provided files/patterns (React/Vue/Svelte, HTML, CSS/SCSS, TypeScript/JavaScript)
3,Report Violations,Apply all rules from fetched guidelines -> output location, issue, and fix suggestions in `file:line` format
R[3]:
Fetch latest guidelines from the source URL on every review (no cache)
Check every rule from the fetched guidelines (no partial checks)
Always specify violation locations in `file:line` format
E[2]{desc,in,out}:
"Button component review","Review my UI code: src/components/Button.tsx","src/components/Button.tsx:15 - Button should have aria-label for icon-only buttons\nsrc/components/Button.tsx:32 - Focus indicator missing"
"Full component audit","Check accessibility: src/**/*.tsx","src/components/Modal.tsx:42 - Modal should trap focus\nsrc/pages/Home.tsx:8 - Main content should be wrapped in <main>"
Related skills
FAQ
What review modes does it offer?
Launch-readiness, polish/consistency, flow-friction, heuristic, and rule-overlay audits.
When should you route elsewhere?
For accessibility remediation use web-accessibility, for responsive layout use responsive-design, for React perf use react-best-practices.