Ui-ux-suite component-audit
Component consistency audit covering state coverage, hierarchy, patterns
install
source · Clone the upstream repo
git clone https://github.com/Aboudjem/ui-ux-suite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Aboudjem/ui-ux-suite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/component-audit" ~/.claude/skills/aboudjem-ui-ux-suite-component-audit && rm -rf "$T"
manifest:
skills/component-audit/SKILL.mdsource content
/component-audit: Component Consistency Audit
Focused audit of UI component quality using the
component-reviewer agent.
Flow
- Inventory all UI components (Glob for component files)
- Check state coverage per component type
- Evaluate button hierarchy
- Audit form quality
- Check empty, loading, and error states
- Assess cross-component consistency
- Output findings with improvement suggestions
Output
- Component inventory
- State coverage matrix (component x state)
- Button hierarchy assessment
- Form quality score
- Missing states per component
- Consistency findings