What problem does it solve? UI codebases often accumulate hardcoded colors, outdated Chakra v2 patterns, missing accessibility attributes, and inconsistent styling from mixed sources like Tailwind or styled-components. This Skill provides a structured review and refactor workflow that catches these issues and produces correct, theme-aware Chakra UI v3 code. ## Core Features & Use Cases - Structured Code Review: Categorizes findings into Critical issues, Improvements, and Optional suggestions across accessibility, responsiveness, API correctness, token usage, and maintainability. - Multi-Source Conversion: Converts plain HTML/CSS, Tailwind, CSS Modules, and styled-components into Chakra UI v3 with mapping tables for classes, props, and semantic tokens. - v2 to v3 Migration: Updates legacy patterns like colorScheme, isDisabled, sx, and FormControl to their v3 equivalents such as colorPalette, disabled, css, and Field.Root. - Use Case: A developer pastes a Tailwind-based card component and asks to convert it; the Skill rewrites it with Flex, SimpleGrid, semantic tokens like bg.subtle, and responsive breakpoint objects while preserving all event handlers and state logic. ## Quick Start Ask the assistant to review or convert your component to Chakra UI v3, for example by pasting your component code and requesting a refactor to idiomatic Chakra with semantic theme tokens.