frontend-quality-reviewer

frontend-quality-reviewer is a skill for Claude Code, Codex from ytvee-dev/webdev-agent-kit. It costs 49 tokens per session (2,315 once invoked), scanned A, original, Apache-2.0.

An independent review process for checking the quality of frontend code and the user interface. It examines areas such as correctness, security, speed, structure, usability, and whether claimed checks are backed by evidence.

In plain words
What is it for?
Use it to audit significant frontend changes, review bug fixes or refactors, assess visual and user-experience quality, and judge whether acceptance requirements were actually met.
Why use it?
It provides a separate judgment after implementation instead of allowing the person who made the changes to approve them alone. It identifies concerns or failure without changing the code unless that work is requested.

Skill for Claude CodeCodex

Part of the webdev-agent-kit plugin — 19 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ytvee-dev/webdev-agent-kit/frontend-quality-reviewer
Any agent
npx skills add ytvee-dev/webdev-agent-kit --skill frontend-quality-reviewer
Clone the repo
git clone --depth 1 https://github.com/ytvee-dev/webdev-agent-kit

Made for: Claude Code, Codex.

Or install webdev-agent-kit, the plugin that ships this one along with the rest of its 19 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frontend-quality-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ytvee-dev/webdev-agent-kit/frontend-quality-reviewer.svg)](https://agentmods.dev/skills/ytvee-dev/webdev-agent-kit/frontend-quality-reviewer)
Your own site
<a href="https://agentmods.dev/skills/ytvee-dev/webdev-agent-kit/frontend-quality-reviewer"><img src="https://agentmods.dev/badge/skills/ytvee-dev/webdev-agent-kit/frontend-quality-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,315 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00049 $0.02315
Opus 5 $0.00024 $0.01157
Sonnet 5 $0.00010 $0.00463
Haiku 4.5 $0.00005 $0.00231

Measured 4d ago against content hash 2247daa764ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontend-quality-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/frontend-quality-reviewer/SKILL.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frontend Quality Reviewer

Purpose

Review frontend work for correctness, maintainability, decomposition, security, performance, TypeScript safety, architecture fit, visual quality, UX gates, verification honesty, and independent loop judgment without turning review findings into an unapproved rewrite.

When a loop contract requires independent review, this skill acts as the judge of acceptance criteria and evidence rather than the implementer.

When To Use

Use this skill when:

  • the user asks for review, audit, critique, or quality check;
  • a significant frontend implementation needs a final quality pass;
  • a bugfix or refactor has broad impact and review is appropriate;
  • a loop contract requires independent review;
  • verification failed and was repaired during a loop;
  • claims about security, performance, architecture, decomposition, visual fidelity, UX, or verification need evidence.

When Not To Use

Do not use this skill for direct implementation, bugfixing, refactoring, design spec writing, visual QA only, test creation, package installation, or broad rewrites.

If review finds required fixes, report them first. Do not apply fixes unless the user asked for a combined review-and-fix task or explicitly approves a follow-up fix.

Required Context

  1. Read AGENTS.md.
  2. Read common/review-severity-model.md.
  3. Read common/independent-review-rules.md when acting as loop judge or independent reviewer.
  4. Read the current Goal Contract, Execution Plan, coverage map, and stable identifiers when the work uses durable planning.
  5. Read common/verification-loop-rules.md when loop attempts or verification evidence are in scope.
  6. Read common/approved-patterns.md and common/anti-patterns.md when reviewing changed components.
  7. Read common/ui-ux-priority-checklist.md when reviewing rendered UI or user interaction.
  8. Read conditional UX rules only when the changed surface includes them:
    • common/css-modules-specificity-rules.md for CSS Modules changes;
    • common/form-feedback-rules.md for forms and feedback states;
    • common/navigation-ux-rules.md for navigation and route flows;
    • common/data-visualization-rules.md for dashboards, charts, tables, metrics, or reports;
    • common/icon-quality-rules.md for icons or visual symbols;
    • common/mobile-responsive-rules.md for responsive surfaces.
  9. Read common/typescript-discipline.md for TypeScript surfaces.
  10. Read common/security-review-rules.md when auth, secrets, unsafe HTML, redirects, external input, or permissions are in scope.
  11. Read common/performance-review-rules.md when performance claims are in scope.
  12. Read common/build-tool-boundary-rules.md and common/lint-verification-rules.md when code changed.
  13. Read affected source files, diffs, project overlays, loop contract, verification output, and rendered evidence needed for the review.

Read the full file on GitHub · 203 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 203 lines · 49 tokens per session scan A 2247daa764ea

Subscribe to this mod's changes

frontend-quality-reviewer is a skill published in the GitHub repository ytvee-dev/webdev-agent-kit (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 49 tokens to every session and 2,315 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

design-dna

Extract, define, and apply design DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll effects, etc.). Use this skill when: (1) a user wants to see the full 3-dimension design structure/schema, (2) a user provides…

zanwei/design-dna · 192 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

shipping-reproducible-results

Package completed data analysis and ML work so an independent recipient can reproduce the claimed results, verify artifact lineage, and operate the handoff within its stated scope. Use when finalizing a project, study, model package, or review bundle; not for deploying to a live system.

aiopshwang/data-analysis-ml-agent-skills · 62 tokens

actions-reusable-workflows

Wire a repository to the bitwise-media-group/github-workflows reusable workflows — thin, SHA-pinned caller workflows for CI, security (CodeQL) scanning, release (release-please/GoReleaser/Zensical docs), the signature-preserving fast-forward /merge + merge-review-ack + merge-notice flows, and add-to-project — plus the…

bitwise-media-group/skills · 172 tokens

go-style

Modern Go code style for stdlib-first programs — error wrapping with %w, sentinel errors, structured logging with log/slog, context threading, consumer-defined interfaces, nil-safe constructors, net/http servers with method-pattern routing, flag/env configuration for services, and cobra commands with viper…

bitwise-media-group/skills · 0 tokens

diagnosing-ml-failures

Isolate the root cause of ML performance drops, inconsistent evaluations, prediction errors, and training-serving mismatches across data, labels, splits, pipelines, models, metrics, and runtime behavior. Use when investigating a reproducible failure or regression, not routine model selection or general performance…

aiopshwang/data-analysis-ml-agent-skills · 65 tokens