원클릭으로
ui-ux-improve
Research UI/UX improvements with trend analysis and generate actionable recommendations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Research UI/UX improvements with trend analysis and generate actionable recommendations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts)
Review current git changes or latest commit using code-reviewer and architect-reviewer agents
Review comments and suggest cleanup (identify unnecessary comments, recommend improvements)
Generate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English
Identify and safely remove dead code, deprecated code, and unused exports from codebase
Generate business rule documentation from domain knowledge and requirements
| name | ui-ux-improve |
| description | Research UI/UX improvements with trend analysis and generate actionable recommendations |
| context | fork |
| agent | general-purpose |
$ARGUMENTS
Parse user input for:
research (default) or implement (immediate action)full (entire app) or targeted (specific area)If empty, analyze entire application with research mode.
This command combines AI-powered UI/UX analysis with real-time trend research to generate actionable improvement recommendations.
Detect Frontend Framework:
package.json for: React, Next.js, Vue, Svelte, AngularExplore UI Components:
**/*.tsx, **/components/**/*)Analyze Current Design System:
REQUIRED: Use Task tool with subagent_type: "ui-ux-designer" to perform:
Agent Prompt Template:
Analyze the UI/UX of this project focusing on:
1. User journey and flow optimization
2. Visual hierarchy and information architecture
3. Accessibility compliance (WCAG 2.1 AA)
4. Component reusability and consistency
5. Responsive design patterns
6. User interaction feedback patterns
Project context:
- Framework: {detected framework}
- Styling: {styling approach}
- Component library: {if any}
- Focus area: {from user input or "entire application"}
Provide specific, actionable recommendations with priority levels.
REQUIRED: Use Task tool with subagent_type: "tech-stack-advisor" when:
Agent Prompt Template:
Evaluate UI/UX related technologies for this project:
Current stack:
- Framework: {detected framework}
- Styling: {styling approach}
- Component library: {if any}
Evaluate these categories based on project needs:
1. Component libraries (shadcn/ui, Radix, Headless UI, etc.)
2. Animation libraries (Framer Motion, React Spring, GSAP)
3. Accessibility tools (axe-core, react-aria, etc.)
4. Icon libraries (Lucide, Heroicons, Phosphor)
5. Form libraries (React Hook Form, Formik, etc.)
For each recommendation:
- Modernity score (0-10)
- Stability score (0-10)
- Bundle size impact
- Migration complexity
- Learning curve
Focus on: {user focus area or "general UI/UX improvement"}
Search Queries (use WebSearch tool):
"UI/UX trends 2025" best practices"{framework} UI design patterns 2025" (e.g., "React UI design patterns 2025")"modern web design trends" accessibility"{component type} UX best practices" (if specific focus area)"best {library type} library 2025" (e.g., "best React animation library 2025")Information to Gather:
Compare and Identify:
Create: UI-UX-IMPROVEMENTS.md at project root
Structure:
# UI/UX Improvement Recommendations
> **Generated**: {YYYY-MM-DD HH:mm}
> **Scope**: {full/targeted: specific area}
> **Mode**: {research/implement}
---
## 📊 Current State Analysis
### Framework & Stack
- **Framework**: {detected}
- **Styling**: {approach}
- **Component Library**: {if any}
### Strengths
- {what's working well}
### Areas for Improvement
- {identified issues}
---
## 🎯 Trend Insights (2024-2025)
### Design Trends
- {trend 1}: {how it applies}
- {trend 2}: {how it applies}
### Accessibility Standards
- {WCAG requirements}
- {current compliance status}
### UX Best Practices
- {practice 1}
- {practice 2}
---
## 🛠️ Technology Recommendations
### Recommended Libraries
| Category | Library | Score | Bundle Size | Why |
| ---------- | --------- | ------ | ----------- | -------- |
| {category} | {library} | {X}/10 | {size} | {reason} |
### Migration Considerations
- {library 1}: {migration notes}
- {library 2}: {migration notes}
---
## 🚀 Recommendations
### Critical Priority
#### 1. {Recommendation Title}
**Problem**: {what's wrong}
**Solution**: {how to fix}
**Impact**: {user benefit}
**Effort**: {Low/Medium/High}
**Files**: {affected files}
### High Priority
#### 2. {Recommendation Title}
{same structure}
### Medium Priority
#### 3. {Recommendation Title}
{same structure}
---
## 📋 Implementation Roadmap
### Phase 1: Quick Wins (1-2 days)
- [ ] {task 1}
- [ ] {task 2}
### Phase 2: Core Improvements (1-2 weeks)
- [ ] {task 3}
- [ ] {task 4}
### Phase 3: Advanced Enhancements (2-4 weeks)
- [ ] {task 5}
- [ ] {task 6}
---
## 🔗 Resources
- {relevant documentation links}
- {trend articles referenced}
- {component library docs}
If user specified implement mode or requests immediate action:
UI-UX-IMPROVEMENTS.md)Each recommendation must include:
After execution, provide summary:
## UI/UX Improvement Research Complete
### 📊 Analysis Summary
- **Components Analyzed**: {X}
- **Pages Reviewed**: {Y}
- **Trends Researched**: {Z}
- **Libraries Evaluated**: {W}
### 🎯 Recommendations
- **Critical**: {N}
- **High**: {M}
- **Medium**: {K}
### 📄 Generated Report
`UI-UX-IMPROVEMENTS.md` created at project root.
### Next Steps
{Based on mode}:
- **Research mode**: Review recommendations and run with `implement` to proceed
- **Implement mode**: {X} improvements applied, {Y} remaining
Start the UI/UX improvement research following the guidelines above.