npx skills add https://github.com/mblode/agent-skills --skill audit-ui针对 Web 界面的最终审计工作流。专注于具体问题并提供具体修复方案。
在以下情况使用此技能:
在审计过程中复制并跟踪此清单:
审计进度:
- [ ] 步骤 1:确定变更范围并选择相关类别
- [ ] 步骤 2:首先运行 CRITICAL 检查(可访问性、交互、表单)
- [ ] 步骤 3:对相同范围运行 HIGH/MEDIUM 检查
- [ ] 步骤 4:报告发现的问题,包含文件:行号和具体修复方案
- [ ] 步骤 5:重新检查涉及的文件并标记通过项
CRITICAL 和 HIGH 级别的问题。ui-animation 以获取计时/缓动/减少动画的详细信息。| 优先级 | 类别 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 影响 |
|---|
| 前缀 |
|---|
| 1 | 可访问性与语义 | CRITICAL | a11y- |
| 2 | 键盘与交互 | CRITICAL | interaction- |
| 3 | 表单与验证 | CRITICAL | forms- |
| 4 | 排版与可读性 | HIGH | type- |
| 5 | 导航与反馈 | HIGH | nav- |
| 6 | 布局与健壮性 | HIGH | layout- |
| 7 | 性能与视觉稳定性 | HIGH | perf- |
| 8 | 动画与主题行为 | HIGH | motion- |
| 9 | 内容与微文案 | MEDIUM | copy- |
仅阅读当前审计范围所需的内容:
rules/_sections.mdrules/<prefix>-*.mdcraft-checklist.mdtypography-checklist.md示例规则文件:
rules/a11y-semantic-html-first.md
rules/forms-inline-errors-first-focus.md
rules/perf-image-dimensions-and-priority.md
每个规则文件包含:
按以下格式报告发现的问题:
## UI 审计发现
### path/to/file.tsx
- [CRITICAL] `a11y-icon-controls-labeled`:图标按钮缺少可访问名称。
- 修复:添加 `aria-label="Close dialog"`(或可见的文本标签)。
### path/to/clean-file.tsx
- ✓ 通过
文件:行号 格式。✓ 通过。每周安装量
114
代码仓库
GitHub 星标
19
首次出现
Jan 20, 2026
安全审计
安装于
opencode98
codex93
claude-code91
gemini-cli91
cursor90
github-copilot84
Final-pass audit workflow for web interfaces. Focuses on concrete issues with concrete fixes.
Use this skill when:
Copy and track this checklist during the audit:
Audit progress:
- [ ] Step 1: Scope changed surfaces and select relevant categories
- [ ] Step 2: Run CRITICAL checks first (a11y, interaction, forms)
- [ ] Step 3: Run HIGH/MEDIUM checks for the same surfaces
- [ ] Step 4: Report findings with file:line and concrete fixes
- [ ] Step 5: Re-check touched files and mark passes
CRITICAL and HIGH findings before medium-priority polish.ui-animation for timing/easing/reduced-motion details.| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Accessibility and Semantics | CRITICAL | a11y- |
| 2 | Keyboard and Interaction | CRITICAL | interaction- |
| 3 | Forms and Validation | CRITICAL | forms- |
| 4 | Typography and Readability | HIGH | type- |
| 5 |
Read only what is needed for the current audit scope:
rules/_sections.mdrules/<prefix>-*.mdcraft-checklist.mdtypography-checklist.mdExample rule files:
rules/a11y-semantic-html-first.md
rules/forms-inline-errors-first-focus.md
rules/perf-image-dimensions-and-priority.md
Each rule file contains:
Report findings in this format:
## UI Audit Findings
### path/to/file.tsx
- [CRITICAL] `a11y-icon-controls-labeled`: Icon button is missing an accessible name.
- Fix: Add `aria-label="Close dialog"` (or visible text label).
### path/to/clean-file.tsx
- ✓ pass
file:line when line numbers are available.✓ pass.Weekly Installs
114
Repository
GitHub Stars
19
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode98
codex93
claude-code91
gemini-cli91
cursor90
github-copilot84
代码审查最佳实践指南:完整流程、安全与性能审查清单
12,400 周安装
| Navigation and Feedback |
| HIGH |
nav- |
| 6 | Layout and Resilience | HIGH | layout- |
| 7 | Performance and Visual Stability | HIGH | perf- |
| 8 | Motion and Theme Behavior | HIGH | motion- |
| 9 | Content and Microcopy | MEDIUM | copy- |