Frontend review
Skill aiskillstore/marketplace/skills/yaojingang/frontend-review
Review frontend code for accessibility, UI security, missing states, and UX regressions. Use when asked to review React components, run a pre-merge frontend review, or check a11y and unsafe rendering.From its SKILL.md
npx -y skills add aiskillstore/marketplace --skill frontend-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.0 KB, 158 tokens by cl100k_base, as published. Nobody here has run it
Frontend Review
Review UI code with a pre-merge mindset. Findings come first. Focus on behavior regressions, accessibility gaps, risky form handling, unsafe rendering, and missing user states.
Workflow
- Identify the UI surface and user flows affected.
- Check accessibility, security-sensitive inputs, loading states, and error states.
- Report findings by severity with concrete code references.
- Prefer actionable fixes over generic advice.
Output Contract
- Start with findings, ordered by severity.
- Include file references for each finding.
- Call out open questions separately from confirmed issues.
- If there are no findings, say that explicitly and note residual risks or test gaps.
Reference Map
- Read
references/checklist.mdfor the review standard.
What ships with it: 3 files
10.4 KB alongside SKILL.md
agents/
- interface.yaml203 B
references/
- checklist.md361 B
- skill-report.json9.8 KB