chat-ui-audit
Installation
SKILL.md
Audit and iteratively fix chat UI against conversational AI best practices.
Target: $ARGUMENTS (component path, page route, or "all" for full chat surface audit)
Scope
This skill covers ALL chat-based UI surfaces:
- AI Lab main chat (
/ai-lab) - Floating chat button + panel (site-wide)
- Full-page chat (
/chat) - Any future conversational AI interface
Before Starting
- Read the target component(s) to understand current implementation
- Read
src/app/globals.cssfor chat-specific CSS (search forchat-bench,chat-response-prose) - Read
src/lib/config/tenant.config.tsfor chat config (placeholder, labels, feature flags) - If auditing layout/frame, also read the parent layout (
PublicLayoutClient.tsx,SiteBar.tsx)