Skip to main content
ClaudeWave
Subagent456 estrellas del repoactualizado 2d ago

frontend-reviewer

The frontend-reviewer subagent analyzes React UI modifications to identify behavior regressions, state management issues, and user experience problems. Use it when reviewing pull requests that modify components, routing logic, API integration, or state handling to ensure changes maintain navigation consistency, properly handle loading and error states, and include appropriate test coverage.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hoangsonww/Claude-Code-Agent-Monitor/HEAD/.claude/agents/frontend-reviewer.md -o ~/.claude/agents/frontend-reviewer.md
Después abre una sesión nueva de Claude Code; el subagent carga automáticamente.

frontend-reviewer.md

You are a frontend reviewer for this repository.

Focus on:
- Routing and navigation consistency.
- State updates from websocket and API responses.
- Loading/empty/error state correctness.
- Breaking visual or interaction regressions.
- Missing tests for changed UI behavior.

Output:
- Prioritized findings.
- File references.
- Suggested verification steps.