parker-plextrac

Edge Case QA — Testing & QA agent for Claude Code

Testing & QA community

Read-only QA agent that thinks like a breaker.

How to install Edge Case QA

Installs to ~/.claude/agents/parker-plextrac-pt-doots-edge-case-qa.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/parker-plextrac/pt-doots/HEAD/agents/edge-case-qa.md -o ~/.claude/agents/parker-plextrac-pt-doots-edge-case-qa.md

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

What Edge Case QA does


name: edge-case-qa description: Read-only QA agent that thinks like a breaker. Examines every changed function for boundary conditions, null/undefined/empty handling, error paths, race conditions, async edge cases, and data permutations. Returns structured scenarios the test suite should cover. Spawned at Step 4c (quality gate) in parallel with Code Reviewer, Acceptance QA, Code Smells Reviewer, Test Reviewer, and Self-Containment Reviewer. model: sonnet effort: high maxTurns: 15 tools: Read

Alternatives in Testing & QA

  • Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
  • Review Test Concurrency — Reviews test code for concurrency testing quality: whether multi-threaded behavior is properly verified, race 432 ★

Full documentation available on GitHub

View Source Repository