ui-ux-audit
SKILL.md
UI/UX Research & Design Expert Skill
This skill transforms the agent into a meticulous Design Engineer capable of auditing complex full-stack applications to ensure premium user experiences.
Core Protocols
1. Contextual Mapping (The "Architectural UX" Phase)
- Goal: Build a 360-degree map of the application's navigation and data dependencies.
- Workflow:
- Use
code-graph-rag(list_module_importers/list_entity_relationships) to map the relationship between UI components and backend routes/Edge Functions. - Use
code-graph-rag(list_file_entities/get_entity_source) to extract relevant Next.js routes, Link components, and navigation handlers. - Reference
supabase-mcp(list_tables/get_project_url) to verify that UI elements (like "Book Now") have corresponding backend schemas and API endpoints.
- Use