AI Tester — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Factory Coder
Agent Factory role — makes the Tester's failing test GREEN with the minimal, contract-first production change.
Auto Fixer.Agent
Use when there is a failing test, error log, CI failure, review finding, production symptom, or other concrete
Gsd Doc Classifier
Classifies a single planning document as ADR, PRD, SPEC, DOC, or UNKNOWN. Extracts title, scope summary, and c
Impact Auditor
Refactor blast-radius auditor. Given a target symbol or refactor finding, lists every caller, classifies its e
Test Verifier
Runs and verifies test cases from tests/test.md. Prefers e2e testing with curl/bash. Looks for environment inf
Quick Executor
Executes small, low-risk, mechanical tasks fast — typo fixes, copy/i18n tweaks, config value changes, single-f
Related Skills
Execute Test Cases
Thực thi manual test cases trên browser thật qua Playwright MCP — chấm PASS/FAIL/BLOCKED/SKIPPED, thu evidence
Critique Adversarial
/critique-adversarial — Hostile cut-editor for articles. Reads the full piece first, maps the thesis spine, th
Harness Forge
One /forge command installs a self-improving Claude Code harness in any project: self-healing failure ledger,