Agent skill
ui-ux
Descobre melhorias visuais e de usabilidade com validação via browser. Use quando precisar analisar interfaces, identificar problemas de UX, ou sugerir melhorias visuais e de interação.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ui-ux
Metadata
Additional technical details for this skill
- author
- aronpc
- version
- 1.0.0
- category
- ideation
SKILL.md
ui-ux
Resumo
Identifica melhorias de UI/UX com validação visual usando browser automation.
Skills Relacionadas
| Skill | Quando usar junto |
|---|---|
mcp |
Para validação visual com browser automation |
spec |
Para criar specs a partir das melhorias visuais |
codebase |
Para combinar melhorias visuais e técnicas |
ux |
Para implementar melhorias com Precognition/Prompts |
Quando usar
Use esta skill quando precisar:
- Analisar UI/UX da aplicação visualmente
- Identificar problemas de acessibilidade
- Encontrar inconsistências de design
- Priorizar melhorias de interface
Não use para:
- Melhorias de código (use codebase-ideation)
- Revisão de PR (use github-pr-review)
Princípio Chave
Veja a app como usuários veem.
Identifique friction points, inconsistências, e oportunidades de polish que melhoram a experiência do usuário.
Browser Exploration
Ferramentas Disponíveis
- Puppeteer MCP para automation
- Screenshots para verificação visual
- Console logs para erros
Fases de Exploração
- Navegar - Ir para página principal
- Capturar - Screenshot do estado inicial
- Interagir - Testar elementos interativos
- Verificar - Checar erros de console
- Documentar - Registrar descobertas
Auditoria de Acessibilidade
WCAG 2.2 - Verificações Rápidas
| Check | O que verificar |
|---|---|
| Contraste | Ratio >= 4.5:1 para texto normal |
| Keyboard | Todos elementos acessíveis por tab |
| ARIA | Labels apropriados |
| Alt text | Imagens com descrição |
| Forms | Labels associados |
Problemas Comuns
- Focus states ausentes
- Contraste de cor insuficiente
- Labels de formulário ausentes
- Sem skip links
- Imagens sem alt text
Consistência de Componentes
O que Verificar
- Buttons com estilo consistente
- Inputs com mesmo padding/border
- Typography hierarchy correta
- Spacing consistente
- Colors seguindo design system
Avaliação Esforço/Impacto
| Impacto | Esforço | Prioridade |
|---|---|---|
| Alto | Baixo | Fazer primeiro |
| Alto | Alto | Planejar cuidado |
| Baixo | Baixo | Fazer se tempo |
| Baixo | Alto | Evitar |
Formato de Output
{
"ui_ux_improvements": [
{
"id": "uiux-001",
"title": "Add loading state to submit button",
"description": "Show spinner during form submission",
"category": "feedback",
"effort": "trivial",
"impact": "high",
"affected_components": ["SubmitButton"],
"screenshot": "path/to/screenshot.png"
}
]
}
Categorias de Melhoria
| Categoria | Exemplos |
|---|---|
| Feedback | Loading, success, error states |
| Navigation | Breadcrumbs, back buttons |
| Forms | Validation, help text |
| Layout | Responsive, spacing |
| Accessibility | ARIA, contrast, keyboard |
| Performance | Perceived speed, skeletons |
Referências
references/accessibility-audit.md- WCAG checks detalhadosreferences/component-analysis.md- Design system consistency
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?