tailwind-review

Analyze Tailwind CSS v3/v4 discrepancies, redundancies, and accessibility gaps across HTML and framework files.

Updated May 18, 2026
One-click install
npx skills add https://github.com/gaspanik/vanilla-tailwind4-starter --skill tailwind-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind-review
Source: https://github.com/gaspanik/vanilla-tailwind4-starter/tree/main/.claude/skills/tailwind-review
Command: npx skills add https://github.com/gaspanik/vanilla-tailwind4-starter --skill tailwind-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tailwind CSS reviews can be error-prone and time-consuming; this skill automates detection of v3/v4 pitfalls and accessibility issues.

Core Features & Use Cases

  • 5-dimension analysis: class redundancy, v3→v4 migration checks, design token usage, accessibility checks, and HTML structure checks.
  • Works across HTML, React, Vue, Svelte, and Astro files.
  • Generates actionable feedback and suggested fixes.

Quick Start

Integrate this skill into your review workflow to automatically identify and fix Tailwind v3/v4 issues.

Frequently Asked Questions about tailwind-review

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

FAQPage Schema
How do I check my code for Tailwind v3 to v4 migration issues?

To check Tailwind v3 to v4 migration issues, analyze your project files to automatically detect discrepancies like space-x and space-y changes, ensuring safe framework upgrades. This process reviews HTML, React, Vue, Svelte, and Astro files for version-specific pitfalls.

What is the best way to find conflicting Tailwind CSS classes and redundancies?

Finding conflicting Tailwind CSS classes and redundancies involves analyzing class usage across your components to detect issues like conflicting flex and hidden utilities. This automated review generates actionable feedback and concrete fixes based on design tokens.

Does this Tailwind review process work with React and Vue files?

Yes, the Tailwind review process works with React and Vue files, alongside HTML, Svelte, and Astro. It analyzes framework-specific files to identify v3/v4 discrepancies, redundancies, and accessibility gaps, proposing concrete fixes based on the v3-to-v4 reference.

How do I audit my HTML structure for missing ARIA semantics in Tailwind projects?

Auditing HTML structure for missing ARIA semantics in Tailwind projects requires a five-dimension analysis covering accessibility checks. It identifies accessibility gaps and documents findings with proposed fixes based on established accessibility guidelines.

Why does my Tailwind space-x utility break after a v4 migration?

Your Tailwind space-x utility breaks after a v4 migration due to syntax and behavior changes documented in the v3-to-v4 reference. Analyzing your HTML and framework files detects these specific discrepancies and proposes concrete fixes to restore correct styling.

Can I automate design token usage checks for my Tailwind CSS?

You can automate design token usage checks for Tailwind CSS by running a comprehensive review across your project files. This analysis evaluates token application, detects redundancies, and ensures correctness by proposing actionable fixes based on your design system.