Agent Skills
› OpenBMB/PilotDeck
› web-design-guidelines
web-design-guidelines
GitHub用于在构建或修改 Web UI 后,审查界面的可用性、可读性、响应式布局及可访问性。涵盖布局、排版、色彩、交互状态及产品状态(加载/空/错误等),提供通过/失败总结及具体修复建议。
Trigger Scenarios
用户完成前端页面开发并请求审查
用户修改现有 UI 组件后需要质量检查
Install
npx skills add OpenBMB/PilotDeck --skill web-design-guidelines -g -y
SKILL.md
Frontmatter
{
"name": "web-design-guidelines",
"description": "前端 UI 审查清单:可读性、视觉密度、间距、响应式、空状态、加载态和可访问性。"
}
Web Design Guidelines
Use this skill after building or modifying web UI. It helps the agent review whether the interface is usable, readable, responsive, and polished.
Checklist
- Layout: consistent alignment, predictable grid, no accidental crowding.
- Typography: readable sizes, clear hierarchy, line length under control.
- Color: sufficient contrast, semantic states, no random palette mixing.
- Interaction: clear hover/focus/active/disabled states.
- Responsiveness: mobile, tablet, and desktop layouts remain usable.
- Accessibility: keyboard focus, labels, alt text, contrast, reduced motion where relevant.
- Product states: loading, empty, error, offline, and success states exist when needed.
- Polish: spacing, borders, shadows, icon sizes, and copy tone feel consistent.
Output
When reviewing, return: pass/fail summary, top issues, concrete fixes, and files/components likely affected.
PilotDeck Migration Note
- Source inspiration: Vercel Agent Skills web design guidance and common UI QA practice.
- This is a PilotDeck-native draft, not a verbatim copy.
Version History
- 1730cb4 Current 2026-07-05 20:08


