Frontend quality auditor
Skill TheGoat395/Codex-Skills/skills/frontend-quality-auditor
Codex-first Agent Skills library for premium frontend, website, motion, accessibility, QA, and handoff workflows.
npx -y skills add TheGoat395/Codex-Skills --skill frontend-quality-auditorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Audit frontend websites and apps before launch. Use for production-readiness reviews, visual polish checks, responsive QA, accessibility risks, performance and SEO basics, interaction states, forms, media, copy clarity, trust signals, and ship/no-ship recommendations for React, Next.js, static sites, dashboards, landing pages, portfolios, and product UI.
SKILL.md
4.2 KB, as published. Nobody here has run it
Frontend Quality Auditor
Use this skill to decide whether a frontend is ready to ship and what should be fixed first.
Core Contract
Produce a concise, evidence-based quality report. Do not redesign the product unless the user explicitly asks for fixes. The default output is an audit, not a rebuild.
Audit Workflow
- Identify the project type, framework, entry routes, styling system, scripts, and available preview or deployment URL.
- Inspect source structure first, then inspect rendered output when a browser or screenshot workflow is available.
- Review desktop and mobile breakpoints before judging visual quality.
- Check the launch-critical surfaces: hero or first screen, navigation, primary CTA, forms, media, interactive states, footer, error/loading/empty states, and any checkout, booking, pricing, or dashboard flows.
- Classify issues by severity:
- Blocker: likely broken, inaccessible, misleading, unusable, or launch-damaging.
- High: visibly unprofessional, confusing, slow, fragile, or trust-reducing.
- Medium: polish, consistency, or resilience issue worth fixing soon.
- Low: minor refinement that should not block launch.
- Recommend the smallest useful next action for each meaningful issue.
- End with a clear Ship, Ship after fixes, or Do not ship yet judgment.
Review Areas
- Visual polish: hierarchy, spacing, typography, alignment, density, color, contrast, icon use, media treatment, empty space, and generic AI-looking patterns.
- Responsive behavior: mobile composition, tablet layout, overflow, touch targets, nav behavior, media crops, and text wrapping.
- Accessibility: semantic structure, headings, labels, focus states, keyboard paths, alt text, contrast, reduced motion, ARIA misuse, and modal/menu behavior.
- Performance: image and video weight, layout shift risk, font loading, animation cost, bundle hints, third-party scripts, and Core Web Vitals concerns.
- SEO and sharing basics: title, description, canonical, Open Graph, heading order, crawlable content, image alt text, sitemap/robots signals when relevant.
- Interaction quality: hover, focus, active, disabled, loading, error, success, offline, retry, and empty states.
- Content and trust: vague claims, placeholder copy, weak CTAs, unsupported proof, unclear pricing or contact flows, missing legal or support signals where expected.
Use Specialist Skills When Available
Route deep follow-up work to focused skills instead of bloating this audit:
browser-inspection-workflowfor rendered browser inspection and evidence capture.visual-polish-qaorresponsive-visual-polish-qafor visual fixes.mobile-responsive-qafor phone and tablet layout issues.accessibility-audit-websitesfor detailed accessibility remediation.performance-audit-websitesorperformance-budget-labfor speed and Core Web Vitals.seo-technical-qafor launch SEO checks.cross-browser-qafor browser compatibility.anti-generic-website-reviewfor generic AI output and weak design patterns.content-pruning-review,non-generic-web-copy, orcta-language-systemsfor copy and conversion clarity.
Output Format
Use this structure unless the user asks for something else:
- Verdict: Ship, ship after fixes, or do not ship yet.
- Top Risks: The 3-5 issues most likely to affect users or trust.
- Findings: Severity, location, evidence, impact, and recommended fix.
- Quick Wins: Small improvements with high visible payoff.
- Specialist Follow-Ups: Which focused skills or checks should be run next.
- Verification Notes: Commands, URLs, viewports, screenshots, and checks actually performed.
Read references/audit-checklist.md for the full checklist when performing a complete launch-readiness review.