Design Token Audit
Find hardcoded colors/spacing and map them to design tokens.
Related prompts
More prompts with similar tags or categories.
Write empty state copy for this screen. Include: - Title (what's empty) - One sentence of context - Primary action label - Optional secondary action Friendly but concise. No illustrations suggestions unless asked.
This component is too large. Refactor without changing behavior. Steps: 1. List distinct responsibilities in the current file 2. Propose extraction boundaries (hooks, subcomponents, utils) 3. Keep public props stable unless noted 4. Run/tests or describe manual checks for parity Prefer composition over prop drilling. Match existing file and naming conventions.
Review this UI for accessibility before merge. Check: - Keyboard navigation and focus order - Visible focus states - Labels, roles, and live regions for screen readers - Color contrast and non-color cues - Form errors associated with fields - Motion / reduced-motion respect List issues by WCAG impact. Provide minimal code fixes, not a full redesign.