Yao-meta-skill frontend-review
Review frontend code for accessibility, risky UI security issues, missing loading and error states, and pre-merge regressions. Use when asked to review React, UI, forms, frontend components, or merge-readiness for the frontend.
install
source · Clone the upstream repo
git clone https://github.com/yaojingang/yao-meta-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yaojingang/yao-meta-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/evolution-frontend-review/v1" ~/.claude/skills/yaojingang-yao-meta-skill-frontend-review-bc616e && rm -rf "$T"
manifest:
examples/evolution-frontend-review/v1/SKILL.mdsource content
Frontend Review
Review UI code with a pre-merge mindset.
Workflow
- Identify affected flows.
- Check accessibility, rendering safety, form behavior, loading states, and error states.
- Report findings by severity with code references.