ui-component-audit
Installation
SKILL.md
UI Component Audit (DataConnect)
Scope
Use this skill to audit or refactor React components to align with:
docs/260202-ui-implementation-typography.mdAGENTS.md(no comment overwrites; do not change styles/classes unless asked)- Vercel React best practices + composition patterns
Quick Start (Audit)
- Read target component(s).
- Read
docs/260202-ui-implementation-typography.mdandAGENTS.md. - List violations by file with terse bullets.
- If asked to fix, apply minimal diff.
- If you touched any
Textprops, run a scoped check on touched files for verbose color props (color="mutedForeground"andcolor="foregroundDim"), then replace with boolean props (mutedanddimrespectively) unless a specific semantic color token is required.