verify-frontend-ui

Validate frontend UI components against design tokens, ARIA, and responsiveness.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/bigbulgogiburger/rag-bio --skill verify-frontend-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-frontend-ui
Source: https://github.com/bigbulgogiburger/rag-bio/tree/main/.claude/skills/verify-frontend-ui
Command: npx skills add https://github.com/bigbulgogiburger/rag-bio --skill verify-frontend-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of frontend UI components against established design principles, accessibility standards, and technical best practices, ensuring a high-quality and consistent user experience.

Core Features & Use Cases

  • Design System Compliance: Verifies adherence to design tokens (HSL CSS variables, Tailwind semantic classes).
  • Accessibility Audit: Checks for ARIA roles, labels, keyboard navigation, and focus management.
  • Responsiveness & Theming: Validates dark mode compatibility and mobile responsiveness.
  • Use Case: After updating the Button.tsx component and modifying Tailwind theme colors in tailwind.config.ts, run this Skill to confirm that the changes maintain accessibility, dark mode support, and adhere to the design system.

Quick Start

Run the UI verification checks for the frontend components.

Frequently Asked Questions about verify-frontend-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify frontend UI components against shadcn/ui patterns and Tailwind CSS best practices?

To verify frontend UI components against shadcn/ui patterns and Tailwind CSS best practices, this Skill automates the validation of your code against design tokens, semantic classes, and established technical standards to ensure high-quality user experiences.

How can I audit my React components for ARIA roles and keyboard navigation accessibility?

You can audit React components for ARIA roles and keyboard navigation accessibility by running this Skill, which checks for proper ARIA labels, roles, keyboard navigation, and focus management to enforce accessibility guidelines.

Does this UI verification tool check dark mode compatibility and mobile responsiveness?

Yes, this UI verification tool checks dark mode compatibility and mobile responsiveness by validating mobile-first design principles and theming structures to ensure your frontend adapts correctly across different screen sizes and color schemes.

What is the best way to ensure design system compliance with HSL CSS variables and Tailwind semantic classes?

The best way to ensure design system compliance with HSL CSS variables and Tailwind semantic classes is to use this Skill, which automatically verifies that your frontend components adhere to established design tokens and styling conventions.

Can I use this tool to check my Button.tsx component after modifying tailwind.config.ts?

Yes, you can use this tool to check your Button.tsx component after modifying tailwind.config.ts, as it is specifically designed to confirm that component updates and theme modifications maintain accessibility, dark mode support, and design system adherence.

Why does my frontend UI verification fail when testing responsiveness and theming?

Frontend UI verification fails when testing responsiveness and theming if your components do not properly implement mobile-first design principles, lack dark mode compatibility, or deviate from the expected Tailwind CSS and shadcn/ui dark mode patterns.