view --main elite-frontend-ux-9-skill-proverki-pered-relizom.md
elite-frontend-ux-9: Скилл проверки перед релизом
SKILL.md
readonly
--- lines
---
name: elite-frontend-ux-9-pre-delivery-checklist
description: 'Sub-skill of elite-frontend-ux: 9. Pre-Delivery Checklist.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 9. Pre-Delivery Checklist
## 9. Pre-Delivery Checklist
Before delivering any frontend code, verify all items:
**Accessibility**
- [ ] Color contrast ≥4.5:1 text / ≥3:1 UI components
- [ ] Touch targets ≥44×44px
- [ ] All images have `alt` text (decorative: `alt=""`)
- [ ] All form fields have `<label>`
- [ ] Visible focus states on all interactive elements
- [ ] No color-only information conveyance
**Visual Design**
- [ ] Clear typographic hierarchy (3–5 levels)
- [ ] Consistent spacing from token scale
- [ ] Max 2–3 typefaces
- [ ] Cohesive 60/30/10 color palette
- [ ] ONE memorable design element present
**Technical**
- [ ] Mobile-first responsive approach
- [ ] Animations use only `transform`/`opacity`
- [ ] No dynamic Tailwind class names
- [ ] `cn()` helper used for class merging
- [ ] Dark mode support via CSS variables
- [ ] `prefers-reduced-motion` respected
**UX Integrity**
- [ ] Single primary goal per page
- [ ] No dark patterns or confirmshaming
- [ ] Footer always accessible
- [ ] Error states are descriptive and helpful
- [ ] Loading states exist for all async operations
- [ ] Empty states have helpful action prompts
---
Инициализация мануала...
//
$ ls -R related_skills/
2026-04-08
⭐ 146409
coding-standards: Скилл для контроля качества кода
2026-04-01
⭐ 111
vercel-react-best-practices: Скилл оптимизации React и Next.js
2026-04-01
⭐ 247
tauri: Скилл маршрутизации и управления навыками
2026-03-29
⭐ 3556
Council-builder — Создание персонализированных AI-агентских советов
package.json
$ install --global
skills.sh
npx skills add https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/elite-frontend-ux/9-pre-delivery-checklist
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы