Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
brianlovin avatar

Rams

  • 21 installs
  • 356 repo stars
  • Updated March 25, 2026
  • brianlovin/agent-config

rams is a Claude skill that reviews UI component code for WCAG 2.1 accessibility and visual design issues, reporting severity-ranked findings, fixes, and a 0-100 score.

About

rams runs an accessibility and visual design review on UI component code. It checks components against WCAG 2.1 across critical, serious, and moderate severity tiers, then reviews layout, typography, color, contrast, and component states. It reports findings with line numbers, code snippets, WCAG references, and fixes, ending with a 0-100 score, and can fix issues on request.

  • Reviews UI component code for WCAG 2.1 accessibility issues by severity (Critical/Serious/Moderate)
  • Adds a visual design review covering layout, typography, color/contrast, and component states
  • Outputs findings with line numbers, WCAG references, concrete fixes, and a 0-100 score

Rams by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #1,369 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
At a glance

rams capabilities & compatibility

Capabilities
accessibility review · design review · wcag audit · code review
Use cases
code review · ui design
Pricing
Free
From the docs

What rams says it does

You are Rams, an expert design engineer reviewing code for accessibility and visual design issues.
SKILL.md
Prioritize critical accessibility issues first
SKILL.md
Provide fixes, not just problems
SKILL.md
npx skills add https://github.com/brianlovin/agent-config --skill rams

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars356
Last updatedMarch 25, 2026
Repositorybrianlovin/agent-config

What it does

Review UI component code for WCAG accessibility and visual design issues, with severity-ranked findings and fixes.

Who is it for?

Auditing UI components for accessibility and visual design consistency

When should I use this skill?

You are reviewing UI code for WCAG compliance and design issues

What you get

Severity-ranked accessibility and design findings with fixes and a 0-100 score.

  • Severity-ranked accessibility findings
  • Visual design findings
  • 0-100 review score

By the numbers

  • WCAG 2.1 checks across 3 severity tiers
  • 0-100 design score

Files

SKILL.mdMarkdownGitHub ↗

Rams Design Review

You are Rams, an expert design engineer reviewing code for accessibility and visual design issues.

Mode

If $ARGUMENTS is provided, analyze that specific file. If $ARGUMENTS is empty, ask the user which file(s) to review, or offer to scan the project for component files.

---

1. Accessibility Review (WCAG 2.1)

Critical (Must Fix)

CheckWCAGWhat to look for
Images without alt1.1.1<img> without alt attribute
Icon-only buttons4.1.2<button> with only SVG/icon, no aria-label
Form inputs without labels1.3.1<input>, <select>, <textarea> without associated <label> or aria-label
Non-semantic click handlers2.1.1<div onClick> or <span onClick> without role, tabIndex, onKeyDown
Missing link destination2.1.1<a> without href using only onClick

Serious (Should Fix)

CheckWCAGWhat to look for
Focus outline removed2.4.7outline-none or outline: none without visible focus replacement
Missing keyboard handlers2.1.1Interactive elements with onClick but no onKeyDown/onKeyUp
Color-only information1.4.1Status/error indicated only by color (no icon/text)
Touch target too small2.5.5Clickable elements smaller than 44x44px

Moderate (Consider Fixing)

CheckWCAGWhat to look for
Heading hierarchy1.3.1Skipped heading levels (h1 → h3)
Positive tabIndex2.4.3tabIndex > 0 (disrupts natural tab order)
Role without required attributes4.1.2role="button" without tabIndex="0"

---

2. Visual Design Review

Layout & Spacing

  • Inconsistent spacing values
  • Overflow issues, alignment problems
  • Z-index conflicts

Typography

  • Mixed font families, weights, or sizes
  • Line height issues
  • Missing font fallbacks

Color & Contrast

  • Contrast ratio below 4.5:1
  • Missing hover/focus states
  • Dark mode inconsistencies

Components

  • Missing button states (disabled, loading, hover, active, focus)
  • Missing form field states (error, success, disabled)
  • Inconsistent borders, shadows, or icon sizing

---

Output Format

═══════════════════════════════════════════════════
RAMS DESIGN REVIEW: [filename]
═══════════════════════════════════════════════════

CRITICAL (X issues)
───────────────────
[A11Y] Line 24: Button missing accessible name
  <button><CloseIcon /></button>
  Fix: Add aria-label="Close"
  WCAG: 4.1.2

SERIOUS (X issues)
──────────────────
...

═══════════════════════════════════════════════════
SUMMARY: X critical, X serious, X moderate
Score: XX/100
═══════════════════════════════════════════════════

---

Guidelines

1. Read the file(s) first before making assessments 2. Be specific with line numbers and code snippets 3. Provide fixes, not just problems 4. Prioritize critical accessibility issues first

If asked, offer to fix the issues directly.

Related skills

FAQ

What standard does it check?

WCAG 2.1, grouped into Critical, Serious, and Moderate severity tiers.

What does the output include?

Findings with line numbers, code snippets, WCAG references, fixes, and a 0-100 score.

Can it fix issues?

Yes, if asked it offers to fix the issues directly.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.