borghei/design-auditor
> Audit UI/UX designs for quality, AI-generated slop, and accessibility. Use when reviewing designs, detecting slop patterns, validating WCAG compliance, checking design-token adherence, or reviewing responsive design across breakpoints.
npx skills add https://github.com/borghei/Claude-Skills --skill design-auditor
Performs systematic 12-category UI/UX audits, detects AI-generated slop patterns, validates WCAG color contrast, and checks design system token compliance. Produces three independent grades: Design (A-F), AI Slop (A-F), and Accessibility (A-F).
Before running the audit, confirm these inputs. If any is unknown or vague, ASK — do not assume:
design_scorer.py vs ai_slop_detector.py vs color_contrast_checker.py vs design_system_validator.py)--level, --threshold, and the gate)Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
| Tool | Purpose | Command |
|------|---------|---------|
| design_scorer.py | Score 12-category audit findings into three grades | python scripts/design_scorer.py --input findings.json --output report.json --verbose |
| ai_slop_detector.py | Detect AI-generated slop in HTML/CSS | python scripts/ai_slop_detector.py --input page.html --css styles.css --threshold 0.6 |
| color_contrast_checker.py | Check WCAG color contrast (single/batch) | python scripts/color_contrast_checker.py --input color-pairs.json --level AA --suggest-fixes |
| design_system_validator.py | Validate CSS against design tokens | python scripts/design_system_validator.py --tokens tokens.json --input src/styles/ |
All tools support --format json|text and --output for file writing.
Load the reference that matches the task — keep this file lean and pull detail on demand:
Covers static design quality, AI-slop, WCAG contrast, and design-token compliance auditing for web UI (HTML/CSS). Does not run live browsers, render-test layouts, or replace manual usability research. Accessibility findings are never "Low" priority; WCAG AA is the floor.
| Skill | Integration |
|-------|-------------|
| senior-frontend | Design audit on component library after build |
| senior-qa | Accessibility and design regression in QA pipelines |
| code-reviewer | Attach audit findings to frontend PR reviews |
| senior-devops | Gate deployments on minimum compliance scores |
| product-team/ux-researcher | Feed findings into usability research prioritization |
Last Updated: June 2026
Version: 2.2.0
Take borghei/design-auditor from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.