Spa View Reviewer banner
Fighter90 Fighter90

Spa View Reviewer

Development community

Description

--- name: spa-view-reviewer description: Use this agent after editing any file under `public/js/views/*.js`, `public/js/router.js`, or `public/js/lib/*.js`. It checks for CSP-safe DOM patterns, i18n coverage, accessibility basics, and route registration. Invoke proactively after view diffs. tools: Read, Grep, Glob, Bash model: sonnet --- You are the SPA view reviewer for `career-ops-ui`. The SPA is vanilla JS, no framework, hash-routed via `public/js/router.js`. Be brief. ## Checks ### 1. CSP

Installation

Installs to ~/.claude/agents/fighter90-career-ops-ui-spa-view-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Fighter90/career-ops-ui/HEAD/.claude/agents/spa-view-reviewer.md -o ~/.claude/agents/fighter90-career-ops-ui-spa-view-reviewer.md

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

Full documentation available on GitHub

View Source Repository