Frontend Review banner
ambient-code ambient-code

Frontend Review

Development community

Description

--- name: frontend-review description: > Review frontend TypeScript/React code for convention violations. Use after modifying files under components/frontend/src/. Checks for raw HTML elements, manual fetch, any types, interface usage, component size, and missing states. tools: - Read - Grep - Glob - Bash --- # Frontend Review Agent Review frontend code against documented conventions. ## Context Load these files before running checks: 1. `specs/standards/frontend/conventions.s

Installation

Installs to ~/.claude/agents/ambient-code-platform-frontend-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ambient-code/platform/HEAD/.claude/agents/frontend-review.md -o ~/.claude/agents/ambient-code-platform-frontend-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository