# Polish

> Final quality pass before shipping. Checks alignment, spacing consistency, hover states, focus styles, loading states, edge cases, and overall refinement.

- Skill: `dragoon0x/polish` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/polish`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/polish/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/polish

---


# /polish — Final Quality Pass

The last check before shipping. Fix details that separate good from exceptional:

1. **Alignment** — Verify all text and elements align to the grid. Check that headings, body text, and images share alignment points.
2. **Spacing consistency** — Look for any remaining off-grid values. Ensure section spacing is rhythmic.
3. **Hover states** — Every interactive element must have a hover state. Check that hover transitions are smooth (200-300ms).
4. **Focus styles** — Verify :focus-visible on all interactive elements.
5. **Loading states** — Buttons should show loading state. Skeleton screens for async content.
6. **Empty states** — What does it look like with no data? Is there a helpful message?
7. **Edge cases** — Very long text, very short text, missing images, slow network.
8. **Consistency** — Same patterns used the same way everywhere. No one-off styles.

Run /score after polishing. Target: 85+.

