# UI Ship Check

> Light verification before claiming UI work done — tests and themes, not bureaucracy.

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

---


# UI ship check

Use before saying UI work is complete.

## Quick pass

- Light and dark themes if the product supports both
- Tokens used instead of stray hardcoded brand colors
- Primary flows still work (navigation, forms, main CTA)
- Copy still matches BRAND.md voice at a glance

## Tests (match project norms)

- UI/CSS fixes: add or update a test the project would actually run (component test or CSS regression if that's the pattern).
- Don't add throwaway tests that only assert static strings.

## Optional

- **verification-before-completion** plugin skill if installed
- Visual check in browser for the viewport sizes this product cares about

## Done means

- You can describe what changed and why it matches brand + UX intent
- Known gaps are called out honestly — not hidden

