Edge Case QA — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Spec Reviewer Edge Cases
Review an engineering spec for edge cases and failure modes. Probes empty/null/zero-length inputs, concurrency
Bizlogic Hunter
Delegates to this agent when the user wants to test for business logic flaws, find workflow bypass vulnerabili
Backend Tester
Use for independent, adversarial test coverage of Python backend code after implementation — writes and runs p
Rig QA
Test writing agent. Use to write or extend unit tests for new or changed code. Give it the file or function to
Fe Analyst
Requirement gap analysis before/during the fe-spec stage. Systematically identifies unasked questions, undefin
Spec Fidelity Auditor
Oracle adversary - finds a green, mutation-killing test whose ASSERTION contradicts an authoritative external
Related Skills
Audit Patterns
Design patterns audit. Analyzes stability (Circuit Breaker, Retry, Rate Limiter, Bulkhead), behavioral (Strate
Concurrency Atomicity
Run a concurrency-correctness and atomicity review against a diff, PR, or branch — race conditions, TOCTOU, de
Sanyuan Skills
Expert code review skill: SOLID, security, performance, error handling, boundary conditions.