オプション
家 Skill ウェブ開発 web-design-guidelines

web-design-guidelines

antfu/skills antfu/skills

ウェブインターフェースのガイドライン、アクセシビリティ、UXのベストプラクティスに準拠しているか、UIコードを検証する。

...すべて拡張します
17
更新された時間 2026年9月7日

Webインターフェースガイドライン

Webインターフェースガイドラインへの準拠について、ファイルを確認します。

動作原理

  1. 以下のソースURLから最新のガイドラインを取得する
  2. 指定されたファイルを読み取る(またはユーザーにファイル/パターンをプロンプトする)
  3. 取得したガイドラインのすべてのルールに対してチェックする
  4. 発見事項を簡潔な file:line 形式で出力する

ガイドラインのソース

各レビューの前に最新のガイドラインを取得する:

https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md

WebFetch を使用して最新のルールを取得する。取得されたコンテンツには、すべてのルールと出力形式の指示が含まれる。

使用方法

ユーザーがファイルまたはパターン引数を提供した場合:

  1. 上記のソースURLからガイドラインを取得する
  2. 指定されたファイルを読み取る
  3. 取得したガイドラインのすべてのルールを適用する
  4. ガイドラインで指定された形式を使用して発見事項を出力する

ファイルが指定されていない場合は、ユーザーに確認するレビュー対象のファイルを尋ねる。

GitHubで見る
---
name: web-design-guidelines
description: Review UI code for compliance with web interface guidelines, accessibility, and UX best practices.
---

# Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

## How It Works

1. Fetch the latest guidelines from the source URL below
2. Read the specified files (or prompt user for files/pattern)
3. Check against all rules in the fetched guidelines
4. Output findings in the terse `file:line` format

## Guidelines Source

Fetch fresh guidelines before each review:

```
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
```

Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.

## Usage

When a user provides a file or pattern argument:
1. Fetch guidelines from the source URL above
2. Read the specified files
3. Apply all rules from the fetched guidelines
4. Output findings using the format specified in the guidelines

If no files specified, ask the user which files to review.

すべてのファイル

0件のファイル

web-design-guidelinesをインストール

スキルファイルをダウンロードして、.claude/skills/ ディレクトリに展開してください。

ZIPをダウンロード

リポジトリをクローンし、スキルファイルをプロジェクトにコピーしてください。

git clone https://github.com/antfu/skills/tree/main/skills/web-design-guidelines # Copy SKILL.md to your .claude/skills/ directory

コピー コピー
クイックセットアップ: スキルフォルダを .claude/skills/ にコピーしてください。Claude はそのスキルを自動的に検出し、使用します。
リポジトリ antfu/skills

関連スキル

github-code-search
更新された時間 2026年6月29日
drizzle-orm
更新された時間 2026年6月29日
clickhouse-io
更新された時間 2026年6月29日
prisma-client-api
更新された時間 2026年6月29日
OR