スキル一覧に戻る
Shiminize

uiux-audit-polish

by Shiminize

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

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 TypeDetected PatternThe "Calm Luxury" Fix
Bordersborder, border-gray-200Remove border. Use bg-white/5 or shadow.
Radiusrounded-md, rounded-lgALWAYS rounded-none.
Spacingmt-[13px], gap-3Use fluid spacing: mt-4, gap-4.
Colors#F3F4F6, bg-gray-100Use 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-index values avoided? Use z-[10], z-[50].

⚡ Interaction Physics

  • Hover: Is it instant? (No transition-all duration-500 for 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.

  1. Scan: Run scan-token-violations.js on the file.
  2. Refactor: Replace hardcoded values with tokens.
  3. Verify: Check the "White Glove" list.

Workflow B: The "Calm Luxury" Retrofit

Use this when updating legacy components.

  1. Strip: Remove all shadow-*, rounded-*, and border-* classes.
  2. Rebuild: Apply rounded-none, backdrop-blur, and bg-black/80.
  3. 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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です