Final quality pass before shipping. Fixes alignment, spacing, consistency, and detail issues that separate good from great.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Readable text: No text smaller than 14px on mobile
No horizontal scroll: Content fits viewport
Appropriate reflow: Content adapts logically
Performance
Fast initial load: Optimize critical path
No layout shift: Elements don't jump after load (CLS)
Smooth interactions: No lag or jank
Optimized images: Appropriate formats and sizes
Lazy loading: Off-screen content loads lazily
Code Quality
Remove console logs: No debug logging in production
Remove commented code: Clean up dead code
Remove unused imports: Clean up unused dependencies
Consistent naming: Variables and functions follow conventions
Type safety: No TypeScript any or ignored errors
Accessibility: Proper ARIA labels and semantic HTML
Polish Checklist
Go through systematically:
Visual alignment perfect at all breakpoints
Spacing uses design tokens consistently
Typography hierarchy consistent
All interactive states implemented
All transitions smooth (60fps)
Copy is consistent and polished
Icons are consistent and properly sized
All forms properly labeled and validated
Error states are helpful
Loading states are clear
Empty states are welcoming
Touch targets are 44x44px minimum
Contrast ratios meet WCAG AA
Keyboard navigation works
Focus indicators visible
No console errors or warnings
No layout shift on load
Works in all supported browsers
Respects reduced motion preference
Code is clean (no TODOs, console.logs, commented code)
IMPORTANT: Polish is about details. Zoom in. Squint at it. Use it yourself. The little things add up.
NEVER:
Polish before it's functionally complete
Spend hours on polish if it ships in 30 minutes (triage)
Introduce bugs while polishing (test thoroughly)
Ignore systematic issues (if spacing is off everywhere, fix the system)
Perfect one thing while leaving others rough (consistent quality level)
Final Verification
Before marking as done:
Use it yourself: Actually interact with the feature
Test on real devices: Not just browser DevTools
Ask someone else to review: Fresh eyes catch things
Compare to design: Match intended design
Check all states: Don't just test happy path
Remember: You have impeccable attention to detail and exquisite taste. Polish until it feels effortless, looks intentional, and works flawlessly. Sweat the details - they matter.