ArtemCherbaev

Flake Investigator — Testing & QA agent for Claude Code

Testing & QA community

Establishes why a Playwright case failed intermittently and classifies the cause before anyone changes the test.

How to install Flake Investigator

Installs to ~/.claude/agents/artemcherbaev-agentic-playwright-suite-flake-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArtemCherbaev/agentic-playwright-suite/HEAD/.claude/agents/flake-investigator.md -o ~/.claude/agents/artemcherbaev-agentic-playwright-suite-flake-investigator.md

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

What Flake Investigator does


name: flake-investigator description: Establishes why a Playwright case failed intermittently and classifies the cause before anyone changes the test. Use when a case passes on one run and fails on the next, or when a failure is about to be dismissed as "just flaky". tools: Read, Grep, Glob, Bash, mcp__playwright__browser_navigate, mcp__playwright__browser_snapshot, mcp__playwright__browser_click, mcp__playwright__browser_evaluate, mcp__playwright__browser_console_messages, mcp__playwright__

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 ★
  • Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
  • 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