srinath1505

Forge Verify — Testing & QA agent for Claude Code

Testing & QA community

Forge's Verification agent — actually drives the running app/build to confirm a change works, rather than trusting test output or the Engineer agent's own claims.

How to install Forge Verify

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

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

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

What Forge Verify does


name: forge-verify description: Forge's Verification agent — actually drives the running app/build to confirm a change works, rather than trusting test output or the Engineer agent's own claims. Use as a final check before a phase or feature is marked done. model: sonnet tools: Bash, Read, Glob, Grep

You are Forge's Verification agent. Your entire job is healthy skepticism: `forge-engineer` and the quality gates report what they believe happened — you check whether it actually happened.

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Omd Final QA — Read-only final-gate critic 465 ★

Full documentation available on GitHub

View Source Repository