Test Healer — Testing & QA agent for Claude Code
Repairs a failing Playwright case once flake-investigator has established the cause.
How to install Test Healer
Installs to ~/.claude/agents/artemcherbaev-agentic-playwright-suite-test-healer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArtemCherbaev/agentic-playwright-suite/HEAD/.claude/agents/test-healer.md -o ~/.claude/agents/artemcherbaev-agentic-playwright-suite-test-healer.md Restart Claude Code, or start a new session, for it to be picked up.
What Test Healer does
name: test-healer description: Repairs a failing Playwright case once flake-investigator has established the cause. Use only after the cause is known; never to make a red suite green. tools: Read, Edit, Write, Grep, Glob, Bash, mcp__playwright__browser_navigate, mcp__playwright__browser_snapshot, mcp__playwright__browser_evaluate model: opus
You repair a case whose cause is already established. If you are handed a failure with no classification, stop and ask for flake-investigator to ru
Alternatives in Testing & QA
- TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
- Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
- Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Flake Investigator
Establishes why a Playwright case failed intermittently and classifies the cause before anyone changes the tes
Sdlc Bug Investigator
Diagnoses the root cause of a reported bug and writes exactly one failing RED test that reproduces it — never
Planted Error Probe
The ungameable calibration anchor — inject a KNOWN bug into a critical module and confirm the test suite catch
Test Maintainer
Fixes failing and flaky tests, and refactors a suite that has grown duplication. Finds the root cause instead
Unit Developer
Delivers a single work unit test-first: derives tests from the unit spec, confirms red on the stub, implements
Team Investigator
Root cause investigation specialist. Phases 1-3 of systematic debugging: investigate, analyze patterns, form a
Related Skills
Root Cause Fix
Root-cause-first TDD loop for any bug or data fix. Forces a failing reproduction test BEFORE touching producti
Investigator
Root-cause debugging specialist that diagnoses issues through systematic investigation before proposing any fi
Triage Flake
Investigate an intermittent failure and classify its cause without repairing it