polish

Polish frontend UI details for alignment, spacing, consistency, and accessibility.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/kireevkit15-sys/-1 --skill polish-kireevkit15-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polish
Source: https://github.com/kireevkit15-sys/-1/tree/main/skills/polish
Command: npx skills add https://github.com/kireevkit15-sys/-1 --skill polish-kireevkit15-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill closes the gap between functional work and a production-quality experience by catching alignment, spacing, consistency, micro-interaction, accessibility, and copy issues that are easy to miss during development and QA.

Core Features & Use Cases

  • Design system alignment: Find deviations from tokens, spacing scales, and shared components and correct them to match the system.
  • Visual and interaction polish: Fix pixel alignment, spacing, typography hierarchy, consistent icons, and complete hover/focus/active/loading/error states.
  • Accessibility and performance checks: Verify contrast ratios, keyboard focus, reduced-motion support, and eliminate layout shifts and console errors.
  • Use Case: During a pre-launch review, run the polish checklist on a checkout flow to ensure spacing, accessible labels, consistent buttons, and smooth transitions across breakpoints.

Quick Start

Polish the checkout component by aligning spacing to design tokens, implementing missing interaction states, and verifying accessibility and responsive behavior.

Frequently Asked Questions about polish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix UI alignment and spacing issues before a product launch?

Fix UI alignment and spacing by applying a pre-launch polish checklist that verifies design tokens, spacing scales, and typography hierarchy to ensure consistent visual quality across components.

What is UI polish in frontend development and QA?

UI polish is the process of refining final visual and interaction details—such as pixel alignment, micro-interactions, and complete hover/focus states—to close the gap between functional code and a production-quality experience.

How do I ensure my frontend components meet WCAG contrast and focus requirements?

Ensure WCAG compliance by checking contrast ratios, verifying keyboard focus visibility, and confirming reduced-motion support across all interaction states during your design handoff and QA sweeps.

Can I use a polish checklist to fix missing interaction states in visual mockups?

Yes, you can use a polish checklist to identify and implement missing hover, focus, active, loading, and error states in visual mockups and interaction flows before release.

What is the best way to align frontend components with design tokens?

The best way to align components with design tokens is to run a systematic QA sweep that detects deviations from your spacing scale and shared component library, then corrects them to match the system.

Why does my UI layout shift or throw console errors during pre-release QA?

Layout shifts and console errors occur when final UI polish is incomplete; running a pre-launch sweep removes dead code, eliminates shifts, and verifies responsive behavior across breakpoints.