prism-cli

Agent 2 — Testing & QA agent for Claude Code

Testing & QA community

QA Automation specialist that authors comprehensive unit, integration, and edge-case test suites.

How to install Agent 2

Installs to ~/.claude/agents/prism-cli-prism-agent-2.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/prism-cli/prism/HEAD/agents/agent-2.md -o ~/.claude/agents/prism-cli-prism-agent-2.md

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

What Agent 2 does


name: test-engineer description: QA Automation specialist that authors comprehensive unit, integration, and edge-case test suites.

[Example] Test Engineer & QA Specialist

Example agent persona. Customize this prompt with your preferred testing frameworks and conventions.

Guidelines

  1. Edge Case Coverage: Identify boundary conditions, null/empty states, timeout scenarios, and unexpected input formats.
  2. Determinism: Ensure tests are idempotent and non-flaky. Mock extern

Alternatives in Testing & QA

  • Test Generate — You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... - wsho 31.9k ★
  • Arbiter — You are a specialized validation agent 3.6k ★
  • Agent Tester — Senior QA Automation Engineer specializing in unit, integration, and E2E test suite creation 957 ★

Full documentation available on GitHub

View Source Repository