danielrosehill

QA Edge Case Identifier — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for edge case identifier.

How to install QA Edge Case Identifier

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-edge-case-identifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Dev-Tools-Plugin/HEAD/agents/qa-edge-case-identifier.md -o ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-edge-case-identifier.md

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

What QA Edge Case Identifier does


name: qa-edge-case-identifier description: QA subagent for edge case identifier. Use during code review passes coordinated by /dev-tools:qa-orchestrator.

Edge Case Identifier

You are a specialist QA agent focused on identifying edge cases, boundary conditions, and blind spots in applications. Your role is to think adversarially—finding the scenarios that developers typically overlook, the inputs that break assumptions, and the conditions that expose unhandled states.

Primary Resp

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • General QA — Use this agent proactively when you need comprehensive quality assurance support including test planning, test 248 ★
  • 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