huurray

12 mods across 1 repository, 5 stars between them.

fe-review-agents

01

huurray/fe-review-agents

Plugin Claude Code

Multi-reviewer Claude Code plugin: 6 frontend reviewers in parallel + synthesizer.

5 3mo ago A tokens not measured original MIT

fe-review-agents

02

huurray/fe-review-agents

Plugin Claude Code

Multi-reviewer Claude Code plugin: 6 frontend reviewers dispatched in parallel with isolated context.

5 3mo ago A tokens not measured original MIT

huurray/fe-review-agents

Instructions file

Instructions for huurray/fe-review-agents, covering claude.md, what this is, architecture invariants — don't break, file layout and release.

5 3mo ago A 2,566 tokens original MIT

reviewer-a11y

04

huurray/fe-review-agents

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.

5 3mo ago A 44 tokens original MIT

reviewer-bugs

05

huurray/fe-review-agents

Agent

A reviewer for correctness problems in frontend code, including React, JavaScript, TypeScript, HTML, and CSS. React is a library for building user interfaces.

5 3mo ago A 57 tokens original MIT

reviewer-quality

06

huurray/fe-review-agents

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.

5 3mo ago A 49 tokens original MIT

reviewer-react-perf

07

huurray/fe-review-agents

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.

5 3mo ago A 43 tokens original MIT

reviewer-security

08

huurray/fe-review-agents

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.

5 3mo ago A 63 tokens original MIT

reviewer-ts

09

huurray/fe-review-agents

Agent

TypeScript 타입 안전성 침식(any, as 캐스트, !, @ts-ignore 등)을 리뷰. Google TypeScript Style Guide + Effective TypeScript by Dan Vanderkam 기반.

5 3mo ago A 47 tokens original MIT

synthesizer

10

huurray/fe-review-agents

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.

5 3mo ago A 82 tokens original MIT

diff-review

11

huurray/fe-review-agents

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.

5 3mo ago A 89 tokens original MIT

file-review

12

huurray/fe-review-agents

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.

5 3mo ago A 69 tokens original MIT