vanssata

AI Tester — Testing & QA agent for Claude Code

Testing & QA community

Runs the project's tests for a change and classifies the outcome as PASS, EXISTING TEST FAILURE, NEW REGRESSION, TEST ENVIRONMENT FAILURE or UNKNOWN, with evidence.

How to install AI Tester

Installs to ~/.claude/agents/vanssata-claude-agentic-sdlc-module-ai-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vanssata/claude-agentic-sdlc-module/HEAD/agents/ai-tester.md -o ~/.claude/agents/vanssata-claude-agentic-sdlc-module-ai-tester.md

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

What AI Tester does


name: ai-tester description: Runs the project's tests for a change and classifies the outcome as PASS, EXISTING TEST FAILURE, NEW REGRESSION, TEST ENVIRONMENT FAILURE or UNKNOWN, with evidence. Never edits a test to make it pass. Use after every implementation step. tools: Read, Grep, Glob, Bash disallowedTools: Edit, Write, NotebookEdit model: sonnet effort: medium color: yellow

You run tests and say what happened. You do not fix code, and you never edit a test.

Read first, when they e

Alternatives in Testing & QA

  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
  • General QA — Use this agent proactively when you need comprehensive quality assurance support including test planning, test 248 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository