com um clique
com um clique
Use WebQA to test websites, web pages, URLs, login flows, search flows, forms, navigation, and core user journeys with an AI browser QA agent.
Traverse all interactive elements on the page — click clickables,
Run a Nuclei security scan against the target URL and report
Decompose a task into steps with completion checkpoints.
Structured error recovery for failed or ineffective browser
| name | ui-audit |
| description | UI audit for hierarchy, accessibility, and UX. |
| when_to_use | When auditing a web UI for design or accessibility. |
| author | Tommy Geoco |
| license | MIT |
Evaluate interfaces against proven UX principles.
load_skill(skill_name="ui-audit", reference="00-core-framework")23-patterns-visual-hierarchy if needed12-checklist-visual-style if needed27-patterns-accessibility if needed31-patterns-navigation22-patterns-cognitive-load26-patterns-error-handling29-patterns-onboarding25-patterns-feedback{
"title": "Page/Screen Name",
"url": "https://...",
"date": "YYYY-MM-DD",
"visual_hierarchy": {
"title": "Visual Hierarchy",
"checks": [
{ "label": "Check name", "status": "pass|warn|fail", "notes": "Details" }
]
},
"visual_style": { "title": "Visual Style", "checks": [...] },
"accessibility": { "title": "Accessibility", "checks": [...] },
"priority_fixes": [
{ "rank": 1, "title": "Fix title", "description": "What and why", "framework_reference": "XX-filename → Section" }
],
"notes": "Overall observations"
}
Visual Hierarchy: heading distinction, primary action clarity, grouping/proximity, reading flow, type scale, color hierarchy, whitespace usage, visual weight balance
Visual Style: spacing consistency, color palette adherence, elevation/shadows, typography system, border/radius consistency, icon style, motion principles
Accessibility: keyboard operability, visible focus, color contrast (4.5:1), touch targets (44px), alt text, semantic markup, reduced motion support
Load references on demand as each audit step requires them.
Call: load_skill(skill_name="ui-audit", reference="<name>")
00-core-framework — 3 pillars, decisioning workflow, macro bets01-anchors — 7 foundational mindsets for design resilience02-information-scaffold — Psychology, economics, accessibility, defaults10-checklist-new-interfaces — 6-step process for designing new interfaces11-checklist-fidelity — Component states, interactions, scalability, feedback12-checklist-visual-style — Spacing, color, elevation, typography, motion13-checklist-innovation — 5 levels of originality spectrum20-patterns-chunking — Cards, tabs, accordions, pagination, carousels21-patterns-progressive-disclosure — Tooltips, popovers, drawers, modals22-patterns-cognitive-load — Steppers, wizards, minimalist nav, simplified forms23-patterns-visual-hierarchy — Typography, color, whitespace, size, proximity24-patterns-social-proof — Testimonials, UGC, badges, social integration25-patterns-feedback — Progress bars, notifications, validation, contextual help26-patterns-error-handling — Form validation, undo/redo, dialogs, autosave27-patterns-accessibility — Keyboard nav, ARIA, alt text, contrast, zoom28-patterns-personalization — Dashboards, adaptive content, preferences, l10n29-patterns-onboarding — Tours, contextual tips, tutorials, checklists30-patterns-information — Breadcrumbs, sitemaps, tagging, faceted search31-patterns-navigation — Priority nav, off-canvas, sticky, bottom nav40-defects-text-quality — Spelling, grammar, tone, language consistency41-defects-layout-missing — Layout bugs, overflow, missing elements, broken images