This is a focused code reviewer that catches accessibility violations and design inconsistencies in your UI components. It checks against WCAG 2.1 standards, flagging things like missing alt text, keyboard navigation gaps, and contrast issues, then scores your components and suggests specific fixes with line numbers. The output format is clean and prioritized into critical, serious, and moderate buckets. What I like here is the specificity: it doesn't just tell you an image needs alt text, it shows you the exact line and how to fix it. Best used during PR reviews or before shipping customer-facing components. The design review portion covers spacing, typography, and component state completeness, though the accessibility checks are clearly the main event.
npx skills add https://github.com/artivilla/agents-config --skill rams