ArtemCherbaev

Test Healer — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository