# Vkc UX Audit

> Run a VKC UX expert audit (Nielsen-style heuristic review + mobile-first flow check) and produce a prioritized issue list with severity and fixes.

- Skill: `majiayu000/vkc-ux-audit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/vkc-ux-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/vkc-ux-audit/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/vkc-ux-audit

---


# VKC UX Audit (P0 QA Gate)

## Purpose

Use an external expert lens to catch UX defects early and keep shipping quality stable:

- mobile-first flows don’t break
- STEP3 conversion paths stay coherent
- i18n(ko/vi) doesn’t break layouts
- a11y + CWV basics are respected

## Source of truth

- Persona: `docs/UX_REVIEW_AGENT_PERSONA.md`
- Wizard guide voice: `docs/UX_AGENT_PERSONA.md`

## Scope (default)

Audit these flows end-to-end (both `ko` and `vi`):

- Visa assessment wizard → results → consult CTA
- Docgen (`docgen_unified`) wizard → preview → download
- Docgen (`docgen_parttime`) wizard → package download
- Admin leads list/detail (hot lead visibility, filters)

## Method

- Heuristic checklist: `.codex/skills/vkc-ux-audit/references/heuristics.md`
- Severity scale: S1–S4 (S1 blocks release)

## Output format (required)

Create a short report with:

1) **Scope** (routes + devices + locale)
2) **Findings** (S1→S4 order)
   - `Issue`: 1 sentence
   - `Evidence`: route + steps to reproduce
   - `Impact`: conversion / trust / frequency
   - `Fix`: concrete change proposal
3) **Quick wins (24–48h)**
4) **Backlog items (structural fixes)**


