polish

Applies visual polish and UI refinements to frontend code before deployment.

4|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/VoxTechnologies/transmute-framework --skill polish-voxtechnologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polish
Source: https://github.com/VoxTechnologies/transmute-framework/tree/main/skills/polish
Command: npx skills add https://github.com/VoxTechnologies/transmute-framework --skill polish-voxtechnologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Functionally correct applications often still look like prototypes, with contrast failures, missing hover states, inconsistent spacing, and weak typography. This Skill audits the running application's visual quality and refines the frontend to production-grade aesthetics without changing functional behavior. ## Core Features & Use Cases - Multi-Agent Visual Audit: A lead agent screenshots key screens at desktop, tablet, and mobile breakpoints, then triages issues into objective defects (Category O), enhancements (Category E), and design elevation suggestions (Category D). - Automated Defect Fixing and Enhancement: Parallel teammate agents fix WCAG contrast failures, layout overflow, and missing focus rings, then apply hover states, transitions, and spacing refinements within the existing design system. - Regression Verification and Reporting: A verifier teammate re-checks all modified screens across breakpoints and dark mode, producing before/after screenshots and a gate decision report. - Use Case: After your app's verification and remediation stages pass, run this Skill to fix invisible text, add micro-interactions, and standardize spacing across your 10-15 highest-impact screens before deploying. ## Quick Start Ask the agent to run visual polish on the running application and fix contrast, layout, and spacing issues before deployment.

Frequently Asked Questions about polish

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

FAQPage Schema
How do I run visual polish on my application before deployment?

Invoke the polish skill after your verification and remediation stages pass. The lead agent starts the dev server, screenshots key screens at 1440, 768, and 375 pixel widths, triages visual issues, and spawns teammate agents to fix defects and apply enhancements.

What visual issues does automated UI polish fix?

It fixes objective defects like WCAG contrast failures, layout overflow, missing focus rings, broken images, and small touch targets. It also applies pattern-based enhancements such as hover states, page transitions, consistent spacing, and improved empty states.

Does visual polish work with Tailwind CSS and component libraries?

Yes, it works within your existing design system including Tailwind, shadcn/ui, and Untitled UI. It uses the library's component API and design tokens rather than replacing components, adapting to whatever stack is defined in your tech-stack file.

Can visual polish change my app's functionality or design system?

No, it never changes functional behavior such as routing, data flow, or API calls. It works within existing design tokens and only modifies token values to fix WCAG contrast violations or broken variable references.

What is the difference between Stage 6P polish and Stage 6P-R redesign?

Stage 6P refines the existing design system by fixing defects and adding polish, while 6P-R performs a full frontend design elevation. They are mutually exclusive; run exactly one, and revert 6P changes with git revert before switching to 6P-R.

Why does visual polish fail or stop before starting?

It stops if the prior remediation stage reported FAIL, if the dev server cannot start, or if a 6P-R design plan already exists. It also requires a design token source; without any design direction it escalates to the operator.