command-interface-design-audit | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / command-interface-design-audit

command-interface-design-audit

maintained by yanun0323

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

name: command-interface-design-audit description: "Check existing code against your design system for spacing, depth, color, and pattern violations. Use this skill only when the user explicitly asks to invoke."

interface-design audit

Usage

/audit <path>     # Audit specific file/directory
/audit            # Audit common UI paths

What to Check

If .vscode/interface-design/system.md exists:

  1. Spacing violations

    • Find spacing values not on defined grid
    • Example: 17px when base is 4px
  2. Depth violations

    • Borders-only system → flag shadows
    • Subtle system → flag layered shadows
    • Allow ring shadows (0 0 0 1px)
  3. Color violations

    • If palette defined → flag colors not in palette
    • Allow semantic grays
  4. Pattern drift

    • Find buttons not matching Button pattern
    • Find cards not matching Card pattern

Report format:

Audit Results: src/components/

Violations:
  Button.tsx:12 - Height 38px (pattern: 36px)
  Card.tsx:8 - Shadow used (system: borders-only)
  Input.tsx:20 - Spacing 14px (grid: 4px, nearest: 12px or 16px)

Suggestions:
  - Update Button height to match pattern
  - Replace shadow with border
  - Adjust spacing to grid

If no system.md:

No design system to audit against.

Create a system first:
1. Build UI → establish system automatically
2. Run /extract → create system from existing code

Implementation

  1. Check for system.md
  2. Parse system rules
  3. Read target files (tsx, jsx, css, scss)
  4. Compare against rules
  5. Report violations with suggestions

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Mar 2026
Last Updated 3个月前
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.