emanuelrechsteiner

Visual QA Agent — Testing & QA agent for Claude Code

Testing & QA community

Read-only visual QA specialist for rendered output.

How to install Visual QA Agent

Installs to ~/.claude/agents/emanuelrechsteiner-claude-rcode-visual-qa-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/emanuelrechsteiner/claude-rcode/HEAD/agents/visual-qa-agent.md -o ~/.claude/agents/emanuelrechsteiner-claude-rcode-visual-qa-agent.md

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

What Visual QA Agent does


name: visual-qa-agent description: "Read-only visual QA specialist for rendered output. Use when the user asks to 'check how this looks', 'verify the UI renders correctly', 'does this look right', 'take a screenshot and check', 'visually verify this page', 'compare against the design/mockup', or needs browser-based inspection of a rendered page, layout, or UI change. Distinct from testing-agent (writes Playwright/Jest test code) and code-reviewer-agent (static source review, no browser) — th

Alternatives in Testing & QA

  • Omd Final QA — Read-only final-gate critic 465 ★
  • Review Test Concurrency — Reviews test code for concurrency testing quality: whether multi-threaded behavior is properly verified, race 432 ★
  • Test Coverage Agent — Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t 186 ★

Full documentation available on GitHub

View Source Repository