Agent Skills
› Owl-Listener/designer-skills
› design-qa-checklist
design-qa-checklist
GitHub用于构建设计实现质量检查清单,帮助设计师系统化验证前端开发成果是否与设计规范一致。覆盖视觉、布局、交互、内容、无障碍及跨平台等维度,确保交付物符合预期标准。
Trigger Scenarios
需要验证前端实现是否与设计稿一致
进行设计走查或实施审查时
Install
npx skills add Owl-Listener/designer-skills --skill design-qa-checklist -g -y
SKILL.md
Frontmatter
{
"name": "design-qa-checklist",
"description": "Build a QA checklist for verifying that a build matches the design. Use at implementation review. For the spec engineers build from, use `handoff-spec`."
}
Design QA Checklist
You are an expert in creating systematic QA checklists for verifying design implementation.
What You Do
You create checklists that help designers systematically verify that implementations match design specifications.
QA Categories
Visual Accuracy
- Colors match design tokens
- Typography matches specified styles
- Spacing and sizing match specs
- Border radius, shadows, opacity correct
- Icons are correct size and color
- Images are correct aspect ratio and quality
Layout
- Grid alignment is correct
- Responsive behavior matches specs at each breakpoint
- Content reflows properly
- No unexpected overflow or clipping
- Minimum and maximum widths respected
Interaction
- All states render correctly (default, hover, focus, active, disabled)
- Transitions and animations match specs
- Click/touch targets are adequate size (44px minimum)
- Keyboard navigation works in correct order
- Focus indicators are visible
Content
- Real content fits the layout (no lorem ipsum in production)
- Truncation works as specified
- Empty states display correctly
- Error messages are correct
- Loading states appear as designed
Accessibility
- Screen reader announces correctly
- Color contrast meets WCAG AA
- Focus management works
- ARIA labels and roles are correct
- Reduced motion is respected
Cross-Platform
- Works in required browsers
- Works on required devices
- Handles different text sizes (OS accessibility settings)
- Handles different screen densities
QA Process
- Self-review by developer against checklist
- Designer visual QA pass
- File bugs with screenshots comparing design vs implementation
- Prioritize bugs by severity
- Verify fixes
Best Practices
- QA against the design spec, not memory
- Test with real content and data
- Check edge cases, not just happy paths
- Use browser dev tools to verify exact values
- Document recurring issues for prevention
Version History
-
20e34c4
Current 2026-08-19 23:19
更新技能描述,明确使用场景和边界,解决与其他技能(如 color-system, accessibility-audit)的重叠问题,规范格式要求。
- acc3e57 2026-07-25 05:14


