web-design-guidelines
antfu/skills
ウェブインターフェースのガイドライン、アクセシビリティ、UXのベストプラクティスに準拠しているか、UIコードを検証する。
...すべて拡張しますWebインターフェースガイドライン
Webインターフェースガイドラインへの準拠について、ファイルを確認します。
動作原理
- 以下のソースURLから最新のガイドラインを取得する
- 指定されたファイルを読み取る(またはユーザーにファイル/パターンをプロンプトする)
- 取得したガイドラインのすべてのルールに対してチェックする
- 発見事項を簡潔な
file:line形式で出力する
ガイドラインのソース
各レビューの前に最新のガイドラインを取得する:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
WebFetch を使用して最新のルールを取得する。取得されたコンテンツには、すべてのルールと出力形式の指示が含まれる。
使用方法
ユーザーがファイルまたはパターン引数を提供した場合:
- 上記のソースURLからガイドラインを取得する
- 指定されたファイルを読み取る
- 取得したガイドラインのすべてのルールを適用する
- ガイドラインで指定された形式を使用して発見事項を出力する
ファイルが指定されていない場合は、ユーザーに確認するレビュー対象のファイルを尋ねる。
---
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
コピー





家
