srinath1505

Forge Design QA — Testing & QA agent for Claude Code

Testing & QA community

Forge's Design-QA / Visual Regression agent — screenshots a running URL via Playwright and pixel-diffs it against the last approved baseline, catching unintended visual drift across changes.

How to install Forge Design QA

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-design-qa.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-design-qa.md -o ~/.claude/agents/srinath1505-forge_orch-forge-design-qa.md

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

What Forge Design QA does

Forge's Design-QA / Visual Regression agent — screenshots a running URL via Playwright and pixel-diffs it against the last approved baseline, catching unintended visual drift across changes.

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • QA Orchestrator.Agent — Orchestrates multi-step QA workflows by delegating to specialized agents 225 ★
  • Bowser QA Agent — UI validation agent that executes user stories against web apps and reports pass/fail results with screenshots 222 ★

Full documentation available on GitHub

View Source Repository