🔍
QualityTypeScript

Design Review

by tsubotax

Design Review is a Quality skill for Claude Code, published by tsubotax in melta-ui.

196 stars21 forkson tsubotax/melta-uiAdded 2026/09/05Repository updated 2026/09/05
ai-readyclaude-codecursordesign-systemjapanesetailwindcssui-components
Install in seconds
Install Design Review
Copy Design Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tsubotax/melta-ui/tree/main/skills/design-review ~/.claude/skills/design-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tsubotax/melta-ui.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/design-review/SKILL.md in tsubotax/melta-ui
Installs to
~/.claude/skills/design-review
Collection
One of 2 skills cataloged from this repository
Category
Quality1662 skills

What Design Review does

Design Review checks HTML files against the melta UI design system and flags violations, false positives, and severity. Use it when you need a DS compliance review and fix suggestions for a specific file.

Design Review is cataloged under Quality on DirSkills. Design Review comes from a repository tagged ai-ready, claude-code, cursor, design-system and japanese.

Documentation

README

デザインレビュー

HTMLファイルを melta UI デザインシステム(CLAUDE.md + foundations/prohibited.md)に照らしてレビューし、違反を検出・分類・修正提案する。

手順

Step 1: 対象のHTMLファイルを特定する

  • 引数でファイルパスが指定されている場合 → そのファイルを読み込む
  • 引数がない場合 → examples/ 配下のHTMLファイルを一覧表示し、ユーザーに選択してもらう
  • 対象がHTMLファイルでない場合 → 「HTMLファイルを指定してください」と返す

対象ファイルを全文読み込む。

Step 2: DSリファレンスを読む

以下を読み込む:

  • CLAUDE.md(クイックリファレンス・禁止パターン要約)
  • foundations/prohibited.md(全禁止パターン — SSOT)

Step 3: チェックリストに沿って違反を検出する

references/checklist.md を読み込み、以下のカテゴリ順にHTMLを走査する:

  1. カラー
  2. スペーシング・レイアウト
  3. タイポグラフィ
  4. モーション
  5. ボーダー
  6. フォーム(fieldset/legend カード干渉、日付セレクト幅を含む)
  7. アクセシビリティ

Step 4: 偽陽性を排除し、重大度を判定する

references/severity-rules.md を読み込み、以下を実行:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Design Review

  • What else does tsubotax publish alongside Design Review?

    Design Review is one of 2 skills that DirSkills catalogs from tsubotax/melta-ui, the repository it ships in. Its siblings there include Ban Pattern. Each one is a separate skill with its own page in this directory, installs the same way Design Review does, and is maintained by tsubotax in that same repository. The rest of the collection is listed on the tsubotax/melta-ui page.

  • How does Design Review compare to other Quality skills?

    Design Review ranks #1545 by stars among the 1662 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Design Review against them. Open each page to compare what they document and how they install.