This is a focused code reviewer that checks your UI components for accessibility violations and design inconsistencies. It walks through WCAG 2.1 compliance issues like missing alt text, unlabeled form inputs, and non-semantic click handlers, then flags visual problems like inconsistent spacing or missing button states. The output is severity-ranked with line numbers and suggested fixes. It's most useful when you're about to ship a component and want to catch the obvious accessibility problems before they hit production. The scoring system is a nice touch, though the real value is in the specific fixes it suggests rather than the number itself.
npx skills add https://github.com/brianlovin/claude-config --skill rams