← Back to list

uiux-audit-polish
by Shiminize
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: UI/UX Audit & Polish description: Tools and workflows to enforce "Calm Luxury" aesthetics and Design System compliance.
💎 UI/UX Audit & Polish Skill
This skill operationalizes the standards defined in Agent/UI-UX-designer-glowglitch.md. It is the Quality Gate for all frontend changes.
🎯 When to Use
- After every UI change: Run the token scanner.
- New Component Creation: Verify against "Calm Luxury" physics.
- Refactoring: When cleaning up "legacy" styles.
🛠️ Toolbelt
1. The Token Scanner (Automated)
Detects "Visual Noise" (hardcoded values) that breaks the design system.
node .agent/skills/ui-ux-audit/scripts/scan-token-violations.js <target_directory_or_file>
Common Violations & Fixes:
| Violation Type | Detected Pattern | The "Calm Luxury" Fix |
|---|---|---|
| Borders | border, border-gray-200 | Remove border. Use bg-white/5 or shadow. |
| Radius | rounded-md, rounded-lg | ALWAYS rounded-none. |
| Spacing | mt-[13px], gap-3 | Use fluid spacing: mt-4, gap-4. |
| Colors | #F3F4F6, bg-gray-100 | Use semantic tokens: bg-primary/5. |
2. The "White Glove" Inspection (Manual)
Agents must explicitly verify these points before marking a task as done.
🏗️ Architecture
- Zero Radius: Are corners checking out? (Exceptions: Pills/Circles).
- No Borders: defined boundaries should be created by contrast and spacing, not lines.
- Stacking: Are generic
z-indexvalues avoided? Usez-[10],z-[50].
⚡ Interaction Physics
- Hover: Is it instant? (No
transition-all duration-500for hover colors). - Feedback: Do buttons click? (Active states).
🚀 Workflows
Workflow A: The "Polish" Pass
Use this when asked to "Audit" or "Fix" a specific component.
- Scan: Run
scan-token-violations.json the file. - Refactor: Replace hardcoded values with
tokens. - Verify: Check the "White Glove" list.
Workflow B: The "Calm Luxury" Retrofit
Use this when updating legacy components.
- Strip: Remove all
shadow-*,rounded-*, andborder-*classes. - Rebuild: Apply
rounded-none,backdrop-blur, andbg-black/80. - Assess: Does it look premium? if not, increase whitespace (
p-4->p-6).
🧠 Design Philosophy
"We don't shout; we whisper." Avoid high-contrast borders. Use subtle variation in background opacity to define shape.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon