Check design consistency across components
check_consistencyAnalyze components from different libraries for design inconsistencies such as mismatched border-radius, hardcoded colors, missing dark-mode variants, and conflicting libraries. Get actionable pointers to normalize your UI before shipping.
Instructions
Given a set of components (from get_component / search results), statically analyze their source for design clashes when mixed together: inconsistent border-radius scales, hardcoded colors vs theme tokens, missing dark-mode variants, and conflicting icon/animation libraries. Returns findings with concrete pointers so you can normalize the UI before shipping. Run this after assembling components from different libraries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | The components you plan to use together |