What problem does it solve?
This Skill systematically finds and fixes UI and UX interaction problems such as unresponsive buttons, missing loading or error feedback, stale state updates, and weak accessibility states.
Core Features & Use Cases
- End-to-end UX improvement pipeline: Scans the codebase, diagnoses root causes, designs fixes, implements changes, and validates them with tests.
- Team-worker orchestration: Uses a coordinator plus specialized roles for scanning, diagnosing, designing, implementing, and testing.
- Feedback and state management repair: Adds loading, error, success, empty, and focus states, and corrects reactive updates in React or Vue projects.
- Use Case: A product team reports that submit buttons do nothing, async actions fail silently, and lists do not refresh after edits; this Skill traces the issue through the full pipeline and produces validated fixes.
Quick Start
Ask the skill to audit your project for UX interaction issues and produce a full scan-to-fix pipeline for the target app.