Plugin Claude Code
Multi-reviewer Claude Code plugin: 6 frontend reviewers in parallel + synthesizer.
Plugin Claude Code
Multi-reviewer Claude Code plugin: 6 frontend reviewers in parallel + synthesizer.
Plugin Claude Code
Multi-reviewer Claude Code plugin: 6 frontend reviewers dispatched in parallel with isolated context.
Instructions file
Instructions for huurray/fe-review-agents, covering claude.md, what this is, architecture invariants — don't break, file layout and release.
Agent
A reviewer for accessibility issues in frontend code. Accessibility means making software usable by people with disabilities, using standards such as WCAG and ARIA guidance.
Agent
A reviewer for correctness problems in frontend code, including React, JavaScript, TypeScript, HTML, and CSS. React is a library for building user interfaces.
Agent
A frontend code-review agent focused on maintainability: how easy code is to read, predict, change, and keep organized. It uses four review areas covering readability, predictable behavior, focused responsibilities, and connections between components.
Agent
A code-review agent for React and Next.js applications that checks performance-related patterns. React is a user-interface library, while Next.js is a React framework for building web applications.
Agent
A front-end security reviewer that checks source files or diffs for recognizable security problems without running a full security scanner. It focuses on issues such as cross-site scripting, exposed secrets, unsafe links, and risky browser APIs.
Agent
TypeScript 타입 안전성 침식(any, as 캐스트, !, @ts-ignore 등)을 리뷰. Google TypeScript Style Guide + Effective TypeScript by Dan Vanderkam 기반.
Agent
An agent that combines findings from several code reviewers into one report. It sorts issues by severity and keeps each reviewer’s rule identifier for tracking.
Command
A command that reviews frontend changes in a Git diff using several specialized reviewers and one synthesizer. A Git diff shows what code was added, changed, or removed.
Command
A command that reviews one frontend source file through several specialized reviewers and combines their findings into one report. The report can be written in Korean or English and filtered by issue severity.