web-design-guidelines

仓库创建 2026年5月3日最近提交 20 小时前SkillHot 收录 8 小时前
▸ 精选理由

自动化对照最新界面规范进行审计,适合设计/前端审查流程。

▸ 风险提示

会从远端抓取规范文档,需注意外部依赖与网络请求

这个 Skill 做什么

按指定指南检查前端文件,输出文件:行 的合规性检查结果。

把前端文件对照最新的 Web Interface 指南做合规审查,并以简洁的 file:line 形式输出检测结果。适合在做可访问性审核、UX 评估或发布前检查时使用。特长是每次都拉取最新指南逐条对照,输出便于自动化处理的精简位置化结果,方便开发者快速修复。

▸ 展开 SKILL.md 英文原文

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

开发编程可访问性规范审计代码审查通用
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/devbijao/BIJAO/main/.claude/skills/web-design-guidelines/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/devbijao/BIJAO/main/.claude/skills/web-design-guidelines/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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 s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有