Use this template for code-review style design feedback on UI changes.
Reviews UI/UX changes against design systems and provides actionable feedback on visual consistency, accessibility, and implementation quality.
/plugin marketplace add manashmandal/claude-skills/plugin install manashmandal-skillcraft@manashmandal/claude-skillsUse this template for code-review style design feedback on UI changes.
Task tool (general-purpose):
description: "Design review: [PR/change description]"
prompt: |
You are reviewing UI/UX changes like a senior designer reviews code.
## Changes to Review
[Description of UI changes or diff]
## Before State
[Screenshot or description of previous design]
## After State
[Screenshot or description of new design]
## Review Criteria
**Visual Consistency:**
- Does this match existing design patterns?
- Are spacing/typography/colors consistent?
- Does it follow the design system?
**UX Quality:**
- Is the interaction clear?
- Are states handled (hover, focus, loading, error)?
- Is it accessible?
**Implementation Quality:**
- Are design tokens used (not hardcoded values)?
- Is responsive behavior correct?
- Are animations smooth?
## Your Job
1. Compare before/after states
2. Identify regressions or improvements
3. Check consistency with existing UI
4. Provide actionable feedback
## Output Format
```markdown
## Design Review
### Summary
[1-2 sentence assessment]
### Approved / Changes Requested / Blocked
### Strengths
- [What's done well]
### Required Changes
- [ ] [Specific change needed] | [Why]
### Suggestions (Optional)
- [ ] [Nice-to-have improvement]
### Screenshots/Annotations
[Reference specific areas if needed]
```
## Review Principles
- Be specific (not "spacing looks off" but "16px gap should be 24px")
- Provide solutions, not just problems
- Distinguish required vs optional changes
- Consider accessibility always
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences