polish

Fixes alignment, spacing, and visual inconsistencies in an existing interface.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/noticesfromchat/macos-app-digest --skill polish-noticesfromchat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polish
Source: https://github.com/noticesfromchat/macos-app-digest/tree/main/.agents/skills/polish
Command: npx skills add https://github.com/noticesfromchat/macos-app-digest --skill polish-noticesfromchat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interfaces often accumulate small visual defects such as misaligned elements, inconsistent spacing, and uneven typography that degrade the overall quality of a product. This Skill reviews an existing interface and corrects those visual inconsistencies. ## Core Features & Use Cases - Alignment Correction: Detects and fixes misaligned elements within an existing UI. - Spacing Normalization: Standardizes padding, margins, and gaps across components. - Use Case: After building a settings page, invoke the polish command on that view to clean up uneven spacing and misaligned controls before shipping. ## Quick Start Ask the assistant to run polish on the current interface or a specific target view to fix alignment and spacing issues.

Frequently Asked Questions about polish

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

FAQPage Schema
How do I fix alignment and spacing issues in an existing UI?

Invoke the polish skill with an optional target argument pointing at the interface or view to fix. It delegates to the impeccable polish command, which corrects alignment, spacing, and visual inconsistencies in the existing interface.

What does the polish skill actually change in an interface?

It targets visual inconsistencies such as misaligned elements, uneven spacing, and related layout defects in an existing interface. It refines what is already built rather than generating new UI from scratch.

Can I run polish on a specific component or only the whole interface?

The skill accepts an optional target argument, so you can scope the polish pass to a specific view or component. Arguments you provide are passed through to the underlying impeccable polish command.

Does polish create new UI designs from scratch?

No. Polish is a refinement pass over an existing interface, fixing alignment, spacing, and visual inconsistencies. It is not a design generation tool and requires an existing UI to operate on.