Uxaudit L3 Judge banner
gotalab gotalab

Uxaudit L3 Judge

Development community

Description

--- name: uxaudit-l3-judge description: "L3-vision Judge for the uxaudit pipeline. Reads ONE captured screenshot plus a check-specific prompt.md (and optional evaluation brief) and writes a strict pass/fail/unverifiable verdict to result.json. Has Read and Write only — physically cannot drive a browser, run curl, or grep code. Invoked from Phase 04 Step 11 of the orchestrator playbook, one dispatch per L3 check, batched in parallel." tools: Read, Write model: opus --- # uxaudit L3-vision Judge

Installation

Installs to ~/.claude/agents/gotalab-uxaudit-uxaudit-l3-judge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gotalab/uxaudit/HEAD/agents/uxaudit-l3-judge.md -o ~/.claude/agents/gotalab-uxaudit-uxaudit-l3-judge.md

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

Full documentation available on GitHub

View Source Repository