whosz

Ds Visual QA — Testing & QA agent for Claude Code

Testing & QA community

Use after ds-component-builder finishes a batch, to check EVERY story of each component (not just Default) against its Figma reference, its own documented dimensions, hardcoded values, and accessibili.

How to install Ds Visual QA

Installs to ~/.claude/agents/whosz-ds-agent-ds-visual-qa.md

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

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

What Ds Visual QA does


name: ds-visual-qa description: Use after ds-component-builder finishes a batch, to check EVERY story of each component (not just Default) against its Figma reference, its own documented dimensions, hardcoded values, and accessibility. Trigger on "QA batch" or automatically after a build. Writes reports only — never edits component code. Do NOT use to fix issues; that's the builder's next pass. tools: mcp__claude_ai_Figma__get_screenshot, mcp__claude_ai_Figma__use_figma, mcp__claude_ai_Figma

Alternatives in Testing & QA

  • Bowser QA Agent — UI validation agent that executes user stories against web apps and reports pass/fail results with screenshots 222 ★
  • Designer Agent — Product/UI Designer for the Movie DB KMP app 105 ★
  • Figma Executor — Runs an architect's Figma spec — resolves stable names to nodeIds at run time, builds into a named working fra 76 ★

Full documentation available on GitHub

View Source Repository