Frontend review
Skill aiskillstore/marketplace/skills/yaojingang/frontend-review
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.0 KB, 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.